init
This commit is contained in:
parent
b3819a741f
commit
530baac45d
4 changed files with 126 additions and 0 deletions
54
.sops.yaml
Normal file
54
.sops.yaml
Normal file
|
@ -0,0 +1,54 @@
|
|||
keys:
|
||||
- &chunk age1eg6sxflw6l44fp20sl068sampwd95fm0mnh4ssegrhtktgm50ptqcuspyn
|
||||
- &yt age1sy0at69err83qyml2vqu8xvwjccfws447aaadfvacj2qluw3p45s2mtrw8
|
||||
creation_rules:
|
||||
- path_regex: secrets/de3911/yt.yaml
|
||||
key_groups:
|
||||
- age:
|
||||
- *yt
|
||||
- path_regex: secrets/de3911/chunk.yaml
|
||||
key_groups:
|
||||
- age:
|
||||
- *chunk
|
||||
- path_regex: secrets/services/ntfy.yaml
|
||||
key_groups:
|
||||
- age:
|
||||
- *chunk
|
||||
- *yt
|
||||
- path_regex: secrets/restic/*.yaml
|
||||
key_groups:
|
||||
- age:
|
||||
# only yt uses restic
|
||||
- *yt
|
||||
- path_regex: secrets/borg/yt-rsyncnet.yaml
|
||||
key_groups:
|
||||
- age:
|
||||
- *yt
|
||||
- path_regex: secrets/borg/crash-rsyncnet.yaml
|
||||
key_groups:
|
||||
- age:
|
||||
- *chunk
|
||||
- path_regex: secrets/wireguard/yt.yaml
|
||||
key_groups:
|
||||
- age:
|
||||
- *yt
|
||||
- path_regex: secrets/wireguard/chunk.yaml
|
||||
key_groups:
|
||||
- age:
|
||||
- *chunk
|
||||
- path_regex: secrets/services/caddy.yaml
|
||||
key_groups:
|
||||
- age:
|
||||
- *chunk
|
||||
- path_regex: secrets/services/hedgedoc.yaml
|
||||
key_groups:
|
||||
- age:
|
||||
- *chunk
|
||||
- path_regex: secrets/services/miniflux.yaml
|
||||
key_groups:
|
||||
- age:
|
||||
- *chunk
|
||||
- path_regex: secrets/services/gitlab.yaml
|
||||
key_groups:
|
||||
- age:
|
||||
- *chunk
|
Loading…
Add table
Add a link
Reference in a new issue