Files
photoBooth/photobooth-app/config/plugin_synchronizer_rclone.json
T
admin 209f81aa3d
🚀 Deploy — JH Photomaton / 🔍 Vérification (push) Has been cancelled
🚀 Deploy — JH Photomaton / 🍓 Deploy sur le Pi (push) Has been cancelled
first commit
2026-07-16 00:55:29 +02:00

33 lines
846 B
JSON

{
"common": {
"enabled": false,
"full_sync_interval": 5,
"enabled_share_links": true,
"enabled_custom_qr_url": false,
"custom_qr_url": "http://PiPhotobooth:8000/sharepage/#?url=http://PiPhotobooth:8000/media/full/{identifier}"
},
"rclone_client_config": {
"rclone_enable_logging": true,
"rclone_log_level": "NOTICE",
"rclone_transfers": 4,
"rclone_checkers": 4,
"enable_webui": true
},
"remotes": [
{
"enabled": false,
"description": "demo localremote",
"name": "/",
"subdir": "tmp/localsync",
"enable_immediate_sync": true,
"enable_regular_sync": true,
"enable_sharepage_sync": true,
"shareconfig": {
"enabled": false,
"manual_public_link": null,
"use_sharepage": true,
"sharepage_url": null
}
}
]
}