Files
pi-hosted/template/apps/syncthing.json

46 lines
878 B
JSON
Raw Normal View History

2022-02-23 00:00:46 -03:00
{
"categories": [
"Backup",
"Cloud",
"Other",
"Tools"
],
"description": null,
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image_arm64": "linuxserver/syncthing:latest",
"image_amd64": "linuxserver/syncthing:latest",
2022-02-23 00:00:46 -03:00
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/syncthing-icon.png",
"name": "syncthing",
"officialDoc": "https://docs.linuxserver.io/images/docker-syncthing",
"platform": "linux",
"ports": [
"8384:8384/tcp",
"21027:21027/udp",
"22000:22000/tcp"
],
"restart_policy": "unless-stopped",
"title": "SyncThing",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Syncthing",
"container": "/config"
},
{
"container": "/sync"
}
],
"webpage": "https://syncthing.net/"
}