updated cron script and removed move onlyoffice code

This commit is contained in:
2023-08-16 09:40:11 -07:00
parent d7fc189480
commit 8a32cd11d7
3 changed files with 2 additions and 19 deletions

View File

@ -287,12 +287,6 @@ in
tls internal
'';
};
"https://${personalization.onlyoffice_url}" = {
extraConfig = ''
reverse_proxy http://localhost:8000
'';
};
};
};
@ -373,8 +367,8 @@ backup /etc/nix-bitcoin-secrets/ localhost/
enable = true;
systemCronJobs = [
"*/5 * * * * caddy /run/current-system/sw/bin/php -f /var/lib/www/nextcloud/cron.php"
"*/15 * * * * root /var/lib/njalla/njalla.sh"
"*/15 * * * * root /var/lib/external_ip/external_ip.sh"
"*/15 * * * * root /run/current-system/sw/bin/bash /var/lib/njalla/njalla.sh"
"*/15 * * * * root /run/current-system/sw/bin/bash /var/lib/external_ip/external_ip.sh"
];
};