chore(fluidd): integrate into access

it's just a static file overlay on top of moonraker
This commit is contained in:
arcnmx 2024-08-14 10:01:52 -07:00
parent 41f2fcd403
commit e4d9ebf56e
6 changed files with 117 additions and 54 deletions

View file

@ -23,7 +23,7 @@ in {
portName = "stream";
};
mkSubFilter = port: ''
sub_filter '${port.protocol}://kitchen.local.gensokyo.zone:${toString port.port}/' '/';
sub_filter '${port.protocol}://$host:${toString port.port}/' '/';
'';
extraConfig = ''
proxy_redirect off;