27 lines
552 B
JSON
27 lines
552 B
JSON
{
|
|
"id": "com.iamthefij.authelia",
|
|
"title": "Authelia",
|
|
"author": "Ian Fijolek",
|
|
"description": "file://DESCRIPTION.md",
|
|
"changelog": "file://CHANGELOG",
|
|
"tagline": "Simple auth proxy",
|
|
"version": "0.1.0",
|
|
"healthCheckPath": "/",
|
|
"httpPort": 3000,
|
|
"addons": {
|
|
"ldap": {},
|
|
"localstorage": {},
|
|
"mongodb": {},
|
|
"redis": {},
|
|
"sendmail": {}
|
|
},
|
|
"manifestVersion": 1,
|
|
"website": "https://www.authelia.com/",
|
|
"contactEmail": "ian@iamthefij.com",
|
|
"icon": "",
|
|
"tags": [
|
|
"security"
|
|
],
|
|
"mediaLinks": [ ]
|
|
}
|