bridge fix

This commit is contained in:
ION606
2025-08-25 21:54:37 -04:00
parent 27f1216434
commit 926e03fb10
5 changed files with 107 additions and 44 deletions
+2 -2
View File
@@ -73,7 +73,7 @@ urlshortener = "https://{env.SHORT_DOMAIN}/shorten?link="
; (optional) Whether to shorten the URL by default when a new document is created.
; If set to true, the "Shorten URL" functionality will be automatically called.
; This only works if the "urlshortener" option is set.
; shortenbydefault = false
shortenbydefault = true
; (optional) Let users create a QR code for sharing the document URL with one click.
; It works both when a new document is created and when you view a document.
@@ -184,4 +184,4 @@ class = Filesystem
; Either form below works. Pick ONE (uncommented). Here we use the conventional form:
dir = PATH "data"
; Alternative explicit absolute path (also valid):
; dir = "/srv/data"
; dir = "/srv/data"