| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Instead of rsync-ing these folders to a GCS bucket, I should instead do
a backup. If I screw up something, the content will be sync-ed, and I
won't be able to restore it. It's better (maybe more expensive, but
that's OK) to keep snapshots and be able to restore.
|
| |
|
|
|
|
|
| |
Create a user and group 'nas' so we can run tranmission in it. This will
also help us to enable some specific permissions on some directories.
|
| |
|
|
|
|
|
|
|
|
|
| |
I want to run traefik on the NAS, so I can reach grafana and other
future services running on that host.
To manage TLS, we use let's encrypt with a DNS challenge. For this to
work we need a service account configuration, that is encrypted with
age.
|
|
|
|
|
| |
This will be run via a timer once a day, to perform maintenance on my
backups on the nas.
|
| |
|
|
|
|
|
|
|
| |
Run prometheus via systemd, and configure to pull node-exporter's
metrics from two hosts.
The retention is set for 3 years.
|
| |
|
|
For now we only want samba on it.
|