expose the web interface

This commit is contained in:
Charlotte 🦝 Delenk 2022-08-22 14:26:46 +01:00
parent a0b21b2fc3
commit f59012edd1
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 7 additions and 4 deletions

View file

@ -30,6 +30,9 @@
locations."/" = {
proxyPass = "http://localhost:${toString port}/";
};
locations."/web" = {
root = "${invtracker.packages.${pkgs.system}.invtracker-web}";
};
};
users.users.invtracker = {
description = "InvTracker";

View file

@ -562,11 +562,11 @@
"nixpkgs": "nixpkgs_4"
},
"locked": {
"lastModified": 1660569633,
"narHash": "sha256-2pOIp2bVtKl1TL3WvGt4yW/AVezkc1hapaTncNivZ5c=",
"lastModified": 1661174509,
"narHash": "sha256-asC1UVe0jrfP6VCJlmcSJCQ7gn5bFsLF5QSxZ4F3nVQ=",
"ref": "refs/heads/main",
"rev": "a146ae77f1c59abed3ee41b0db928fa81323763f",
"revCount": 19,
"rev": "503824167e106f1afb18867ca8923413c36d2337",
"revCount": 21,
"type": "git",
"url": "https://git.chir.rs/darkkirb/Programmierbeleg"
},