# 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 10
# self = https://watcher.sour.is/conv/qhjotwa
@prologic > Self host all the things!
I still refuse to self host email. Been there done that, I hate it đŸ˜‚
That’s why I ended up using an Australian email host.
@ullarah Speaking of self-hosting email... I've been doing it for over a decade now (with a break in-between when I restarted again) and then a decade before that.
Before it was all the usual crap, Postfix/Exim, etc.
Now it's just basically the same components packaged in a Docker image I run in a Swarm clsuter.
What do you hate about it? How can I make it better? (its part of my plans!)
@ullarah Speaking of self-hosting email... I've been doing it for over a decade now (with a break in-between when I restarted again) and then a decade before that.
Before it was all the usual crap, Postfix/Exim, etc.
Now it's just basically the same components packaged in a Docker image I run in a Swarm clsuter.
What do you hate about it? How can I make it better? (its part of my plans!)
@prologic @ullarah
sounds like we have a proper topic for the chat today. looks for banner
@prologic yeah it’s setting up all of that shit. The only thing that comes close is Maddy which is a all-in-one. However IMAP is still in beta.
I would set up a Vultr instance in a heartbeat if I could easily set up my own. It’d save me about $17 a year, but it would also give me the flexibility to run other services (maybe another multi user pod) haha.
@prologic heh, I would but the issue is that this residential ISP does not allow outbound SMTP.
@ullarah we have ways around that. small vps in the cloud. cascaded swarm cluster (small vps with swarm setup, back-hauled to your machine at home). works like a charm :chefs_kiss
trick with vultr is you have to request outbound email port be opened and justify it. linode and digitalocean no issues.
as well, nicety is when your backend mail server is down the first-tier swarm node can spool until your backend comes up.
i really need to blog this mess out.