Add Discourse set password integration

This commit is contained in:
2021-09-04 06:19:57 +00:00
parent fd0e4b290a
commit ccd44a063b
4 changed files with 168 additions and 2 deletions

View File

@@ -10,3 +10,16 @@ AUTH_TOKEN = ''
# Probably:
# /var/www/wiki/maintenance
WIKI_MAINTENANCE = ''
# The ID of the Docker container.
# Find it with docker ps
# Probably something like:
# 9c81ac530cdd
DISCOURSE_CONTAINER = ''
# API key created here:
# https://forum.protospace.ca/admin/api/keys
DISCOURSE_API_KEY = ''
# Username who created the API key
DISCOURSE_API_USER = ''