Skip to content

Commit 38a2cd4

Browse files
committed
Add Authelia foundation
Fix logo image size
1 parent 2463f18 commit 38a2cd4

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

Authelia/Authelia.php

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\Authelia;
4+
5+
class Authelia extends \App\SupportedApps
6+
{
7+
}

Authelia/app.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "a32b08d97b1615dc27f58b6b17f67624c04e2c4f",
3+
"name": "Authelia",
4+
"website": "https://www.authelia.com/",
5+
"license": "Apache License 2.0",
6+
"description": "Authelia is an open source authentication and authorization server protecting modern web applications by collaborating with reverse proxies such as NGINX, Traefik and HAProxy. Consequently, no code is required to protect your apps.",
7+
"enhanced": false,
8+
"tile_background": "light",
9+
"icon": "authelia.png"
10+
}

Authelia/authelia.png

26.8 KB
Loading

0 commit comments

Comments
 (0)