first commit
🚀 Deploy — JH Photomaton / 🔍 Vérification (push) Has been cancelled
🚀 Deploy — JH Photomaton / 🍓 Deploy sur le Pi (push) Has been cancelled

This commit is contained in:
2026-07-16 00:55:29 +02:00
commit 209f81aa3d
100 changed files with 17682 additions and 0 deletions
@@ -0,0 +1,33 @@
{
"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
}
}
]
}