about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* fix(hosts/server2/redirects): Also recognize the old source.vhack.eu redirect HEAD mainBenedikt Peetz2 days
|
* modules/redlib: Use `nginx`'s module redirect mechanismBenedikt Peetz2 days
|
* modules/nginx: Keep the `$request_uri` when redirectingBenedikt Peetz2 days
|
* README.md: Fix typosBenedikt Peetz2 days
|
* modules/nix-sync: Correctly merge `extraSettings` and the needed vhost configBenedikt Peetz4 days
|
* hosts/server3/websites: Host nix-sync on server3Benedikt Peetz4 days
|
* hosts/server2/websites: Correct extraSettings for wkdBenedikt Peetz7 days
| | | | | The `/.well-known/openpgpkey/hu/` path does not exist. Thus remove the erroneous `hu/` at the end.
* hosts/server2/websites: Use the new repository urlsBenedikt Peetz7 days
| | | | | | This changes: https://codeberg.org/bpeetz/b-peetz.de.git -> https://git.foss-syndicate.org/bpeetz/b-peetz.de.git https://codeberg.org/vhack.eu/gpg_wkd.git -> https://git.foss-syndicate.org/vhack.eu/pgp-wkd.git
* modules/nix-sync: Actually enableBenedikt Peetz7 days
| | | | | This includes the obvious changes, ensuring that it follows our current best-practices.
* docs(README.md): InitBenedikt Peetz8 days
|
* refactor(modules/default.nix): Remove now unneeded arguments to `mkByName`Benedikt Peetz8 days
|
* feat(secrets.nix): Automatically generate the secrets list for each hostBenedikt Peetz13 days
|
* build(flake): Update to the latest `nixLib` versionBenedikt Peetz13 days
|
* refactor(hosts/{server2,server3}): Move the backup secrets in a directoryBenedikt Peetz13 days
|
* feat(matrix): make secrets configurableSilas Schöffel2025-01-25
|
* feat(mastodon): make secrets configurableSilas Schöffel2025-01-25
|
* feat(miniflux): make secrets configurableSilas Schöffel2025-01-25
|
* feat(peertube): make secrets configurableSilas Schöffel2025-01-25
|
* feat(secrets.nix): remove server1Silas Schöffel2025-01-25
|
* feat(system): removeSilas Schöffel2025-01-25
| | | | This only contains unused and unwanted services
* feat(hosts)!: remove server1Silas Schöffel2025-01-25
| | | | This host is unused and therefore unneeded
* feat(etesync): migrate to server2Silas Schöffel2025-01-25
|
* fix(modules/etebase): migrate to new vhack.persist optionSilas Schöffel2025-01-25
|
* feat(redlib): move to server2Silas Schöffel2025-01-25
|
* fix(module/peertube): update emailhostSilas Schöffel2025-01-25
|
* fix(modules/mastodon): update emailhostSilas Schöffel2025-01-25
|
* feat(modules/mail): init on server2Silas Schöffel2025-01-25
|
* feat(modules/backup): initSilas Schöffel2025-01-21
|
* fix(modules/peertube): correct email setupSilas Schöffel2025-01-21
|
* fix(hosts/server1): remove migrated servicesSilas Schöffel2025-01-21
|
* feat(modules/matrix): init on server3Silas Schöffel2025-01-21
|
* feat(modules/mastodon): init on server3Silas Schöffel2025-01-21
|
* fix(peertube): migrate to server3Silas Schöffel2025-01-21
|
* fix(envrc): remove git fetchSilas Schöffel2025-01-21
|
* feat(modules/murmur): initSilas Schöffel2025-01-20
|
* feat(modules/nixconfig): initSilas Schöffel2025-01-20
|
* feat(modules/invidious-router): initSilas Schöffel2025-01-20
|
* feat(modules/gallery): initSilas Schöffel2025-01-20
|
* feat(miniflux): init module, host on server2Silas Schöffel2025-01-20
|
* feat(treewide): rekey secrets to allow multiple host setupSilas Schöffel2025-01-20
|
* feat(hosts/server3): initSilas Schöffel2025-01-04
|
* feat(pkgs/back): add comments to rss feedSilas Schöffel2024-12-31
|
* fix(pkgs/back/contrib/config.json): add root_urlSilas Schöffel2024-12-31
|
* fix(modules/back): add root_url to back configBenedikt Peetz2024-12-28
| | | | Co-authored-by: Silas Schöffel <sils@sils.li>
* fix(back): add correct links to rss feedBenedikt Peetz2024-12-27
| | | | Co-authored-by: Silas Schöffel <sils@sils.li>
* feat(back): add rss feedBenedikt Peetz2024-12-27
| | | | Co-authored-by: Silas Schöffel <sils@sils.li>
* feat(back/src/issues/issue): implement Display for AuthorBenedikt Peetz2024-12-27
| | | | Co-authored-by: Silas Schöffel <sils@sils.li>
* fix(server2/networking): correct ipv6 addressSilas Schöffel2024-12-27
|
* fix(modules/back): Update to the new config file inputBenedikt Peetz2024-12-26
|
* fix(pkgs/back): Use the errors display trait not debugBenedikt Peetz2024-12-26
| | | | | Sadly, there seems to be no other way to change the error display, than wrapping main.