Skip to content

Commit

Permalink
Add Authelia foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdkleijn committed Sep 1, 2024
1 parent 2463f18 commit 4daeef9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Authelia/Authelia.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\Authelia;

class Authelia extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions Authelia/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "a32b08d97b1615dc27f58b6b17f67624c04e2c4f",
"name": "Authelia",
"website": "https://www.authelia.com/",
"license": "Apache License 2.0",
"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.",
"enhanced": false,
"tile_background": "light",
"icon": "authelia.png"
}
Binary file added Authelia/authelia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4daeef9

Please sign in to comment.