feat: add anki
This commit is contained in:
parent
c8b21a4f51
commit
0819f48d04
6 changed files with 79 additions and 0 deletions
|
|
@ -17,6 +17,11 @@
|
|||
proxyPass = "http://127.0.0.1:8003";
|
||||
};
|
||||
};
|
||||
virtualHosts."anki.dryb.org" = {
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:8004";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue