mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
16
roles/seadrive/defaults/main.yml
Normal file
16
roles/seadrive/defaults/main.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
|
||||
seadrive_daemons: []
|
||||
# seadrive_daemons:
|
||||
# - id: media # An name for this instance of seadrive
|
||||
# user: htpc # Unix account under which the daemon will run
|
||||
# server: https://seafile.example.com/ # URL of the server
|
||||
# login: htpc@example.com # Login on the server
|
||||
# pass: S3cret # Password. Can be omitted if token is given
|
||||
# token: xxxxxxxxxxxxxxx # Token. Will be asked automatically if password is given
|
||||
# cache_size: 2 # Size of the cache, in GB
|
||||
# data_dir: /var/cache/seadrive # The dir where cache data is kept
|
||||
# drive_dir: /home/htpc/SeaDrive # The dir where data will be accessible
|
||||
# cleanup_interval: 10 # Interval between cache cleanups, in minutes
|
||||
# fuse_opts: # A list of fuse options
|
||||
# - allow_other
|
Reference in New Issue
Block a user