1

Compare commits

...

2 Commits

Author SHA1 Message Date
2214ee658c Add SSD 2023-11-13 09:34:42 +01:00
05adeb10e8 Allow > 1G nextcloud uploads 2023-11-13 09:34:36 +01:00
2 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,11 @@
fsType = "ext4";
};
"/home/christoph/ssd" = {
device = "/dev/disk/by-uuid/ff42f57c-cd45-41ea-a0ee-640e638b38bc";
fsType = "ext4";
};
# SG Exos Mirror Shares
"/media/Movie" = {

View File

@ -72,6 +72,9 @@
environment = {
# Don't add PUID/PGID/TZ or sth like that!
# Allow uploads larger than 1GB
APACHE_BODY_LIMIT = "0";
# Proxy
APACHE_DISABLE_REWRITE_IP = "1";
TRUSTED_DOMAINS = "nextcloud.local.chriphost.de local.chriphost.de nextcloud.vps.chriphost.de vps.chriphost.de";