2022-11-02 11:32:03 +00:00
|
|
|
{ }: {
|
|
|
|
restic_hetznervm_htpasswd = {
|
|
|
|
user = "storage";
|
|
|
|
group = "storage";
|
|
|
|
permissions = "660";
|
|
|
|
path = "/secrets/restic_hetznervm_htpasswd";
|
|
|
|
};
|
|
|
|
restic_music_htpasswd = {
|
|
|
|
user = "storage";
|
|
|
|
group = "storage";
|
|
|
|
permissions = "660";
|
|
|
|
path = "/secrets/restic_music_htpasswd";
|
|
|
|
};
|
|
|
|
restic_vault_htpasswd = {
|
|
|
|
user = "storage";
|
|
|
|
group = "storage";
|
|
|
|
permissions = "660";
|
|
|
|
path = "/secrets/restic_vault_htpasswd";
|
|
|
|
};
|
2022-11-02 16:04:43 +00:00
|
|
|
webdav_main_htpasswd = {
|
2022-11-02 11:32:03 +00:00
|
|
|
user = "storage";
|
|
|
|
group = "storage";
|
|
|
|
permissions = "660";
|
2022-11-02 16:04:43 +00:00
|
|
|
path = "/secrets/webdav_main_htpasswd";
|
2022-11-02 11:32:03 +00:00
|
|
|
};
|
|
|
|
vault_password = {
|
|
|
|
user = "root";
|
|
|
|
group = "root";
|
|
|
|
permissions = "660";
|
|
|
|
path = "/secrets/vault_password";
|
|
|
|
};
|
|
|
|
}
|