expose tautulli
All checks were successful
Lint / lint (push) Successful in 1s
Plex Update / update (push) Successful in 8s

This commit is contained in:
Vivian 2023-06-02 14:03:59 +02:00
parent 6cea499758
commit 73d67957ec
2 changed files with 3 additions and 3 deletions

View file

@ -64,6 +64,9 @@ in {
virtualHosts."repo.xirion.net" = proxy "http://archlinux";
virtualHosts."thelounge.xirion.net" = proxy "http://thelounge:9000";
virtualHosts."tautulli.xirion.net" = proxy "http://tautulli.hades:8080";
virtualHosts."peepeepoopoo.xirion.net" = proxy "http://tautulli.hades:8080"; # Deprecated but Ricardo has it bookmarked already!
virtualHosts."registry.xirion.net" = proxy "http://docker-registry:5000"
// {
locations."/".extraConfig = ''

View file

@ -4,7 +4,6 @@
{ config, pkgs, ... }:
let
inherit (config.meta.exposes.ci) port;
vs = config.vault-secrets.secrets;
in {
imports = [ ];
@ -20,8 +19,6 @@ in {
# Additional packages
environment.systemPackages = with pkgs; [ ];
networking.firewall.allowedTCPPorts = [ port 9000 ];
vault-secrets.secrets.gitea_runner = {
services = [ "gitea-runner-nix\x2dnative" ];
};