Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(matrix): make secrets configurable | Silas Schöffel | 9 days |
| | |||
* | feat(mastodon): make secrets configurable | Silas Schöffel | 9 days |
| | |||
* | feat(miniflux): make secrets configurable | Silas Schöffel | 9 days |
| | |||
* | feat(peertube): make secrets configurable | Silas Schöffel | 9 days |
| | |||
* | feat(hosts)!: remove server1 | Silas Schöffel | 9 days |
| | | | | This host is unused and therefore unneeded | ||
* | feat(etesync): migrate to server2 | Silas Schöffel | 9 days |
| | |||
* | feat(redlib): move to server2 | Silas Schöffel | 9 days |
| | |||
* | feat(modules/mail): init on server2 | Silas Schöffel | 9 days |
| | |||
* | feat(modules/backup): init | Silas Schöffel | 13 days |
| | |||
* | fix(hosts/server1): remove migrated services | Silas Schöffel | 13 days |
| | |||
* | feat(modules/matrix): init on server3 | Silas Schöffel | 13 days |
| | |||
* | feat(modules/mastodon): init on server3 | Silas Schöffel | 13 days |
| | |||
* | fix(peertube): migrate to server3 | Silas Schöffel | 13 days |
| | |||
* | feat(modules/murmur): init | Silas Schöffel | 14 days |
| | |||
* | feat(modules/nixconfig): init | Silas Schöffel | 2025-01-20 |
| | |||
* | feat(modules/invidious-router): init | Silas Schöffel | 2025-01-20 |
| | |||
* | feat(modules/gallery): init | Silas Schöffel | 2025-01-20 |
| | |||
* | feat(miniflux): init module, host on server2 | Silas Schöffel | 2025-01-20 |
| | |||
* | feat(hosts/server3): init | Silas Schöffel | 2025-01-04 |
| | |||
* | fix(server2/networking): correct ipv6 address | Silas Schöffel | 2024-12-27 |
| | |||
* | fix(hosts/server2): Use correct path to `vhack.eu/nixos-server` repo | Benedikt Peetz | 2024-12-25 |
| | |||
* | feat(modules/nginx): Modularise the redirects and migrate them to server2 | Benedikt Peetz | 2024-12-25 |
| | | | | | | The redirects always have an implicit dependency on the DNS config of the running host. As such, simply stating them for all host is never a possibility and setting them per host the only viable option. | ||
* | refactor(hosts): Use a `by-name` structure and construct all host depended ↵ | Benedikt Peetz | 2024-12-25 |
values This allows us to outsource the host-handling from the `flake.nix` file. |