Use Fedder's TrueNAS for Restic backups #153

Merged
samsapti merged 8 commits from restic_fedder into main 2023-03-05 22:01:54 +00:00
Showing only changes of commit ca3a869cd8 - Show all commits

View file

@ -1,6 +1,6 @@
# These are the variables contained in secrets.yml # These are the variables contained in secrets.yml
# Secrets are usually 32 characters or more, matching [a-Z0-9] # Secrets are usually 32 characters or more, matching [a-Z0-9]
---
postgres_passwords: postgres_passwords:
nextcloud: xxx nextcloud: xxx
passit: xxx passit: xxx
@ -9,6 +9,7 @@ postgres_passwords:
codimd: xxx codimd: xxx
mailu: xxx mailu: xxx
keycloak: xxx keycloak: xxx
hedgedoc: xxx
mastodon: xxx mastodon: xxx
rallly: xxx rallly: xxx
membersystem: xxx membersystem: xxx
@ -31,8 +32,9 @@ drone_secrets:
rpc_shared_secret: xxx rpc_shared_secret: xxx
restic_secrets: restic_secrets:
user_secret: xxx user_password: xxx
samsapti marked this conversation as resolved
Review

Do we use this?

Do we use this?
Review

Actually no, we only used it with Decibyte's Restic server. I'll remove it.

Actually no, we only used it with Decibyte's Restic server. I'll remove it.
encryption_secret: xxx repository_password: xxx
ssh_privkey: xxx
matrix_secrets: matrix_secrets:
registration_shared_secret: xxx registration_shared_secret: xxx