Configure restic repo for nextcloud data
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s
This commit is contained in:
parent
997d1b2f9e
commit
6c08146fd2
5 changed files with 64 additions and 6 deletions
BIN
secrets/nextcloud_restic_env.age
Normal file
BIN
secrets/nextcloud_restic_env.age
Normal file
Binary file not shown.
7
secrets/nextcloud_restic_password.age
Normal file
7
secrets/nextcloud_restic_password.age
Normal file
|
@ -0,0 +1,7 @@
|
|||
age-encryption.org/v1
|
||||
-> piv-p256 UIEGzg AtUSDrnOeV44xXzVmduHJgpJEzozc+LqdLKlkiiDdJXA
|
||||
cJWbnIZGvISxhNXa6Jpiw8NrEfCncMAQHfW8v5uzzvE
|
||||
-> ssh-ed25519 Yk7ehg OwDJrMxpMvaxDnGBaSr8+WjGy44DAYwcPo7qujD8zCQ
|
||||
7LjtdWBG9+n89+NWvWLX/E63se9okelHkEb2HxFAkU8
|
||||
--- 7f/WYFPS9vxFsRa6MNX6EAbGya42EsVxrZbCTEhuIOc
|
||||
PˆO˜<c‘ë[&ô!W*oñ›gJo©,à¿ P±ä@ÎØ”«Óö7ô® ´Ø%„Ò"rʽÌ=Öc½kå«c<0B>#°PÌ@ù¡ñlÆ—Š½Xi"êï¸c庀GÔí¬m‰N»¢/ØjÜWâj‚ku:ˆx<CB86>¦(à.°>%×ß‘#~Ížæv¹¢ò/kbÒÃFÚg3®ŠçQêÝÀ
|
8
secrets/nextcloud_restic_repo.age
Normal file
8
secrets/nextcloud_restic_repo.age
Normal file
|
@ -0,0 +1,8 @@
|
|||
age-encryption.org/v1
|
||||
-> piv-p256 UIEGzg AowX1qo/8GwbPcZGt2yW77S7rA8/xtDGUocmR3hmQpTO
|
||||
vNy0dR5fwAk+2fV7xhEQq9Ja4VRW5RaDHo9a3L1FZhk
|
||||
-> ssh-ed25519 Yk7ehg IUjXb3+yVVIY3aa5wTagrRdm3bL9fGfCCfc20roqh1g
|
||||
D+aX+TYMg21CCfpVj6DQVcaRbU4sN5tB0aC0R6TfBFw
|
||||
--- u2cH5LG8E5DBRkL8FGq3s1I2Ht5Lhlk9hKrSaOjtISQ
|
||||
=q(ï=vßc×<19>~iß(Pa¸GÑùGŸãx! ‹Iãþ<&õüN•Á7åJA.½'e
|
||||
DHŽLt¿t 1JÞFéL‡(9éEk[¢šQ·<51>×é³;Å‚?ì/ʤnPŒ´
|
|
@ -15,6 +15,9 @@ in {
|
|||
"hass_mqtt.age".publicKeys = [users.me machines.pi4 machines.node machines.gospel];
|
||||
"hydra-aws-creds.age".publicKeys = [users.me machines.gospel];
|
||||
"nextcloud_admin.age".publicKeys = [users.me machines.node machines.gospel];
|
||||
"nextcloud_restic_env.age".publicKeys = [users.me machines.node];
|
||||
"nextcloud_restic_password.age".publicKeys = [users.me machines.node];
|
||||
"nextcloud_restic_repo.age".publicKeys = [users.me machines.node];
|
||||
"tailscale_git_server.age".publicKeys = [users.me machines.git]; # This key expires, might have to update
|
||||
"teslamate_db.age".publicKeys = [users.me machines.node machines.gospel];
|
||||
"teslamate_encryption.age".publicKeys = [users.me machines.node machines.gospel];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue