Files
pi-hosted/template/apps/deluge.json
2023-06-18 15:23:41 -04:00

49 lines
1.1 KiB
JSON

{
"categories": [
"Downloaders"
],
"description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more...",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
},
{
"default": "022",
"label": "UMASK",
"name": "UMASK"
}
],
"image_arm64": "linuxserver/deluge:latest",
"image_amd64": "linuxserver/deluge:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/deluge-icon.png",
"name": "deluge",
"officialDoc": "https://docs.linuxserver.io/images/docker-deluge",
"platform": "linux",
"ports": [
"6881:6881/tcp",
"8112:8112/tcp"
],
"restart_policy": "unless-stopped",
"title": "Deluge",
"type": 1,
"videoID": "N.16",
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Deluge",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
],
"webpage": "https://www.deluge-torrent.org/"
}