mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
use --insecure yes
This commit is contained in:
@@ -51,15 +51,12 @@ docker pull owncloud/ocis
|
||||
docker run --rm -it \
|
||||
--mount type=bind,source=$HOME/ocis/ocis-config,target=/etc/ocis \
|
||||
--mount type=bind,source=$HOME/ocis/ocis-data,target=/var/lib/ocis \
|
||||
owncloud/ocis init
|
||||
owncloud/ocis init --insecure yes
|
||||
```
|
||||
|
||||
You will get an output like the following, answer with `yes`:
|
||||
|
||||
```txt {hl_lines=[9]}
|
||||
Do you want to configure Infinite Scale with certificate checking disabled?
|
||||
This is not recommended for public instances! [yes | no = default] yes
|
||||
You will get an output like the following:
|
||||
|
||||
```txt {hl_lines=[6]}
|
||||
=========================================
|
||||
generated OCIS Config
|
||||
=========================================
|
||||
|
||||
Reference in New Issue
Block a user