mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-20 11:17:02 -04:00
things
- enable - qbit - prowlarr - use proxyWebsockets - use reccomended proxy settings - fix docker compose file name
This commit is contained in:
parent
1414a69553
commit
b07403e610
5 changed files with 11 additions and 10 deletions
|
@ -10,6 +10,7 @@
|
|||
locations = {
|
||||
"/" = {
|
||||
proxyPass = "http://localhost:9696";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
home = {
|
||||
file = {
|
||||
qbit_compose = {
|
||||
source = ./docker-compose.yal;
|
||||
source = ./docker-compose.yml;
|
||||
target = "./src/qbit/docker-compose.yml";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue