Commit graph

111 commits

Author SHA1 Message Date
Bruno BELANYI 2c1a7d16c7 WIP: add notes for missing persistence/backup
Some checks failed
ci/woodpecker/push/check Pipeline failed
TODO:
* Do home-manager
* Look at for more inspiration github.com:nix-community/impermanence/pull/108
* Common files github.com:nix-community/impermanence/issues/10
* Useful config: github.com:chayleaf/dotfiles/blob/f77271b249e0c08368573c22a5c34f0737d3a766/system/modules/impermanence.nix
2024-11-28 21:56:30 +00:00
Bruno BELANYI 95a42b4339 nixos: services: vikunja: persist data 2024-11-28 21:53:26 +00:00
Bruno BELANYI a2581f4e89 nixos: services: transmission: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI 84f5a89c31 nixos: services: tandoor-recipes: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI 4938148255 nixos: services: sabnzbd: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI f87ac5cb05 nixos: services: rss-bridge: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI 71facb854e nixos: services: quassel: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI dd3dc6e044 nixos: services: podgrab: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI 33437c715f nixos: services: pyload: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI 5c916f9cfb nixos: services: postgresql-backup: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI dd713103a2 nixos: services: postgresql: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI 4ed5355218 nixos: services: pirate: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI 7b7a0ff031 nixos: services: pdf-edit: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI a9d8ea0a41 nixos: services: paperless: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI 2ea28217be nixos: services: nextcloud: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI 4cfcddaa35 nixos: services: nginx: persist SSL certificates 2024-11-28 21:51:17 +00:00
Bruno BELANYI b04168267d nixos: services: navidrome: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI 6ef920766d nixos: services: monitoring: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI a3d3a34ef0 nixos: services: mealie: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI 26ddf69e6f nixos: services: matrix: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI 1438ca7d19 nixos: services: lohr: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI 0ee74d3602 nixos: services: komga: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI 4a078034b5 nixos: services: jellyfin: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI 14ba93bc4f nixos: services: indexers: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI 0abfe44816 nixos: services: grocy: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI 9f299c62de nixos: services: gitea: persist repositories 2024-11-28 21:51:17 +00:00
Bruno BELANYI a46162d2d5 nixos: services: forgejo: persist repositories 2024-11-28 21:51:17 +00:00
Bruno BELANYI 0e552ece29 nixos: services: flood: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI ad3b8a57e8 nixos: services: fail2ban: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI 2f48ef0cdb nixos: services: calibre-web: persist library 2024-11-28 21:51:17 +00:00
Bruno BELANYI 84e514b44d nixos: services: blog: persist website data 2024-11-28 21:51:17 +00:00
Bruno BELANYI 16bdd18646 nixos: services: audiobookshelf: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI 06877dad95 nixos: services: aria: persist data 2024-11-28 21:51:17 +00:00
Bruno BELANYI 8dc6b19c6e nixos: services: ssh-server: persist host keys 2024-11-28 20:29:14 +00:00
Bruno BELANYI e39fef275c nixos: services: paperless: use 'environmentFile'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
That way I don't have to configure all services to make use of it.

Someday I'll find the will to add the `postgresql.service` dependency
upstream, truly removing the need to configure any service at all.
2024-11-27 12:05:41 +00:00
Bruno BELANYI 6a5c4a627a nixos: services: pyload: add fail2ban jail
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-11-20 21:06:17 +01:00
Bruno BELANYI 7f0cd6612e nixos: services: paperless: remove MKL work-around
Instead, rely on the upstream service's work-around [1].

This will reduce the amount of package builds I need to do when updating
my server...

[1]: https://github.com/NixOS/nixpkgs/pull/299008

This reverts commit e2ec4d3032.
2024-11-20 21:06:17 +01:00
Bruno BELANYI 60050113bc nixos: services: nginx: modify example
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Now that `websocketLocations` exists, it makes little sense to use
`proxyWebsockets` in an example, so use a different one.
2024-11-19 16:03:38 +00:00
Bruno BELANYI 6a1a35a384 nixos: services: migrate to 'websocketsLocations' 2024-11-19 16:03:38 +00:00
Bruno BELANYI e9d96138d5 nixos: services: nginx: add 'websocketsLocations'
This accounts for the overwhelming majority of my usage of
`extraConfig`.
2024-11-19 16:03:38 +00:00
Bruno BELANYI 138d4d2bd9 nixos: services: nextcloud: add collabora
This needs to be configured through the "Nextcloud Office" app,
specifically the WOPI setting is important for security (I put both the
external IP, as well as `::1` and `127.0.0.1`).
2024-11-19 15:58:48 +01:00
Bruno BELANYI ab8a5daefe hosts: porthos: secrets: acme: use OVH API
All checks were successful
ci/woodpecker/push/check Pipeline was successful
I switched registrar, as OVH was ~4x cheaper.

This needs a small change to the module to both refer to OVH instead of
Gandi in the documentation, and make use of the correct API.

I also needed to disable the propagation check, as it looks like OVH is
slower than Gandi, and leads to spurious errors...
2024-11-14 22:19:35 +01:00
Bruno BELANYI 6d2ac0c473 modules: services: matrix: remove sliding sync
The functionality has been folded into `synapse` itself, and the module
has been removed from the unstable branch.

This reverts commit b4c2cc581b.
2024-10-28 10:47:49 +00:00
Bruno BELANYI a09cef76c5 nixos: services: nextcloud: bump to 30
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-10-17 15:26:17 +02:00
Bruno BELANYI 09f763bc16 nixos: services: add komga
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-09-30 22:10:38 +02:00
Bruno BELANYI 898523d079 treewide: fix typos 2024-09-27 13:49:29 +00:00
Bruno BELANYI cbba752b54 nixos: services: nginx: remove 'literalExample'
Those examples do not use functions or any other "difficult to render"
expression.
2024-09-27 13:44:40 +00:00
Bruno BELANYI 3aab65d9ea nixos: services: tandoor-recipes: add fail2ban note
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-09-24 13:13:15 +00:00
Bruno BELANYI b6279108e0 nixos: services: vikunja: add fail2ban note
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-09-24 10:44:42 +00:00
Bruno BELANYI 0f3c5d1d63 nixos: services: transmission: add fail2ban note 2024-09-24 10:44:42 +00:00