Skip to content
Open
4 changes: 3 additions & 1 deletion Apps/Glances/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ x-casaos:
developer: Nicolas Hennion
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Glances/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Glances/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Glances/screenshot-1.png
tagline:
en_us: Cross-platform monitoring tool.
zh_cn: 跨平台监控工具
Expand All @@ -84,3 +84,5 @@ x-casaos:
pt_br: Glances
index: /
port_map: "61208"
scheme: http
store_app_id: glances
72 changes: 72 additions & 0 deletions Apps/Popcornn/appfile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"version": "2.0",
"title": "Popcornn",
"name": "popcornn",
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Popcornn/icon.png",
"tagline": "Free self-hosted BitTorrent manager with streaming and HLS transcoding",
"overview": "Popcornn is a free self-hosted BitTorrent manager with a modern web interface. Search and download torrents, manage your media library, stream with built-in HLS transcoding, and configure indexers from one ZimaOS-ready stack. Frontend, Rust backend and optional FlareSolverr are included.",
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Popcornn/thumbnail.png",
"screenshots": [
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Popcornn/screenshot-1.png",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Popcornn/screenshot-2.png",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Popcornn/screenshot-3.png"
],
"category": ["Media"],
"developer": {
"name": "Popcornn Team",
"website": "https://popcornn.app",
"donate_text": "",
"donate_link": ""
},
"adaptor": {
"name": "Popcornn Team",
"website": "https://popcornn.app",
"donate_text": "",
"donate_link": ""
},
"support": "https://github.com/bobdivx/popcorn-server",
"website": "https://popcornn.app",
"container": {
"image": "bobdivx/popcorn-frontend:latest",
"shell": "sh",
"privileged": false,
"network_model": "bridge",
"web_ui": {
"http": "80",
"path": "/"
},
"health_check": "curl -f http://localhost/ || exit 1",
"envs": [
{"key": "TZ", "value": "$TZ", "configurable": "no", "description": "TimeZone"},
{"key": "PUID", "value": "$PUID", "configurable": "no", "description": "Run as user ID"},
{"key": "PGID", "value": "$PGID", "configurable": "no", "description": "Run as group ID"},
{"key": "PUBLIC_BACKEND_URL", "value": "", "configurable": "yes", "description": "Backend URL as seen by the browser. Leave empty to use the same ZimaOS host on port 3000."},
{"key": "PUBLIC_CLIENT_URL", "value": "", "configurable": "yes", "description": "Public URL of the Popcornn web interface. Optional, used for generated links."}
],
"ports": [
{"container": "80", "host": "4325", "type": "tcp", "allocation": "preferred", "configurable": "advanced", "description": "Web UI Port"}
],
"volumes": [
{"container": "/app/.data", "host": "/DATA/AppData/$AppID/data", "mode": "rw", "allocation": "automatic", "configurable": "no", "description": "Database and config directory"},
{"container": "/app/downloads", "host": "/DATA/AppData/$AppID/downloads", "mode": "rw", "allocation": "automatic", "configurable": "advanced", "description": "Downloads and transcode cache directory"}
],
"devices": [],
"constraints": {"min_memory": 512, "min_storage": 1024},
"restart_policy": "unless-stopped",
"sysctls": [],
"cap_add": [],
"labels": []
},
"abilities": {
"notification": false,
"widgets": false,
"authentication": false,
"search": false,
"upnp": false
},
"tips": {
"before_install": "Popcornn is free and self-hosted. It does not require a paid subscription. After installation, open the Web UI on port 4325. If the setup wizard asks for the backend URL, use http://<your-zima-ip>:3000. Downloads are stored in /DATA/AppData/$AppID/downloads. Change the default local backend password after installation if you expose the service outside your local network."
},
"changelog": {"latest_updates": "", "url": ""},
"latest_update_date": "1738368000"
}
Loading
Loading