Compare commits
No commits in common. "0a87d83f6e6e6dc7b9d495e7fa22074530d019e8" and "05086e36f38a604262ee9471965474066a374e2a" have entirely different histories.
0a87d83f6e
...
05086e36f3
2 changed files with 9 additions and 9 deletions
|
|
@ -148,7 +148,6 @@ handle @static_downloads {
|
|||
}
|
||||
}
|
||||
|
||||
handle {
|
||||
request_body {
|
||||
max_size 100KB
|
||||
}
|
||||
|
|
@ -156,4 +155,3 @@ handle {
|
|||
reverse_proxy http://127.0.0.1:{$MILLIRONX_PEERTUBE_PORT} {
|
||||
header_up X-Real-IP {remote_host}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -146,7 +146,9 @@ in {
|
|||
};
|
||||
|
||||
"${user}" = {
|
||||
autoStart = true;
|
||||
# TODO: Once data is migrated from anderson, turn this server to
|
||||
# autostart true
|
||||
autoStart = false;
|
||||
containerConfig = {
|
||||
image = "docker.io/chocobozzz/peertube:${peertubeVersion}";
|
||||
environments = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue