aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2016-04-15 14:25:22 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2016-04-15 14:25:22 +0200
commit3f6a3832df3ce072ae3ef28b558f5ea881a461fa (patch)
tree86e43be93991f39549c3515b6c242625c57182ea /README.md
parentea6db0640cee69cb075826805d6b45ebb843f2a0 (diff)
new maintenance-mode feature
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index f397d5f..36bf8ac 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,15 @@ GNU AGPL v3 or higher (see file License)
seems to work.
12. You may want to install a cronjob to cleanup dudle polls.
See dudle_cleanup for an example.
+13. You can enable a maintenance mode if you need to change something
+ with your installation. Using this mode, all users will see a static
+ message and are not able to change anything. In order to enable this
+ mode, create a file named `/maintenance.html` which may include a
+ custom message. E.g.:
+
+ ```sh
+ echo "<div>We are updating the servers and expect to be online on 0 am, January 1st, 1970 (UTC).</div>" > $DUDLE_INSTALLATION_PATH/maintenance.html
+ ```
# Docker image
There are two docker image available