- Belgium
- https://www.rustybever.be
-
Computer science student from Belgium who loves playing around with servers.
- Joined on
2021-03-28
Jef Roosens commented on issue Chewing_Bever/homelab#5
Schedule BTRFS MaintenanceWe can base our scripts off of the [btrfsmaintenance](https://github.com/kdave/btrfsmaintenance) repo, which is also provided as a package for debian. The scripts don't work exactly the way I want…
Jef Roosens opened issue Chewing_Bever/homelab#5
Schedule BTRFS MaintenanceJef Roosens pushed to main at Chewing_Bever/homelab
- ef8f5da37d matrix: add initial conduit-only config
Jef Roosens commented on issue Chewing_Bever/homelab#3
Baikal CalDAV/CardDAV serverBaikal also supports tasks/todos, which we could use together with the DavX5 & tasks.org android apps to sync todos to this server. I think it's also a full webdav server, meaning we could sync…
Jef Roosens opened issue Chewing_Bever/homelab#4
Syncthing & discovery serverJef Roosens opened issue Chewing_Bever/homelab#3
Baikal CalDAV/CardDAV serverJef Roosens opened issue Chewing_Bever/homelab#1
Can't upload semi-large imagesJef Roosens pushed to main at Chewing_Bever/homelab
- b5e9afe5a4 ntfy: integrate notifications into backup script
- 9b29e68378 ntfy: also install on ruby
- Compare 2 commits »
Jef Roosens pushed to main at Chewing_Bever/homelab
- a05cbf9a6f feat(ntfy): added server & client config
Jef Roosens pushed to main at Chewing_Bever/homelab
- b1d70248f1 miniflux: add docker compose config
Jef Roosens pushed to main at Chewing_Bever/homelab
- 86f741c3e9 monica: add backup script
Jef Roosens pushed to main at Chewing_Bever/homelab
- 363eaecc07 monica: add docker compose-based config
Jef Roosens pushed to main at Chewing_Bever/homelab
- df463ed7cb ruby: add woodpecker-agent & restic configs
Jef Roosens pushed to main at Chewing_Bever/homelab
- 7d180f337d ruby: add role with ruby-specific drive configuration
- 1afca6be94 restic: backup scripts should use absolute paths
- Compare 2 commits »
Jef Roosens
renamed repository from pi-nas
to Chewing_Bever/homelab
Jef Roosens pushed to main at Chewing_Bever/homelab
- a6e4beefb3 Integrate restic backup system
Jef Roosens pushed to main at Chewing_Bever/homelab
- c38bda8dfd restic: role for installing restic client
- 74f9120957 Add restic-rest server role
- 04e9f8438d add personal samba share; split -web configurations to make services
- Compare 3 commits »
Jef Roosens commented on issue Chewing_Bever/lander#20
Concurrent LSM storeA different approach is called "crab latching". Each node have a rwlock. When reading an element from the trie, we traverse down the trie by read locking both the parent node and the child…