Commit graph

76 commits

Author SHA1 Message Date
2db7189f50 services: matrix: ensure 'dataDir' exists 2021-02-08 10:49:59 +00:00
8cdef69b3e services: nextcloud: ensure 'home' exists 2021-02-08 10:49:59 +00:00
471ecd87cc services: postgresql-backup: explicitly backup all 2021-02-08 10:49:59 +00:00
a8a8b5fc22 services: nextcloud: add state to backup 2021-02-08 10:49:59 +00:00
8fa9e1ce1a services: postgresql-backup: add current to backup 2021-02-08 10:49:59 +00:00
7a3588e17f services: matrix: add state to backup 2021-02-08 10:49:59 +00:00
61cd897d1f services: add backup
This is using `restic` and Backblaze B2 buckets
2021-02-08 10:49:59 +00:00
21747212dd porthos: services: extract ssh-server 2021-02-08 10:49:59 +00:00
d1d33fd1d1 secrets: modularise
Instead of reading from the 'secrets' directory all over the place,
consolidate all secrets-handling inside the same module.

This means that finally, the 'acme' service does not need to come read
right into this repository, however this leads to a potentially unsecure
setup (because I am storing passwords in the Nix store)... I have
decided not to care about this relatively minor issue, but I could
revisit it by using `sops-nix` in the future.
2021-02-08 10:49:59 +00:00
47396fbab0 services: add Quassel
Unfortunately this service is stateful, you need to connect to it to set
up the first user.
2021-02-08 10:49:59 +00:00
41c777d2e2 services: add RSS-Bridge 2021-02-08 10:49:59 +00:00
e29adcda03 services: add indexers
Includes both Jackett and NZBHydra2.
2021-02-08 10:49:59 +00:00
bfba8c005c services: add postgres-backup 2021-02-08 10:49:58 +00:00
34ff469b6d services: add nextcloud
The password is quoted using `"` instead of `'` in the setup script,
beware of `$` characters...
2021-02-08 10:49:58 +00:00
adfc2eb832 services: matrix: remove postgreSQL backup
This really deserves to be its own service instead.
2021-02-08 10:49:58 +00:00
442c691933 matrix: proxy calls to '/_synapse/client' 2021-02-08 10:49:58 +00:00
6bfa421112 services: matrix: use shared registration secret 2021-02-08 10:49:58 +00:00
6b1de02ea3 services: matrix: configure DB on launch 2021-02-08 10:49:58 +00:00
303da60e0b services: gitea: clean up configuration
I want the ssh addresses to use 'git' as a user, so the service must be
set up with this user as well.

I also want the port to be configurable in case I need to change it.
2021-02-08 10:49:58 +00:00
6038d0df60 services: add sabnzbd
Its configuration isn't declarative :-(.

Notably, the port needs to be changed from '8080' to '9090' in its
configuration file (at '/var/lib/sabnzbd/').
2021-02-03 20:38:54 +01:00
27d089afaa services: add transmission
This service makes use of the default webui. I really like combustion
more, but am willing to use that one instead given the few amount of
time I actually spend looking at it
2021-02-03 20:38:54 +01:00
680d82bc3b services: add pirate
The whole suite of *-arr media managers.
2021-02-03 20:38:54 +01:00
9446651944 services: add jellyfin
This makes use of the 'media' group, to allow using the same group for
any software that would either read or write to my media collection.
2021-02-03 20:38:54 +01:00
b4b62b5bc6 services: add gitea 2021-02-03 20:38:54 +01:00
5d41f6206d services: add matrix 2021-02-03 12:12:41 +01:00
32444fe8ae services: add nginx and acme auto-configuration
This ensures that the recommened settings are turned on when using Nginx
in any service. It also provides for a SSL certificate using Let's
Encrypt.
2021-02-03 11:55:33 +01:00