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
|
## namespace
|
||||||
|
|
||||||
Permet de séparer les pod et de ne travailler que sur les pod nécessaire
|
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
|
# list syncthing share on main Server
|
||||||
|
|
||||||
- Pi2:
|
- Pi2:
|
||||||
-name:beet_db
|
- name:beet_db
|
||||||
path:/mnt/diskstation/home/beet_db
|
path:/mnt/diskstation/home/beet_db
|
||||||
type:sendreceive
|
type:sendreceive
|
||||||
-name:notes
|
- name:notes
|
||||||
path:/mnt/diskstation/home/notes2
|
path:/mnt/diskstation/home/notes2
|
||||||
type:sendreceive
|
type:sendreceive
|
||||||
-name:Caméra
|
- name:Caméra
|
||||||
path:/mnt/diskstation/photo/backup
|
path:/mnt/diskstation/photo/backup
|
||||||
type:receiveonly
|
type:receiveonly
|
||||||
-name:keepass
|
- name:keepass
|
||||||
path:/mnt/diskstation/home/keepass
|
path:/mnt/diskstation/home/keepass
|
||||||
type:sendreceive
|
type:sendreceive
|
||||||
|
|
Loading…
Reference in New Issue
Block a user