pi-hosted/template/apps/pydio.json

42 lines
1.1 KiB
JSON

{
"categories": [
"Cloud",
"Other"
],
"description": "Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image_arm64": "linuxserver/pydio:latest",
"image_amd64": "linuxserver/pydio:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/pydio-icon.png",
"name": "pydio",
"officialDoc": "https://hub.docker.com/r/linuxserver/pydio",
"platform": "linux",
"ports": [
"7526:443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Pydio",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Pydio",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Pydio",
"container": "/data"
}
],
"webpage": "https://www.pydio.com/"
}