Add "database" settings

This commit is contained in:
schroda
2025-09-08 00:37:02 +02:00
parent 7d81e1106f
commit 47e93c774f
5 changed files with 74 additions and 5 deletions

View File

@@ -1386,6 +1386,17 @@
},
"title": "Cloudflare bypass"
},
"database": {
"address": "Database url",
"password": "$t(global.label.password)",
"title": "Database",
"type": {
"h2": "H2",
"postgresql": "PostgreSQL",
"title": "Type"
},
"username": "$t(global.label.username)"
},
"koreader": {
"sync": {
"check_sum_method": {