bug tv
This commit is contained in:
Generated
+21
@@ -125,6 +125,26 @@
|
||||
"type": "gitlab"
|
||||
}
|
||||
},
|
||||
"bug-tv": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1787772860,
|
||||
"narHash": "sha256-XTY+vJQGP8Z8/U2jjrbWMMCfn78kYlmTcoCYUMd3AHY=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "ffab4949f334f5a7bc699bfba8592097e8fa5787",
|
||||
"revCount": 2,
|
||||
"type": "git",
|
||||
"url": "https://git.bug.tools/bug/tv.git"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "https://git.bug.tools/bug/tv.git"
|
||||
}
|
||||
},
|
||||
"catppuccin": {
|
||||
"inputs": {
|
||||
"nixpkgs": "nixpkgs"
|
||||
@@ -1303,6 +1323,7 @@
|
||||
"inputs": {
|
||||
"aerothemeplasma": "aerothemeplasma",
|
||||
"auto-cpufreq": "auto-cpufreq",
|
||||
"bug-tv": "bug-tv",
|
||||
"catppuccin": "catppuccin",
|
||||
"catppuccin-userstyles-nix": "catppuccin-userstyles-nix",
|
||||
"copyparty": "copyparty",
|
||||
|
||||
@@ -99,8 +99,9 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
/*
|
||||
bugtv.url = "g"
|
||||
*/
|
||||
bug-tv = {
|
||||
url = "git+https://git.bug.tools/bug/tv.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
mailserver
|
||||
# matrix
|
||||
redlib
|
||||
bugtv
|
||||
# sish
|
||||
vscode-server
|
||||
gitea
|
||||
|
||||
@@ -1,7 +1,19 @@
|
||||
{
|
||||
{ inputs, ... }: {
|
||||
den.aspects.bugtv = {
|
||||
nixos = {
|
||||
nixos = { pkgs, config, ... }: {
|
||||
imports = [ inputs.bug-tv.nixosModules.default ];
|
||||
|
||||
den.tunnels = [ "api.tv" ];
|
||||
|
||||
services."bug-tv" = {
|
||||
enable = true;
|
||||
|
||||
package = inputs.bug-tv.packages.${pkgs.system}.default;
|
||||
port = 8789;
|
||||
tmdbApiKey = "ac014b130a8e6344c91dff4e68b18d47";
|
||||
providers = [ "cineby" ];
|
||||
timeoutMs = 30000;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -19,6 +19,7 @@
|
||||
mail = 8088;
|
||||
email = 8088;
|
||||
llama = 8080;
|
||||
"api.tv" = 8789;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user