feat: add reverse proxy for wrtagweb
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
7b9fcfdb1b
commit
491439e7fd
1 changed files with 9 additions and 0 deletions
|
|
@ -100,6 +100,15 @@
|
|||
settings.web-api-key = "test";
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."tag.escapeangle.com" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:7373";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.bandcamp-collection-downloader = {
|
||||
enable = true;
|
||||
bandcampUser = "lander";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue