@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
and you can even mount it on windows/linux/os x!
and you can even mount it on windows/linux/os x!
@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)
it is an addon in the download tool. Or you can use xcaddy to build it in.
it is an addon in the download tool. Or you can use xcaddy to build it in.
@xuu I see