mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 09:35:10 +01:00
upload-files
This commit is contained in:
parent
4f1201741a
commit
fe50a9f715
31 changed files with 68 additions and 37 deletions
|
|
@ -52,6 +52,12 @@ olat.noratrieb.dev:8088 {
|
|||
reverse_proxy * localhost:5011
|
||||
}
|
||||
|
||||
upload.files.noratrieb.dev {
|
||||
log
|
||||
encode zstd gzip
|
||||
reverse_proxy * localhost:3050
|
||||
}
|
||||
|
||||
################################################################
|
||||
# redirects
|
||||
|
||||
|
|
|
|||
|
|
@ -57,7 +57,11 @@ let
|
|||
# --- website stuff
|
||||
blog = vps1;
|
||||
www = vps1;
|
||||
files = combine [ vps1 vps3 vps4 ];
|
||||
files = combine [ vps1 vps3 vps4 ] // {
|
||||
subdomains = {
|
||||
upload = vps1;
|
||||
};
|
||||
};
|
||||
|
||||
# --- legacy crap
|
||||
old-docker = vps2;
|
||||
|
|
|
|||
|
|
@ -25,6 +25,8 @@
|
|||
- key `backups` RW
|
||||
- `forgejo`
|
||||
- key `forgejo` RW
|
||||
- `files.noratrieb.dev`
|
||||
- key `upload-files` RW
|
||||
|
||||
## keys
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue