Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(treewide): move former git-crypted files to correct location | Silas Schöffel | 2024-04-24 |
| | | | | They were accidentally added at the wrong location in dd4b6bcfc16c7c795b697195eb6703966352d9f4 | ||
* | fix(system/services/taskserver): Add required kernel settings | Soispha | 2024-04-02 |
| | | | | | | These are the defaults, but I think it is better to explicitly state them to ensure that we don't suffer from a mistake, when we think about changing them in the future. | ||
* | chore(git-crypt): Remove `.git-crypt` directory | Soispha | 2024-03-29 |
| | |||
* | chore(git-crypt): Re-add previously encrypted files in decrypted form | Soispha | 2024-03-29 |
| | |||
* | chore(git-crypt): Remove `git-crypt` and associated encrypted files | Soispha | 2024-03-29 |
| | |||
* | fix(gitattributes): Remove unused taskserver paths | Soispha | 2024-03-29 |
| | |||
* | refactor(system/services/taskserver): Move away from git-crypt | Soispha | 2024-03-29 |
| | |||
* | style(system/secrets): Sort `secret.nix` and `default.nix` alphabetically | Soispha | 2024-03-29 |
| | |||
* | fix(system/services/libreddit): correct binary location in systemd service | Silas Schöffel | 2024-03-28 |
| | | | | | | This is a manual fix until we get this merged into nixpkgs Co-authored-by: Benedikt Peetz <benedikt.peetz@b-peetz.de> | ||
* | feat(system/servics/libreddit): Use the continued redlib package | Soispha | 2024-03-28 |
| | | | | Fixes: #87 | ||
* | build(flake): Update | Soispha | 2024-03-28 |
| | |||
* | fix(system/impermanence/mods/users.nix): add /root/.ssh as persistent directory | sils | 2024-03-19 |
| | |||
* | fix(system/services/invidious-router): add new healthcheck config | sils | 2024-03-10 |
| | |||
* | build(flake): update | sils | 2024-03-10 |
| | |||
* | fix(system/services/invidious-router): remove invidious.vhack.eu from ↵ | sils | 2024-02-25 |
| | | | | | | | instance list This is necessary because of a bug in our instance which causes search to fail under certain circumstances. | ||
* | style(system/services/invidious-router): one list entry per line | sils | 2024-02-21 |
| | |||
* | fix(system/services/invidious-router): change allowed_status_codes type to int | sils | 2024-02-21 |
| | |||
* | fix(system/services/invidious-router): bind to 127.0.0.1 | sils | 2024-02-21 |
| | |||
* | build(flake): update | sils | 2024-02-21 |
| | |||
* | fix(flake): override invidious-router-flake nixpkgs with nixpkgs-unstable | sils | 2024-02-21 |
| | |||
* | fix(system/services/invidious-router): correct typo | sils | 2024-02-21 |
| | |||
* | feat(system/services/invidious-router): add extraDomains | sils | 2024-02-19 |
| | |||
* | build(flake): update | sils | 2024-02-19 |
| | |||
* | feat(system/services/invidious-router): add configuration | sils | 2024-02-19 |
| | |||
* | build(flake): update invidious-router-flake | sils | 2024-02-19 |
| | |||
* | style(flake): format with alejandra | sils | 2024-02-19 |
| | |||
* | build(flake): Update | Soispha | 2024-02-18 |
| | |||
* | build(flake): update | sils | 2024-02-15 |
| | |||
* | fix(flake): update invidious-router-flake url | sils | 2024-02-15 |
| | |||
* | chore(version): v0.23.1 v0.23.1 | sils | 2024-02-15 |
| | |||
* | fix: update mastodon | sils | 2024-02-15 |
| | | | | | This uses the mastodon package from nixos-unstable-small because backporting of a security release failed and we can't afford to wait. | ||
* | chore(version): v0.23.0 v0.23.0 | sils | 2024-02-15 |
| | |||
* | feat: remove keycloak | sils | 2024-02-11 |
| | |||
* | build(flake): update | sils | 2024-02-11 |
| | |||
* | fix(flake): rename invidious-router to invidious-router-flake | sils | 2024-02-11 |
| | |||
* | build(flake): update | sils | 2024-02-11 |
| | |||
* | chore(version): v0.22.0 v0.22.0 | sils | 2024-02-11 |
| | |||
* | fix(system/services/invidious-router): fix typo in domain | sils | 2024-02-10 |
| | |||
* | feat: add invidious-router | sils | 2024-02-10 |
| | |||
* | build(flake): update | sils | 2024-02-03 |
| | |||
* | chore(version): v0.21.0 v0.21.0 | sils | 2024-01-19 |
| | |||
* | feat(flake): add formatter | sils | 2024-01-19 |
| | | | | You can't live without one. | ||
* | fix(.gitignore): exclude nix build result | sils | 2024-01-19 |
| | |||
* | build(flake): update | sils | 2024-01-19 |
| | |||
* | fix(system/services/restic): create /srv/snapshots if non-existent | sils | 2024-01-19 |
| | |||
* | chore(version): v0.20.1 v0.20.1 | Soispha | 2024-01-17 |
| | |||
* | fix(sys/services/restic): Set the system start time to 'daily' | Soispha | 2024-01-14 |
| | | | | | | Considering that the db dump takes longer than an hour, an hourly service start time could lead to multiple dumps happening concurrently. This should reduce this risk | ||
* | fix(sys/services/restic): Include a db dump of PostgreSQL | Soispha | 2024-01-14 |
| | | | | | | | | | | | | | | | Including this dump should remove the risk of a backup with a corrupt PostgreSQL database. Initial test showed that the backup takes around 32 GB and runs in under 3 hours. There is one big oversight not yet included in this commit: All services running a SQLite database are not included in this dump and thus can not be safely recovered. At present these are: - etebase-server (db.sqlite3) - murmur (murmur.sqlite) (This is list was generated with `sudo fd sqlite /srv/`) | ||
* | chore(version): v0.20.0 v0.20.0 | sils | 2024-01-07 |
| | |||
* | fix(system/services): import restic config | sils | 2024-01-07 |
| |