Add initial Cloudron files

This commit is contained in:
IamTheFij 2019-02-28 05:51:04 +00:00
parent e7eb9dd897
commit dcdaaee7ff
4 changed files with 30 additions and 0 deletions

4
.dockerignore Normal file
View File

@ -0,0 +1,4 @@
.git
.gitignore
.dockerignore
node_modules

2
CHANGELOG Normal file
View File

@ -0,0 +1,2 @@
[0.1.0]
* Initial version

23
CloudronManifest.json Normal file
View File

@ -0,0 +1,23 @@
{
"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": {
"localstorage": {},
"ldap": {}
},
"manifestVersion": 1,
"website": "https://www.authelia.com/",
"contactEmail": "ian@iamthefij.com",
"icon": "",
"tags": [
"security"
],
"mediaLinks": [ ]
}

1
DESCRIPTION.md Normal file
View File

@ -0,0 +1 @@
Please add the appstore description in markdown format here.