mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-12 18:24:09 -05:00
allow grocy on public access for app usage
This commit is contained in:
parent
88fb564e71
commit
db775d3ca4
1 changed files with 0 additions and 6 deletions
|
|
@ -7,12 +7,6 @@ lib.mkIf config.user.overseer.enable {
|
|||
services.nginx.virtualHosts."grocy.wanderingcrow.net" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "grocy.wanderingcrow.net";
|
||||
extraConfig = ''
|
||||
allow 192.168.0.0/16;
|
||||
allow 10.8.0.0/24;
|
||||
allow 24.179.20.202;
|
||||
deny all;
|
||||
'';
|
||||
};
|
||||
|
||||
services.grocy = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue