Updated Note IT/syncthing.MD
This commit is contained in:
parent
d19dde4d9a
commit
ff284841c2
@ -22,3 +22,16 @@ ConfigMap: objet kubernetes permettant de stocker des configurations peut être
|
||||
## namespace
|
||||
|
||||
Permet de séparer les pod et de ne travailler que sur les pod nécessaire
|
||||
|
||||
## workload
|
||||
|
||||
### deployment
|
||||
|
||||
### statefullset
|
||||
|
||||
### daemonset
|
||||
|
||||
## secret
|
||||
|
||||
Stocké en base64
|
||||
Voir external-secrets pour synchro avec un vault
|
||||
|
@ -1,15 +1,15 @@
|
||||
# list syncthing share on main Server
|
||||
|
||||
- Pi2:
|
||||
-name:beet_db
|
||||
- name:beet_db
|
||||
path:/mnt/diskstation/home/beet_db
|
||||
type:sendreceive
|
||||
-name:notes
|
||||
- name:notes
|
||||
path:/mnt/diskstation/home/notes2
|
||||
type:sendreceive
|
||||
-name:Caméra
|
||||
- name:Caméra
|
||||
path:/mnt/diskstation/photo/backup
|
||||
type:receiveonly
|
||||
-name:keepass
|
||||
- name:keepass
|
||||
path:/mnt/diskstation/home/keepass
|
||||
type:sendreceive
|
||||
|
Loading…
Reference in New Issue
Block a user