CasaOS-Store/Apps/AllTubeDownload/appfile.json

80 lines
1.9 KiB
JSON
Raw Normal View History

2022-04-06 06:35:34 +00:00
{
"version": "2.0",
"title": "AllTube Download",
2022-04-06 07:59:48 +00:00
"name": "alltube download",
2022-04-06 08:43:09 +00:00
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/icon.png",
2022-04-06 06:35:34 +00:00
"tagline": "Web GUI for youtube-dl",
"overview": "Easily download videos from YouTube, Dailymotion, Vimeo and other websites.",
2022-04-06 09:08:51 +00:00
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/thumbnail.png",
2022-04-06 08:43:09 +00:00
"screenshots": [
2022-04-06 10:53:35 +00:00
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-1.png",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-2.png",
2022-04-06 09:08:51 +00:00
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-3.png"
2022-04-06 08:43:09 +00:00
],
2022-04-06 06:35:34 +00:00
"category": [
"Utilities"
],
"developer": {
"name": "Rudloff",
"website": "https://alltubedownload.net/",
"donate_text": "",
"donate_link": ""
},
"adaptor": {
"name": "CasaOS Team",
"website": "https://www.casaos.io",
"donate_text": "",
"donate_link": ""
},
"support": "https://discord.gg/knqAbbBbeX",
"website": "https://www.casaos.io",
"container": {
"image": "rudloff/alltube:latest",
"shell": "sh",
"privileged": false,
"network_model": "bridge",
"web_ui": {
"http": "80",
"path": "/"
},
"health_check": "",
"envs": [],
"ports": [
{
"container": "80",
"host": "80",
"type": "tcp",
"allocation": "automatic",
"configurable": "no",
"description": ""
}
],
"volumes": [],
"devices": [],
"constraints": {
"min_memory": 64,
"min_storage": 128
},
"restart_policy": "always",
"sysctls": [],
2022-04-06 07:59:48 +00:00
"cap_add": {},
2022-04-06 06:35:34 +00:00
"labels": [],
"host_name": "",
"cmd": []
},
"abilities": {
"notification": false,
"widgets": false,
"authentication": false,
"search": false,
"upnp": false
},
"tips": {
"before_install": []
},
"changelog": {
"latest_updates": "",
"url": ""
},
"latest_update_date": ""
}