Uploading docker files
This commit is contained in:
27
Docker compose files/vdirsyncer/config
Normal file
27
Docker compose files/vdirsyncer/config
Normal file
@@ -0,0 +1,27 @@
|
||||
[general]
|
||||
status_path = "/app/data/status"
|
||||
|
||||
[pair google_nextcloud]
|
||||
a = "google"
|
||||
b = "nextcloud"
|
||||
collections = ["from a", "from b"]
|
||||
# Optional:
|
||||
# conflict_resolution = "a wins" # or "b wins"
|
||||
# metadata = ["color", "displayname"] # sync extra properties
|
||||
|
||||
[storage google]
|
||||
type = "google"
|
||||
client_id = "882156610771-aioeubp72oecurc1lbk9rcij1un8ui40.apps.googleusercontent.com"
|
||||
client_secret = "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"
|
||||
token_file = "/app/config/google_token.json"
|
||||
|
||||
[storage nextcloud]
|
||||
type = "caldav"
|
||||
url = "https://kalender.reijnst.se/remote.php/dav/calendars/Johnny%20Reijnst/ikea-1/"
|
||||
username = "Johnny.Reijnst@gmail.com"
|
||||
password = "Sommartiden2025!"
|
||||
# Optional advanced options:
|
||||
# verify = true
|
||||
# auth = "guess"
|
||||
# item_types = ["VEVENT", "VTODO"]
|
||||
# start_date = "datetime.now() - timedelta(days=365)"
|
||||
Reference in New Issue
Block a user