Disable cute API

This commit is contained in:
Filippo Berto 2025-09-16 01:56:31 +02:00
parent 39bbe6c8a8
commit 7e93cb85c3
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 10 additions and 10 deletions

View file

@ -43,7 +43,7 @@
]; ];
}; };
cute-api = builtins.getFlake "git+ssh://git@gitlab.com/bertof/cute-api.git?ref=refs/tags/0.2.1-3"; # cute-api = builtins.getFlake "gitlab:bertof/cute-api/0.2.1-3";
basic_module = { basic_module = {
nixpkgs = { nixpkgs = {
@ -159,7 +159,7 @@
wl-update-background wl-update-background
; ;
inherit (cute-api.packages.${system}) cute-api; # inherit (cute-api.packages.${system}) cute-api;
# Installer ISO # Installer ISO
install-iso = inputs.nixos-generators.nixosGenerate { install-iso = inputs.nixos-generators.nixosGenerate {
@ -349,8 +349,8 @@
./nixos/minio_server.nix ./nixos/minio_server.nix
./nixos/nextcloud.nix ./nixos/nextcloud.nix
./nixos/immich.nix ./nixos/immich.nix
cute-api.nixosModules.default # cute-api.nixosModules.default
{ services.cute-api = { enable = true; host = "0.0.0.0"; }; } # { services.cute-api = { enable = true; host = "0.0.0.0"; }; }
# ./nixos/garage.nix # ./nixos/garage.nix
# ./nixos/ntfy.nix # ./nixos/ntfy.nix
# S3 cache read # S3 cache read

View file

@ -179,12 +179,12 @@
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };
"cute.bertof.net" = ssl // { # "cute.bertof.net" = ssl // {
locations."/" = { # locations."/" = {
proxyPass = "http://heimdall:4000/"; # proxyPass = "http://heimdall:4000/";
proxyWebsockets = true; # proxyWebsockets = true;
}; # };
}; # };
"jellyfin.bertof.net" = ssl // { "jellyfin.bertof.net" = ssl // {
locations."/" = { locations."/" = {
proxyPass = "http://heimdall.tsn:8096/"; proxyPass = "http://heimdall.tsn:8096/";