Compare commits

...

2 commits

2 changed files with 8 additions and 8 deletions

View file

@ -148,6 +148,7 @@ handle @static_downloads {
} }
} }
handle {
request_body { request_body {
max_size 100KB max_size 100KB
} }
@ -155,3 +156,4 @@ request_body {
reverse_proxy http://127.0.0.1:{$MILLIRONX_PEERTUBE_PORT} { reverse_proxy http://127.0.0.1:{$MILLIRONX_PEERTUBE_PORT} {
header_up X-Real-IP {remote_host} header_up X-Real-IP {remote_host}
} }
}

View file

@ -146,9 +146,7 @@ in {
}; };
"${user}" = { "${user}" = {
# TODO: Once data is migrated from anderson, turn this server to autoStart = true;
# autostart true
autoStart = false;
containerConfig = { containerConfig = {
image = "docker.io/chocobozzz/peertube:${peertubeVersion}"; image = "docker.io/chocobozzz/peertube:${peertubeVersion}";
environments = { environments = {