diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index d717d11..6855429 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -746,7 +746,7 @@ "note": "Deemix may take a few minutes to install. Be sure to check the logs for details. Refer to \u003ca href='https://notabug.org/RemixDevs/DeezloaderRemix/wiki/Login+via+userToken'\u003ethis page\u003c/a\u003e for userToken details.", "platform": "linux", "ports": [ - "6595:6595/tcp" + "9666:9666/tcp" ], "restart_policy": "unless-stopped", "title": "DeeMix", @@ -1212,6 +1212,40 @@ } ] }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "Flame is self-hosted startpage for your server. Its design is inspired (heavily) by SUI. Flame is very easy to setup and use. With built-in editors, it allows you to setup your very own application hub in no time - no file editing necessary.", + "image": "pawelmalak/flame:multiarch", + "logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/flame.png", + "name": "Flame", + "platform": "linux", + "ports": [ + "5005:5005/tcp" + ], + "env": [ + { + "default": "", + "label": "Flame Password", + "name": "PASSWORD" + } + ], + "restart_policy": "unless-stopped", + "title": "Flame", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Flame/data", + "container": "/app/data" + }, + { + "bind": "/var/run/docker.sock", + "container": "/var/run/docker.sock" + } + ] + }, { "categories": [ "Other", @@ -4405,7 +4439,6 @@ { "bind": "/var/run/docker.sock", "container": "/var/run/docker.sock" - } ] },