blob: eeae062dad0aaebc366e079fc08b2f23a5bc9a8f (
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
85
86
87
88
89
90
91
92
93
94
|
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).
# Support Krebs
There are some ways to support krebs:
- [Krebsgold](http://wiki.r/krebsgold)
# 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)
- `#all`: Bots spamming news feeds
- `#aluhut`: Bots spamming conspiracy and corona news feeds
- `#drachengame`: Bots spamming Drachenlord news feeds
- many more, e.g. `#oepnv`, `#conlang` ..
## 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)
- Webradio streams [http://zaatar.r/tuner](http://zaatar.r/tuner)
- Homage to [http://catalonia.r](http://catalonia.r), credentials `acab:supersicher`.
|