chore(deps): update renovate/renovate docker tag to v37.68.4 #218

Open
renovate wants to merge 1976 commits from renovate/renovate-renovate-37.x into main
3 changed files with 4 additions and 4 deletions
Showing only changes of commit f4accd2d9c - Show all commits

View file

@ -21,13 +21,14 @@
networking.firewall.allowedTCPPorts = [ 5055 ];
virtualisation.podman.enable = true;
# TODO: Write NixOS package https://github.com/NixOS/nixpkgs/issues/135885
virtualisation.oci-containers = {
backend = "podman";
containers = {
overseerr = {
image = "ghcr.io/sct/overseerr:1.30.1";
image = "ghcr.io/sct/overseerr:1.31.0";
environment = {
LOG_LEVEL = "debug";
# LOG_LEVEL = "debug";
TZ = "Europe/Amsterdam";
};
ports = [

View file

@ -27,6 +27,7 @@ in {
services.minio = {
enable = true;
package = pkgs.v.minio-old;
rootCredentialsFile = "${vs.minio}/environment";
listenAddress = ":${toString listenPort}";
consoleAddress = ":${toString consolePort}";

View file

@ -133,8 +133,6 @@ in {
virtualHosts."drone.0x76.dev" = k8s_proxy;
virtualHosts."msg.0x76.dev" = k8s_proxy;
virtualHosts."zookeeper.0x76.dev" = k8s_proxy;
virtualHosts."wooloofan.club" = k8s_proxy;
virtualHosts."whoami.wooloofan.club" = k8s_proxy;
};
services.nginx.commonHttpConfig = ''