add personal samba share; split -web configurations to make services
easier to run on other devices
This commit is contained in:
parent
3cd1f7c4fc
commit
04e9f8438d
16 changed files with 109 additions and 51 deletions
|
|
@ -15,6 +15,11 @@ endpoint = https://s3.gra.io.cloud.ovh.net/
|
|||
[photos-crypt]
|
||||
type = crypt
|
||||
remote = ovh-s3:pi-s3/photos
|
||||
password = {{ rclone_photos_obf_pass }}
|
||||
password2 = {{ rclone_photos_obf_pass2 }}
|
||||
password = {{ rclone_obf_pass }}
|
||||
password2 = {{ rclone_obf_pass2 }}
|
||||
|
||||
[jef-crypt]
|
||||
type = crypt
|
||||
remote = ovh-s3:pi-s3/jef
|
||||
password = {{ rclone_obf_pass }}
|
||||
password2 = {{ rclone_obf_pass2 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue