diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..36cc707 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,4 @@ +.git +.gitignore +.dockerignore +node_modules diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..0b6ac06 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,2 @@ +[0.1.0] +* Initial version diff --git a/CloudronManifest.json b/CloudronManifest.json new file mode 100644 index 0000000..34378fa --- /dev/null +++ b/CloudronManifest.json @@ -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": [ ] +} diff --git a/DESCRIPTION.md b/DESCRIPTION.md new file mode 100644 index 0000000..ee63036 --- /dev/null +++ b/DESCRIPTION.md @@ -0,0 +1 @@ +Please add the appstore description in markdown format here. \ No newline at end of file