@xuu That seems more like up my alley (fully self-hosted?)… Tell ne more!
yup! just need to add the webdav extension and configure it up a path and user/pass. caddy handles everything else.
yup! just need to add the webdav extension and configure it up a path and user/pass. caddy handles everything else.
https://dav.sour.is {
tls jon@xuu.cc
basicauth /xuu {
xuu $2a$...
}
webdav * {
root /var/www/dav
}
}
https://dav.sour.is {
tls jon@xuu.cc
basicauth /xuu {
xuu $2a$...
}
webdav * {
root /var/www/dav
}
}
password is generated using caddy hash-password
password is generated using caddy hash-password
@xuu And what’s this Joplin thing? 🤔
its a notebook tool like evernote. @sorenpeter@darch.dk linked it above: https://joplinapp.org/
its a notebook tool like evernote. @sorenpeter@darch.dk linked it above: https://joplinapp.org/
@xuu It doesn’t seem to state it supports WebDAV though? 🤔 (at least not in the App Storw deac)
@xuu I see