feat(grocy): barcode buddy

This commit is contained in:
arcnmx 2024-03-22 07:49:54 -07:00
parent a157150956
commit dc0c84c0a0
13 changed files with 391 additions and 1 deletions

View file

@ -57,6 +57,10 @@ in {
host = nginx.virtualHosts.grocy.serverName;
inherit hostName;
})
(ingressForNginx {
host = nginx.virtualHosts.barcodebuddy.serverName;
inherit hostName;
})
(ingressForHass {inherit hostName;})
];
};

View file

@ -22,6 +22,7 @@ in {
nixos.zigbee2mqtt
nixos.syncplay
nixos.grocy
nixos.barcodebuddy
./cloudflared.nix
];
@ -29,6 +30,7 @@ in {
virtualHosts = {
zigbee2mqtt.proxied.enable = "cloudflared";
grocy.proxied.enable = "cloudflared";
barcodebuddy.proxied.enable = "cloudflared";
};
};