diff --git a/Config.md b/Config.md index dab7df7..e23300d 100644 --- a/Config.md +++ b/Config.md @@ -67,6 +67,12 @@ This documents provides some explanation of the keys found in config.json | `websrv` | `enable_cleanup` | `Boolean` | Cleanup Manager | `false` | Enable the Cleanup Manager | `websrv` | `enable_data_export` | `Boolean` | Data Management | `false` | Enable the Data Export for users | `websrv` | `enable_user_api_keys` | `Boolean` | API Key | `false` | Enable user upload api keys +| `websrv` | `enable_user_invites` | Boolean | Invites | `true` | Enable user invites +| `websrv` | `user_invite_slots` | Integer | Invites | `2` | Number of invite slots per user +| `websrv` | `invite_criteria.uploads` | Integer | Invites | `10` | Required number of uploads to invite others +| `websrv` | `invite_criteria.age_days` | Integer | Invites | `10` | Required account age in days to invite others +| `websrv` | `invite_criteria.comments` | Integer | Invites | `10` | Required number of comments to invite others +| `websrv` | `invite_criteria.tags` | Integer | Invites | `10` | Required number of tags to invite others | `websrv` | `cleanup_timeframe_days` | `30` | Cleanup Manager | `true` | Default timeframe for Cleanup Manager in days | `websrv` | `web_url_upload` | `Boolean` | URL Uploading | `true` | Downloads from the web, uses `main.socks` if set | `websrv` | `enable_youtube_upload` | `Boolean` | YT Uploading | `true` | Enable/Disable youtube embedding via URL Upload