diff options
author | Emile <git@emile.space> | 2024-08-03 13:33:52 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-08-03 13:33:52 +0200 |
commit | dcfc18774fe2d4207c2996b2d16ea67499b70228 (patch) | |
tree | ce47dc856535e4339d01f6339a666764e41b1fdc /nix/hosts/corrino/ports.nix | |
parent | 285644fbb46f6d8ff21acbe28f16b7b5b70ddd9b (diff) |
(corrino): s3.emile.space init
Diffstat (limited to 'nix/hosts/corrino/ports.nix')
-rw-r--r-- | nix/hosts/corrino/ports.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nix/hosts/corrino/ports.nix b/nix/hosts/corrino/ports.nix index 3dcf72a..6be514d 100644 --- a/nix/hosts/corrino/ports.nix +++ b/nix/hosts/corrino/ports.nix @@ -15,6 +15,10 @@ magic-hash = 8339; tickets = 8349; talks = 8350; + minio = { + s3 = 9000; + web = 9001; + }; authelia = 9091; prometheus = 9003; gitDaemon = 9418; |