mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-04 03:48:53 -05:00
add geoip2 module to caddy to be filled out later
This commit is contained in:
parent
100be4c90a
commit
c15020524d
1 changed files with 5 additions and 2 deletions
|
|
@ -101,8 +101,11 @@
|
|||
email = "infrastructure@wanderingcrow.net";
|
||||
acmeCA = "https://acme-v02.api.letsencrypt.org/directory";
|
||||
package = pkgs.caddy.withPlugins {
|
||||
plugins = [ "github.com/greenpau/caddy-security@v1.1.31" ];
|
||||
hash = "sha256-aM5UdzmqOwGcdQUzDAEEP30CC1W2UPD10QhF0i7GwQE=";
|
||||
plugins = [
|
||||
"github.com/greenpau/caddy-security@v1.1.31"
|
||||
"github.com/zhangjiayin/caddy-geoip2@v0.0.0-20251231005803-9e40d38250b4"
|
||||
];
|
||||
hash = "sha256-GVK7Yh+hkARqNNhDzca2eTTRkscNqA/XWcxBCrzaHRo=";
|
||||
};
|
||||
environmentFile = config.sops.templates."caddyserver-env".path;
|
||||
logFormat = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue