ncDocConverter/configs/ncConverter.json

46 lines
1.5 KiB
JSON
Raw Permalink Normal View History

{
2023-01-05 18:06:32 +00:00
"nextcloudUsers": [
{
2023-01-05 18:06:32 +00:00
"nextcloudUrl": "https://cloud.myDomain.de",
"username": "myUser",
"password": "A41cP-eR3n6-OIP13-8sQ1f-kYqp3",
"jobs": [
{
2023-01-05 18:06:32 +00:00
"jobName": "Convert my books",
"sourceDir": "api/",
"destinationDir": "ebooks/",
"keepFolders": true,
"recursive": true,
2023-01-05 18:06:32 +00:00
"execution": "45 23 * * 6"
}
2023-01-05 18:06:32 +00:00
],
"bookStack": {
"url": "https://wiki.myDomain.de",
"username": "test@myDomain.de",
"apiToken": "typfe29famd983amdk12a93:ave550l3fqu72cays51o84da71fvlqvtia6x19wZz",
"jobs": [
{
"jobName": "Convert my favorite books",
"shelves": [ "Work", "Linux" ],
"shelveRegex": "",
"books": [],
"booksRegex": "",
"includeBooksWithoutShelve": false,
"destinationDir": "ebooks/wiki/",
"format": "html",
"keepStructure": true,
"execution": "45 23 * * 6",
"cache": 3
}
]
}
}
]
}