mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-17 11:10:22 +00:00
remove https
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
685786c5f6
commit
e33f797da1
1 changed files with 0 additions and 3 deletions
|
|
@ -1,8 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
openssl req -nodes -new -x509 -subj '/CN=*' -sha256 -keyout /etc/privkey.pem -out /etc/fullchain.pem -days 365000
|
|
||||||
cat /etc/fullchain.pem /etc/privkey.pem | tee /etc/cert.pem
|
|
||||||
|
|
||||||
# Only start container if nextcloud is accessible
|
# Only start container if nextcloud is accessible
|
||||||
while ! nc -z "$NEXTCLOUD_HOST" 9000; do
|
while ! nc -z "$NEXTCLOUD_HOST" 9000; do
|
||||||
echo "Waiting for Nextcloud to start..."
|
echo "Waiting for Nextcloud to start..."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue