mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-23 14:22:54 +00:00
Fixes (#283)
* make readme of owncloud more clear * clarify setup.sh * make user23 an admin by default * remove hard depenency on reg * add completed message * set more attributes on startup Signed-off-by: Felix Bartels <felix@host-consultants.de> * use cn instead of uid * add config for owncloud phoenix ui and openid plugin * add override for experimental feature endpoint * import kweb-calendar.cfg * experimental endpoint is yes/no * grapi also needs the ability to run insecure * grapi needs to resolve the domain, therefore needs to be in the web network
This commit is contained in:
+2
-2
@@ -10,9 +10,9 @@ Example:
|
||||
COMPOSE_FILE=docker-compose.yml:docker-compose.ports.yml:owncloud/owncloud.yml
|
||||
```
|
||||
|
||||
2. run `owncloud.sh` to create the required runtime variables in your `.env` file.
|
||||
2. change into the owncloud folder and run `owncloud.sh` to create the required runtime variables in your `.env` file.
|
||||
|
||||
3. run `docker-compose up -d` and you will be able to log into `https://your-fqdn/owncloud`.
|
||||
3. change back into the root of the checkout and run `docker-compose up -d` and you will be able to log into `https://your-fqdn/owncloud`.
|
||||
|
||||
## Further tweaks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user