summary refs log tree commit diff stats
path: root/hosts/by-name (follow)
Commit message (Collapse)AuthorAge
* feat(mastodon): make secrets configurableSilas Schöffel9 days
|
* feat(miniflux): make secrets configurableSilas Schöffel9 days
|
* feat(peertube): make secrets configurableSilas Schöffel9 days
|
* feat(hosts)!: remove server1Silas Schöffel9 days
| | | | This host is unused and therefore unneeded
* feat(etesync): migrate to server2Silas Schöffel9 days
|
* feat(redlib): move to server2Silas Schöffel9 days
|
* feat(modules/mail): init on server2Silas Schöffel9 days
|
* feat(modules/backup): initSilas Schöffel13 days
|
* fix(hosts/server1): remove migrated servicesSilas Schöffel13 days
|
* feat(modules/matrix): init on server3Silas Schöffel13 days
|
* feat(modules/mastodon): init on server3Silas Schöffel13 days
|
* fix(peertube): migrate to server3Silas Schöffel13 days
|
* feat(modules/murmur): initSilas Schöffel14 days
|
* feat(modules/nixconfig): initSilas Schöffel14 days
|
* feat(modules/invidious-router): initSilas Schöffel14 days
|
* feat(modules/gallery): initSilas Schöffel14 days
|
* feat(miniflux): init module, host on server2Silas Schöffel14 days
|
* feat(hosts/server3): initSilas Schöffel2025-01-04
|
* fix(server2/networking): correct ipv6 addressSilas Schöffel2024-12-27
|
* fix(hosts/server2): Use correct path to `vhack.eu/nixos-server` repoBenedikt Peetz2024-12-25
|
* feat(modules/nginx): Modularise the redirects and migrate them to server2Benedikt Peetz2024-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 Peetz2024-12-25
values This allows us to outsource the host-handling from the `flake.nix` file.