updated ps.sh

This commit is contained in:
naturallaw77 2023-07-15 11:29:18 -07:00
parent 5d69ceabfc
commit 7d5044e0a6

View File

@ -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