From 4675fc67d228638dac723f253ac8eb5a736bf776 Mon Sep 17 00:00:00 2001 From: Thomas Biering Date: Fri, 16 Jul 2021 14:34:40 +0200 Subject: [PATCH] Remove duplicate Authelia entry --- Template/template.json | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/Template/template.json b/Template/template.json index 2e2283c..967efab 100644 --- a/Template/template.json +++ b/Template/template.json @@ -112,37 +112,6 @@ } ] }, - { - "categories": [ - "Other", - "Tools", - "Authentication" - ], - "description": "An open-source authentication and authorization server providing 2-factor authentication and single sign-on (SSO) for your applications via a web portal.", - "env": [ - { - "label": "TZ", - "name": "TZ" - } - ], - "image": "authelia/authelia:latest", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/authelia.png", - "name": "authelia", - "note": "Requires a configuration.yml file in order to work. Documentation is Available \u003ca href='https://docs.authelia.com/deployment/deployment-ha'\u003ehere\u003c/a\u003e.", - "platform": "linux", - "ports": [ - "9091:9091/tcp" - ], - "restart_policy": "unless-stopped", - "title": "Authelia", - "type": 1, - "volumes": [ - { - "bind": "/portainer/Files/AppData/Config/Authelia", - "container": "/etc/authelia/" - } - ] - }, { "categories": [ "Other",