Disable cute API
This commit is contained in:
parent
39bbe6c8a8
commit
7e93cb85c3
2 changed files with 10 additions and 10 deletions
|
|
@ -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 = {
|
||||
nixpkgs = {
|
||||
|
|
@ -159,7 +159,7 @@
|
|||
wl-update-background
|
||||
;
|
||||
|
||||
inherit (cute-api.packages.${system}) cute-api;
|
||||
# inherit (cute-api.packages.${system}) cute-api;
|
||||
|
||||
# Installer ISO
|
||||
install-iso = inputs.nixos-generators.nixosGenerate {
|
||||
|
|
@ -349,8 +349,8 @@
|
|||
./nixos/minio_server.nix
|
||||
./nixos/nextcloud.nix
|
||||
./nixos/immich.nix
|
||||
cute-api.nixosModules.default
|
||||
{ services.cute-api = { enable = true; host = "0.0.0.0"; }; }
|
||||
# cute-api.nixosModules.default
|
||||
# { services.cute-api = { enable = true; host = "0.0.0.0"; }; }
|
||||
# ./nixos/garage.nix
|
||||
# ./nixos/ntfy.nix
|
||||
# S3 cache read
|
||||
|
|
|
|||
|
|
@ -179,12 +179,12 @@
|
|||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
"cute.bertof.net" = ssl // {
|
||||
locations."/" = {
|
||||
proxyPass = "http://heimdall:4000/";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
# "cute.bertof.net" = ssl // {
|
||||
# locations."/" = {
|
||||
# proxyPass = "http://heimdall:4000/";
|
||||
# proxyWebsockets = true;
|
||||
# };
|
||||
# };
|
||||
"jellyfin.bertof.net" = ssl // {
|
||||
locations."/" = {
|
||||
proxyPass = "http://heimdall.tsn:8096/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue