# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 27
# self = https://watcher.sour.is/conv/viwbypq
Joplin + Caddy WebDAV over here.
@xuu That seems more like up my alley (_fully self-hosted?_)... Tell ne more!
@xuu That seems more like up my alley (_fully self-hosted?_)... Tell ne more!
@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 {
\ttls jon@xuu.cc

\tbasicauth /xuu {
\t\txuu $2a$...
\t}

\twebdav * {
\t\troot /var/www/dav
\t}
}


https://dav.sour.is {
\ttls jon@xuu.cc

\tbasicauth /xuu {
\t\txuu $2a$...
\t}

\twebdav * {
\t\troot /var/www/dav
\t}
}

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? 🤔
@xuu And what's this Joplin thing? 🤔
@xuu And what's this Joplin thing? 🤔
its a notebook tool like evernote.
its a notebook tool like evernote. @sorenpeter linked it above: https://joplinapp.org/
its a notebook tool like evernote. @sorenpeter 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 It doesn't seem to state it supports WebDAV though? 🤔 (at least not in the App Storw deac)
@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
@xuu I see
@xuu I see