Add initial Cloudron files
This commit is contained in:
parent
e7eb9dd897
commit
dcdaaee7ff
4
.dockerignore
Normal file
4
.dockerignore
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
.dockerignore
|
||||||
|
node_modules
|
23
CloudronManifest.json
Normal file
23
CloudronManifest.json
Normal 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
1
DESCRIPTION.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
Please add the appstore description in markdown format here.
|
Loading…
Reference in New Issue
Block a user