Files
photoBooth/photobooth-app/config/plugin_synchronizer.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

27 lines
591 B
JSON

{
"common": {
"enabled": false,
"enable_share_links": false
},
"backends": [
{
"enabled": false,
"description": "demo tmp sync",
"enable_regular_sync": true,
"enable_immediate_sync": true,
"enable_share_link": true,
"backend_config": {
"backend_type": "filesystem",
"connector": {
"target_dir": "tmp"
},
"share": {
"use_downloadportal": false,
"downloadportal_url": null,
"downloadportal_autoupload": false,
"media_url": null
}
}
}
]
}