about summary refs log tree commit diff
path: root/nix/hosts/corrino/ports.nix
blob: 483ab7f423b3ff13090213eaaef35f6f04f72543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
  emile.ports = {
    stream_rtmp = 1935;
    initrd_ssh = 2222;
    photo = {
      photoprism = 2342;
      immich = 2343;
      immich-public-proxy = 2344;
    };
    git = 3000;
    hydra = 3001;
    grafana = 3002;
    md = 3003;
    gotosocial = 3004;
    monica = 3006;
    miniflux = 3007;
    harmonia = 5000;
    garage = {
      s3 = 6001;
      web = 6002;
      rpc = 6003;
      admin = 6004;
    };
    irc = {
      bouncer = 6666;
      clear = 6667;
      ssl = 6697;
    };
    hound = 6080;
    stream = 8080;
    netbox = 8001;
    restic = 8002;
    nocodb = 8003;
    goatcounter = 8004;
    goapp = 8005;
    r2wars-web = 8089;
    ctf = 8338;
    magic-hash = 8339;
    tickets = 8349;
    talks = 8350;
    minio = {
      s3 = 9000;
      web = 9001;
    };
    authelia = 9091;
    gitDaemon = 9418;
    prometheus = {
      web = 9003;
      exporter = {
        node = 9002;
        nginx = 9913;
        systemd = 9558;
        smartctl = 9633;
        restic = 9634;
      };
    };
  };
}