Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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(secrets.nix): remove server1 | Silas Schöffel | 9 days |
| | |||
* | feat(system): remove | Silas Schöffel | 9 days |
| | | | | This only contains unused and unwanted services | ||
* | 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 |
| | |||
* | fix(modules/etebase): migrate to new vhack.persist option | Silas Schöffel | 9 days |
| | |||
* | feat(redlib): move to server2 | Silas Schöffel | 9 days |
| | |||
* | fix(module/peertube): update emailhost | Silas Schöffel | 9 days |
| | |||
* | fix(modules/mastodon): update emailhost | 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(modules/peertube): correct email setup | 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 |
| | |||
* | fix(envrc): remove git fetch | Silas Schöffel | 13 days |
| | |||
* | feat(modules/murmur): init | Silas Schöffel | 14 days |
| | |||
* | feat(modules/nixconfig): init | Silas Schöffel | 14 days |
| | |||
* | feat(modules/invidious-router): init | Silas Schöffel | 14 days |
| | |||
* | feat(modules/gallery): init | Silas Schöffel | 14 days |
| | |||
* | feat(miniflux): init module, host on server2 | Silas Schöffel | 14 days |
| | |||
* | feat(treewide): rekey secrets to allow multiple host setup | Silas Schöffel | 14 days |
| | |||
* | feat(hosts/server3): init | Silas Schöffel | 2025-01-04 |
| | |||
* | feat(pkgs/back): add comments to rss feed | Silas Schöffel | 2024-12-31 |
| | |||
* | fix(pkgs/back/contrib/config.json): add root_url | Silas Schöffel | 2024-12-31 |
| | |||
* | fix(modules/back): add root_url to back config | Benedikt Peetz | 2024-12-28 |
| | | | | Co-authored-by: Silas Schöffel <sils@sils.li> | ||
* | fix(back): add correct links to rss feed | Benedikt Peetz | 2024-12-27 |
| | | | | Co-authored-by: Silas Schöffel <sils@sils.li> | ||
* | feat(back): add rss feed | Benedikt Peetz | 2024-12-27 |
| | | | | Co-authored-by: Silas Schöffel <sils@sils.li> | ||
* | feat(back/src/issues/issue): implement Display for Author | Benedikt Peetz | 2024-12-27 |
| | | | | Co-authored-by: Silas Schöffel <sils@sils.li> | ||
* | fix(server2/networking): correct ipv6 address | Silas Schöffel | 2024-12-27 |
| | |||
* | fix(modules/back): Update to the new config file input | Benedikt Peetz | 2024-12-26 |
| | |||
* | fix(pkgs/back): Use the errors display trait not debug | Benedikt Peetz | 2024-12-26 |
| | | | | | Sadly, there seems to be no other way to change the error display, than wrapping main. | ||
* | chore(pkgs/back): Add missing license headers | Benedikt Peetz | 2024-12-26 |
| | |||
* | fix(pkgs/back): Sort the issues by descending date | Benedikt Peetz | 2024-12-26 |
| | |||
* | feat(pkgs/back): Rewrite the `git-bug` interface code | Benedikt Peetz | 2024-12-26 |
| | | | | | | | | The previous code was more or less reverse engineered, whilst this code is based on the actually git-bug source code. This improves the whole issue and operation handling immensely and also makes the code better maintainable. Furthermore, it also adds support for the operations that had not already used in `vhack.eu/nixos-server.git`. | ||
* | fix(pkgs/back): Use rocket to manage the configuration values | Benedikt Peetz | 2024-12-26 |
| | | | | | This reduces the amount of needed `unwraps`/`expects` and allows us to streamline the parsing processes. | ||
* | fix(hosts/server2): Use correct path to `vhack.eu/nixos-server` repo | Benedikt Peetz | 2024-12-25 |
| | |||
* | fix(modules/back): Remove the `gitPath` from the service name | Benedikt Peetz | 2024-12-25 |
| | | | | With it, the service names become nearly illegible. | ||
* | 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. | ||
* | fix(modules/nix-sync/internal): Fix syntax errors in shell-script | Benedikt Peetz | 2024-12-25 |
| | |||
* | fix(modules/dhcpcd): Also set uid/gid for the `dhcpcd` user | Benedikt Peetz | 2024-12-25 |
| | | | | | Otherwise, this user's/group's owned files/directories could change when a new user is added or removed, as we do not persist `/var/lib/nixos`. | ||
* | build(flake.nix): Re-add `ragenix` to the devShell | Benedikt Peetz | 2024-12-25 |
| | |||
* | 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. | ||
* | fix(treewide): Add constant uids and gids to each user and group | Benedikt Peetz | 2024-12-25 |
| | | | | This allows us to avoid persisting `/var/lib/nixos`. | ||
* | docs(CONTRIBUTING.md): Remove | Benedikt Peetz | 2024-12-25 |
| | | | | | | | | The information is currently out-dated, was never really up-to-date and as such will not provide anything useful to new contributors. We should probably try to write it again at some point when our workflow has moved more from cathedral to bazaar. | ||
* | refactor(system/services/fail2ban): Migrate to `by-name` | Benedikt Peetz | 2024-12-25 |
| | | | | | | Additionally, I've changed to owner of the `/var/lib/fail2ban` directory to `root:root` as the main `fail2ban` service also runs under `root` and a `fail2ban` user is never created. | ||
* | refactor(system/services/rust-motd): Migrate to `by-name` | Benedikt Peetz | 2024-12-25 |
| |