a811e87029
- CLAUDE.md: subdomains, OAuth Auth Code+PKCE, shared token store, all backends incl Joplin Data API, content types, current tool list - README: full tool inventory per service, correct setup steps - config.json.example: joplin_login + joplin_data_api fields documented Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
71 lines
1.3 KiB
JSON
71 lines
1.3 KiB
JSON
{
|
|
"radicale_url": "http://127.0.0.1:5232",
|
|
"radicale_users": {
|
|
"stefan": {
|
|
"username": "stefan",
|
|
"password": "CHANGE_ME"
|
|
},
|
|
"kati": {
|
|
"username": "kati",
|
|
"password": "CHANGE_ME"
|
|
}
|
|
},
|
|
"ocis_url": "http://127.0.0.1:9200",
|
|
"ocis_users": {
|
|
"stefan": {
|
|
"username": "stefan",
|
|
"password": "CHANGE_ME"
|
|
},
|
|
"kati": {
|
|
"username": "kati",
|
|
"password": "CHANGE_ME"
|
|
}
|
|
},
|
|
"joplin_url": "http://127.0.0.1:22300",
|
|
"joplin_tokens": {
|
|
"stefan": "",
|
|
"kati": ""
|
|
},
|
|
"mail_roots": {
|
|
"stefan": "/mnt/ssd/Backup/stefan/imap",
|
|
"kati": "/mnt/ssd/Backup/kati/imap"
|
|
},
|
|
"calendar_paths": {
|
|
"stefan": [
|
|
"/stefan/",
|
|
"/shared/"
|
|
],
|
|
"kati": [
|
|
"/kati/",
|
|
"/shared/"
|
|
]
|
|
},
|
|
"addressbook_paths": {
|
|
"stefan": [
|
|
"/stefan/"
|
|
],
|
|
"kati": [
|
|
"/kati/"
|
|
]
|
|
},
|
|
"joplin_data_api": {
|
|
"stefan": {
|
|
"url": "http://127.0.0.1:41184",
|
|
"token": "CHANGE_ME"
|
|
},
|
|
"kati": {
|
|
"url": "http://127.0.0.1:41185",
|
|
"token": "CHANGE_ME"
|
|
}
|
|
},
|
|
"joplin_login": {
|
|
"stefan": {
|
|
"email": "CHANGE_ME",
|
|
"password": "CHANGE_ME"
|
|
},
|
|
"kati": {
|
|
"email": "CHANGE_ME",
|
|
"password": "CHANGE_ME"
|
|
}
|
|
}
|
|
} |