prometheus basics and aws fix

This commit is contained in:
vabene1111
2021-06-05 14:41:32 +02:00
parent 8181a6d416
commit c83eb1a42b
4 changed files with 20 additions and 2 deletions

View File

@@ -57,8 +57,9 @@ GUNICORN_MEDIA=0
# S3_ACCESS_KEY=
# S3_SECRET_ACCESS_KEY=
# S3_BUCKET_NAME=
# S3_REGION_NAME= # default none, set your region might be required
# S3_QUERYSTRING_AUTH=1 # default true, set to 0 to serve media from a public bucket without signed urls
# AWS_QUERYSTRING_EXPIRE=3600 # number of seconds querystring are valid for
# S3_QUERYSTRING_EXPIRE=3600 # number of seconds querystring are valid for
# S3_ENDPOINT_URL= # when using a custom endpoint like minio
# Email Settings, see https://docs.djangoproject.com/en/3.2/ref/settings/#email-host
@@ -86,6 +87,11 @@ REVERSE_PROXY_AUTH=0
# when unset: 0 (false)
# ENABLE_SIGNUP=0
# enable serving of prometheus metrics under the /metrics path
# ATTENTION: view is not secured (as per the prometheus default way) so make sure to secure it
# trough your web server (or leave it open of you dont care if the stats are exposed)
# ENABLE_METRICS=0
# allows you to setup OAuth providers
# see docs for more information https://vabene1111.github.io/recipes/features/authentication/
# SOCIAL_PROVIDERS = allauth.socialaccount.providers.github, allauth.socialaccount.providers.nextcloud,