aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-03-10 15:44:29 +0100
committerLibravatar Bennett <hello@vantezzen.io>2020-03-10 15:44:29 +0100
commit6664abb0fe0f8e75e605d8344a6434b2bdf57ca2 (patch)
tree9dbbc514378f7668f05b3bfefc9a345deeeebf50 /README.md
parent#12 Handle multiple slashes in path (diff)
downloadferdium-server-6664abb0fe0f8e75e605d8344a6434b2bdf57ca2.tar.gz
ferdium-server-6664abb0fe0f8e75e605d8344a6434b2bdf57ca2.tar.zst
ferdium-server-6664abb0fe0f8e75e605d8344a6434b2bdf57ca2.zip
Add "IS_DASHBOARD_ENABLED" option
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9b39460..99afc94 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,7 @@ After setting up the docker container we recommend you to set up an NGINX revers
78 - IS_CREATION_ENABLED=true/false 78 - IS_CREATION_ENABLED=true/false
79 - CONNECT_WITH_FRANZ=true/false 79 - CONNECT_WITH_FRANZ=true/false
80 - IS_REGISTRATION_ENABLED=true/false 80 - IS_REGISTRATION_ENABLED=true/false
81 - IS_DASHBOARD_ENABLED=true/false
81 volumes: 82 volumes:
82 - <path to data>:/config 83 - <path to data>:/config
83 - <path to database>:/usr/src/app/database 84 - <path to database>:/usr/src/app/database
@@ -108,6 +109,7 @@ For more information on configuring the Docker image, visit the Docker image rep
108franz-server's configuration is saved inside the `.env` file. Besides AdonisJS's settings, ferdi-server has the following custom settings: 109franz-server's configuration is saved inside the `.env` file. Besides AdonisJS's settings, ferdi-server has the following custom settings:
109- `IS_CREATION_ENABLED` (`true` or `false`, default: `true`): Whether to enable the [creation of custom recipes](#creating-and-using-custom-recipes) 110- `IS_CREATION_ENABLED` (`true` or `false`, default: `true`): Whether to enable the [creation of custom recipes](#creating-and-using-custom-recipes)
110- `IS_REGISTRATION_ENABLED` (`true` or `false`, default: `true`): Whether to enable the creation of new user accounts 111- `IS_REGISTRATION_ENABLED` (`true` or `false`, default: `true`): Whether to enable the creation of new user accounts
112- `IS_DASHBOARD_ENABLED` (`true` or `false`, default: `true`): Whether to enable the user dashboard
111- `CONNECT_WITH_FRANZ` (`true` or `false`, default: `true`): Whether to enable connections to the Franz server. By enabling this option, ferdi-server can: 113- `CONNECT_WITH_FRANZ` (`true` or `false`, default: `true`): Whether to enable connections to the Franz server. By enabling this option, ferdi-server can:
112 - Show the full Franz recipe library instead of only custom recipes 114 - Show the full Franz recipe library instead of only custom recipes
113 - Import Franz accounts 115 - Import Franz accounts