summaryrefslogtreecommitdiffstats
path: root/Home.md
blob: f69ddcdb1f4398024080f553e48d06d7a71adb18 (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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
This is the wiki for retiolum. A private VPN of the krebs foundation. And for [food lessons learned](http://wiki.r/Lessons-learned-in-cooking). And for direct links towards [radiostreams](http://wiki.r/streams).

# Services

- [Retiolum world map](http://graph.r/)
- [wallpaper](http://prism.r/realwallpaper-krebs.png)
- [wallpaper-timelapse](http://prism.r/realwallpaper-video.mp4)
- [wallpaper no entities](http://prism.r/realwallpaper.png)


## Stockholm repositories
- [enklave](http://cgit.enklave.r/stockholm)
- [gum](http://cgit.gum.r/stockholm)
- [mic92](https://git.thalheim.io/Mic92/stockholm/)
- [ni](http://cgit.ni.r/stockholm)
- [prism](http://cgit.prism.r/stockholm)

## Retiolum host files (tinc public key + /etc/hosts)

- Updated by palo's CI: https://github.com/krebs/retiolum
- Updated by Mic92's CI (also a flake): https://git.thalheim.io/Mic92/retiolum

## Git

- [enklave](http://cgit.enklave.r)

## CI

- [build.hotdog](http://build.hotdog.r/): buildbot

## Paste services

- [paste.r - bepasty](http://paste.r/)
  - reachable via https://paste.krebsco.de
  - TODO usage on `krebspaste`
- [p.r - bash paste-server](http://p.r)
  - TODO usage on `kpaste`
  - with imgur emulation for flameshot (TODO on description)
  - reachable via https://p.krebsco.de

## Monitoring

- [prometheus.r](http://prometheus.r): 
  - logs alerts to `#xxx` on irc.r 
  - [alert rules](https://github.com/Mic92/dotfiles/blob/master/nixos/eva/modules/prometheus/alert-rules.nix)
  - [prometheus config](https://github.com/Mic92/dotfiles/blob/master/nixos/eva/modules/prometheus/default.nix#L42)
  - [telegraf configuration](https://github.com/Mic92/dotfiles/blob/master/nixos/eva/modules/telegraf.nix)

## IRC
- [irc.r](irc://irc.r)
  - `#flix`: Channel for torrent chat (will be also displayed here: [http://yellow.r/](http://yellow.r/))
  - `#xxx`: Channel for CI log messages
- [puyak.r](irc://puyak.r) currently broken
  - `#news`: Bots spamming news feeds
  - `#snews`: more Bots spamming news feeds

## Filesharing

- [Transmission (yellow.r)](http://yellow.r:9091/transmission/web/)
  - [Directory listing](http://yellow.r/)
  - NFS export:

```nix
{
  fileSystems."/mnt/prism" = {
    device = "prism.r:/export/download";
    fsType = "nfs";
    options = [
      "timeo=14"
      "noauto"
      "noatime"
      "nodiratime"
      "noac"
      "nocto"
      "ro"
      "x-systemd.automount"
      "x-systemd.device-timeout=1"
      "x-systemd.idle-timeout=1min"
    ];
  };
}
```

- [http://helsinki.r](http://helsinki.r)