Merge pull request #57 from majedsiefalnasr/master

Fix Homer UID, GID
This commit is contained in:
Jos Visser 2022-12-29 21:28:19 +01:00 committed by GitHub
commit 05f337ccea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 22 deletions

View File

@ -1123,28 +1123,40 @@
] ]
}, },
{ {
"categories": ["Other", "Tools"], "categories": ["Other", "Tools"],
"description": "A dead simple static HOMepage for your servER to keep your s ervices on hand, from a simple yaml configuration file.", "description": "A dead simple static HOMepage for your servER to keep your s ervices on hand, from a simple yaml configuration file.",
"image": "b4bz/homer:latest", "env": [
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/homer.png", {
"name": "homer", "default": "1000",
"note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer", "label": "PUID",
"platform": "linux", "name": "PUID"
"ports": ["8902:8080/tcp"], },
"restart_policy": "unless-stopped", {
"title": "Homer", "default": "100",
"type": 1, "label": "PGID",
"volumes": [ "name": "PGID"
{ }
"bind": "/portainer/Files/AppData/Config/Homer/assets", ],
"container": "/www/assets" "image": "b4bz/homer:latest",
}, "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/homer.png",
{ "name": "homer",
"bind": "/portainer/Files/AppData/Config/Homer", "note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer",
"container": "/www/config.yml" "platform": "linux",
} "ports": ["8902:8080/tcp"],
] "restart_policy": "unless-stopped",
}, "title": "Homer",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Homer/assets",
"container": "/www/assets"
},
{
"bind": "/portainer/Files/AppData/Config/Homer",
"container": "/www/config.yml"
}
]
},
{ {
"categories": ["Other", "Tools"], "categories": ["Other", "Tools"],
"description": "Create agents that monitor and act on your behalf.", "description": "Create agents that monitor and act on your behalf.",