aboutsummaryrefslogtreecommitdiff
path: root/hosts/tahoe/secrets/rclone/config.ini.age (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-04-30modules/rclone: delete the module and cleanupFranck Cuny1-0/+0
I'm not using rclone anymore and I'm not storing the backups to GCS buckets either.
2023-03-10hosts/tahoe: re-key all the secrets with age identitiesFranck Cuny1-0/+0
This is using the public keys from: - my user on my laptop - the root user on tahoe - the backup key stored on the USB drive
2022-08-08fix(tahoe/secrets): configuration for rclone-sync to GCPFranck Cuny1-0/+0
The configuration needs to be updated, we set the value for `bucket_policy_only` to true now that we've set the bucket to use uniform bucket level access (https://cloud.google.com/storage/docs/uniform-bucket-level-access). Change-Id: I7e9516709af4be35a3964937c1dbd728bcfe1f01 Reviewed-on: https://cl.fcuny.net/c/world/+/709 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-04-13secrets: re-key all secrets for tahoeFranck Cuny1-0/+0
2022-04-13secrets: move the actual secrets with hosts configFranck Cuny1-0/+0
Having the secrets closer to the host is easier to manage. At the moment I don't have secrets that are shared across multiple hosts, so that's an OK approach.
2022-04-10secrets: move all the secrets under module/Franck Cuny1-0/+0
Refactor a bit the configuration, which should simplify the management and usage of secrets from now on.
2022-03-11rclone: synchronize restic repo to GCSFranck Cuny1-0/+0
Add a couple of secrets to store the configuration and the service account, and add a timer to synchronize the restic repository to a GCS bucket once a day.