Merge pull request #51 from SelfhostedPro/authelia

Authelia
This commit is contained in:
SelfhostedPro 2020-06-08 08:43:23 -07:00 committed by GitHub
commit 04a0ec7bf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 1 deletions

BIN
Images/authelia.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View File

@ -433,6 +433,37 @@
}
]
},
{
"type": 1,
"title": "Authelia",
"name": "Authelia",
"description": "An open-source authentication and authorization server providing 2-factor authentication and single sign-on (SSO) for your applications via a web portal.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/authelia.png",
"image": "authelia/authelia:latest",
"note": "Requires a configuration.yml file in order to work. Documentation is Available <a href='https://docs.authelia.com/deployment/deployment-ha'>here</a>.",
"categories": [
"Other",
"Tools",
"Authentication"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"9091:9091/tcp"
],
"volumes": [
{
"container": "/etc/authelia/",
"bind": "/portainer/Files/AppData/Config/Authelia"
}
],
"env": [
{
"name": "TZ",
"label": "TZ"
}
]
},
{
"type": 1,
"title": "TiddlyWiki",
@ -548,7 +579,7 @@
"name": "murmur",
"description": "Mumble is a voicechat program for gamers written on top of Qt and Opus. Murmur is the server backend for Mumble.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Mumble-logo.png",
"image": "haugene/transmission-openvpn:latest",
"image": "goofball222/murmur:latest",
"categories": [
"Other",
"Voice",