updated ps.sh
This commit is contained in:
parent
5d69ceabfc
commit
7d5044e0a6
@ -66,14 +66,15 @@ echo -n $REPLY > /var/lib/domains/sslemail
|
||||
mkdir /var/lib/nextcloudaddition
|
||||
|
||||
cat <<EOT >> /var/lib/nextcloudaddition/nextcloudaddition
|
||||
'trusted_proxies' =>
|
||||
|
||||
'trusted_proxies' =>
|
||||
array (
|
||||
0 => '127.0.0.1',
|
||||
),
|
||||
'default_locale' => 'en_US',
|
||||
'default_phone_region' => 'US',
|
||||
'filelocking.enabled' => true,
|
||||
'memcache.local' => '\OC\Memcache\APCu',
|
||||
'default_locale' => 'en_US',
|
||||
'default_phone_region' => 'US',
|
||||
'filelocking.enabled' => true,
|
||||
'memcache.local' => '\OC\Memcache\APCu',
|
||||
|
||||
EOT
|
||||
|
||||
@ -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
|
||||
## 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