40 lines
921 B
JSON
40 lines
921 B
JSON
{
|
|
"categories": [
|
|
"Other",
|
|
"Tools"
|
|
],
|
|
"description": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.",
|
|
"env": [
|
|
{
|
|
"default": "1000",
|
|
"label": "PUID",
|
|
"name": "PUID"
|
|
},
|
|
{
|
|
"default": "1000",
|
|
"label": "PGID",
|
|
"name": "PGID"
|
|
}
|
|
],
|
|
"image_arm32": "organizr/organizr:latest",
|
|
"image_arm64": "organizr/organizr:latest",
|
|
"image_amd64": "organizr/organizr:latest",
|
|
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/organizr-icon.png",
|
|
"name": "organizr-v2",
|
|
"officialDoc": "https://hub.docker.com/r/organizr/organizr",
|
|
"platform": "linux",
|
|
"ports": [
|
|
"7171:80/tcp"
|
|
],
|
|
"restart_policy": "unless-stopped",
|
|
"title": "Organizr v2",
|
|
"type": 1,
|
|
"volumes": [
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/Organizr",
|
|
"container": "/config"
|
|
}
|
|
],
|
|
"webpage": "https://organizr.app/"
|
|
}
|