updated ps.sh
This commit is contained in:
parent
5d69ceabfc
commit
7d5044e0a6
@ -66,6 +66,7 @@ echo -n $REPLY > /var/lib/domains/sslemail
|
||||
mkdir /var/lib/nextcloudaddition
|
||||
|
||||
cat <<EOT >> /var/lib/nextcloudaddition/nextcloudaddition
|
||||
|
||||
'trusted_proxies' =>
|
||||
array (
|
||||
0 => '127.0.0.1',
|
||||
@ -85,11 +86,11 @@ cat <<EOT >> /var/lib/njalla/njalla.sh
|
||||
|
||||
#!/usr/bin/env bash
|
||||
|
||||
IP=$(wget -qO- https://ipecho.net/plain ; echo)
|
||||
# IP=$(wget -qO- https://ipecho.net/plain ; echo)
|
||||
|
||||
## Manually Add DDNS Script From Njalla User Account AFTER Install
|
||||
|
||||
curl "https://...${IP}"
|
||||
#curl "https://...${IP}"
|
||||
|
||||
|
||||
EOT
|
||||
|
Loading…
Reference in New Issue
Block a user