1 |
jpp |
1.1 |
diff -Nur --no-dereference smeserver-nextcloud-1.2.0.old/root/etc/e-smith/events/actions/nextcloud-conf smeserver-nextcloud-1.2.0/root/etc/e-smith/events/actions/nextcloud-conf |
2 |
|
|
--- smeserver-nextcloud-1.2.0.old/root/etc/e-smith/events/actions/nextcloud-conf 2023-09-09 23:51:08.208000000 -0400 |
3 |
|
|
+++ smeserver-nextcloud-1.2.0/root/etc/e-smith/events/actions/nextcloud-conf 2023-09-09 23:51:37.539000000 -0400 |
4 |
|
|
@@ -68,6 +68,14 @@ |
5 |
|
|
|
6 |
|
|
/usr/bin/occ config:system:set --type=bool --value=false simpleSignUpLink.shown |
7 |
|
|
|
8 |
|
|
+#Redis index File Cache |
9 |
|
|
+/usr/bin/occ config:system:set redis host --value="localhost" |
10 |
|
|
+/usr/bin/occ config:system:set redis port --value="6379" |
11 |
|
|
+/usr/bin/occ config:system:set redis timeout --value="0.0" |
12 |
|
|
+/usr/bin/occ config:system:set redis password --value="" |
13 |
|
|
+/usr/bin/occ config:system:set memcache.locking --value="\OC\Memcache\Redis" |
14 |
|
|
+/usr/bin/occ config:system:set --type=bool --value=true filelocking.enabled |
15 |
|
|
+ |
16 |
|
|
#samba needed folder to put gencache.tdb |
17 |
|
|
if [ ! -d /var/www/.cache/samba ]; then |
18 |
|
|
mkdir -p /var/www/.cache/samba |