diff options
author | Emile <git@emile.space> | 2024-12-03 22:01:41 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2024-12-03 22:01:41 +0100 |
commit | 473abad6b754d53cc885668cef2059e5bf90dc0c (patch) | |
tree | 186e2550126761b71dac8ee75ed319cf729702a9 /nix/hosts/corrino/ports.nix | |
parent | 68116e7be505999ecc408c0d95ea4342045f2798 (diff) |
(corrino) added goatcounter service
Diffstat (limited to 'nix/hosts/corrino/ports.nix')
-rw-r--r-- | nix/hosts/corrino/ports.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/hosts/corrino/ports.nix b/nix/hosts/corrino/ports.nix index b83b118..10ae593 100644 --- a/nix/hosts/corrino/ports.nix +++ b/nix/hosts/corrino/ports.nix @@ -23,6 +23,7 @@ netbox = 8001; restic = 8002; nocodb = 8003; + goatcounter = 8004; r2wars-web = 8089; ctf = 8338; magic-hash = 8339; |