We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78cdbbe commit 12431e8Copy full SHA for 12431e8
templates.json
@@ -7281,7 +7281,7 @@
7281
"Dashboard"
7282
],
7283
"description": "Homepage helps you organize your self-hosted services by making them accessible from a single place",
7284
- "image": "ghcr.io/gethomepage/homepage:latest",
+ "image": "ghcr.io/gethomepage/homepage:v0.10.9",
7285
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/homepage.png",
7286
"name": "Homepage",
7287
"platform": "linux",
@@ -7291,6 +7291,13 @@
7291
"restart_policy": "unless-stopped",
7292
"title": "Homepage",
7293
"type": 1,
7294
+ "env": [
7295
+ {
7296
+ "default": "gethomepage.dev",
7297
+ "label": "HOMEPAGE_ALLOWED_HOSTS",
7298
+ "name": "HOMEPAGE_ALLOWED_HOSTS"
7299
+ }
7300
+ ],
7301
"volumes": [
7302
{
7303
"bind": "/portainer/Files/AppData/Config/Homepage/",
0 commit comments