summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2018-10-12 14:49:37 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2018-10-15 15:29:32 +0200
commit3f931009c569717ca1a92673d075737bd7c85ba5 (patch)
tree688d2e3d03bde1fdf21fdf4da24aeb73a8b414f2 /README.md
parent3770bbcb267e23c492c8d427b22818b7b8329486 (diff)
add a mechanism to set trusted domains on install
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index e87f8312..8640fabb 100644
--- a/README.md
+++ b/README.md
@@ -122,6 +122,9 @@ If you want you can set the data directory and table prefix, otherwise default v
- `NEXTCLOUD_DATA_DIR` (default: _/var/www/html/data_) Configures the data directory where nextcloud stores all files from the users.
- `NEXTCLOUD_TABLE_PREFIX` (default: _""_) Optional prefix for the tables. Used to be `oc_` in the past
+One or more trusted domains can be set by environemnt variable, too. They will be added to the configuration after install.
+
+- `NEXTCLOUD_TRUSTED_DOMAINS` (not set by default) Optional space-separated list of domains
# Running this image with docker-compose
The easiest way to get a fully featured and functional setup is using a `docker-compose` file. There are too many different possibilities to setup your system, so here are only some examples what you have to look for.