Merge pull request #44 from SelfhostedPro/adding_apps_Homer

Adding apps homer
This commit is contained in:
SelfhostedPro 2020-06-08 06:59:12 -07:00 committed by GitHub
commit 512bc9c0be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 19 deletions

BIN
Images/homer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -23,6 +23,29 @@
}
]
},
{
"type": 1,
"title": "Homer",
"name": "Homer",
"description": "A dead simple static HOMepage for your servER to keep your s ervices on hand, from a simple yaml configuration file.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/homer.png",
"image": "b4bz/homer:latest",
"categories": [
"Other",
"Tools"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"8902:8080/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Homer"
}
]
},
{
"type": 1,
"title": "Jellyfin",
@ -55,24 +78,24 @@
"bind": "/portainer/Movies"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
},
{
"name": "TZ",
"label": "TZ"
}
]
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
},
{
"name": "TZ",
"label": "TZ"
}
]
},
{
"type": 1,
@ -3412,4 +3435,4 @@
}
]
}
]
]