Compare commits
2 commits
05086e36f3
...
0a87d83f6e
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a87d83f6e | |||
| 3a426e2bd6 |
2 changed files with 8 additions and 8 deletions
|
|
@ -148,10 +148,12 @@ handle @static_downloads {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
request_body {
|
handle {
|
||||||
|
request_body {
|
||||||
max_size 100KB
|
max_size 100KB
|
||||||
}
|
}
|
||||||
|
|
||||||
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}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue