From 368c729a0868ddab791fb07e85450b10871c3cfa Mon Sep 17 00:00:00 2001 From: SuperDev Date: Wed, 21 Dec 2022 11:08:08 -0600 Subject: [PATCH] Create env.md --- env.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 env.md diff --git a/env.md b/env.md new file mode 100644 index 0000000..ea26610 --- /dev/null +++ b/env.md @@ -0,0 +1,33 @@ +##### Administration +--- +| ENV | Description | Required | Example | +| ------ | ------ | ------ | ------ | +| ADMIN_EMAIL | Sets the login email for the administration panel | YES | admin@admin.com +| ADMIN_PASSWORD | Sets the login password for the administration panel | YES | password + +##### SEO +--- +| ENV | Description | Required | Example | +| ------ | ------ | ------| ------ | +| APP_NAME | Sets the app title | YES | AnonUpload - Secure File Sharing +| APP_DESC | Sets the app description | YES | Secure and anonymous file sharing +| APP_LOGO_IMAGE | Sets the app logo image | YES | assets/images/logo.png + +##### Plausible +--- +| ENV | Description | Required | Example | +| ------ | ------ | ------ | ------ | +| PLAUSIBLE_DOMAIN | Your plausible installations domain | NO | https://xxx.xxx +| PLAUSIBLE_DATA_DOMAIN | Your plausible data domain | NO | xxx.xxx +| PLAUSIBLE_EMBED_TOKEN | Your plausible embed codes **AUTH** token | NO | -xxxxxx-xxxxxx + +##### Uploader +--- +| ENV | Description | Required | Example +| ------ | ------ | ------ | ------ | +| APP_FILELIST | List of supported files | YES | jpeg,jpg,gif,png,zip,xls,doc,mp3,mp4,mpeg,wav,avi,rar,7z,txt +| APP_SIZE_VERIFICATION | Verify uploaded file size | YES | true/false +| APP_FILE_DESTINATION | File destination folder | YES | files +| APP_BASE_URL | Application base URL | YES | https://xxx.xxx/ +| APP_MAX_SIZE | Application max upload size in BYTES | YES | 10000000000 [10GB] +| APP_MIN_SIZE | Application minimum upload size in BYTES | YES | 0 [0KB]