# 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 17
# self = https://watcher.sour.is/conv/cjxjlfa
Finally built and published a "Maintenance Server" service prologic/maintenance-server: Standalone maintenance server, serving a static "maintenance page" with a default message that the site is under maintenance. - maintenance-server - Mills that now means when I deploy and upgrade parts of my infra you now see a nice "Maintenance Page" instead of a "404 Not Found" (which is misleading) 👌 Looks like this:
Finally built and published a "Maintenance Server" service prologic/maintenance-server: Standalone maintenance server, serving a static "maintenance page" with a default message that the site is under maintenance. - maintenance-server - Mills that now means when I deploy and upgrade parts of my infra you now see a nice "Maintenance Page" instead of a "404 Not Found" (which is misleading) 👌 Looks like this:
@prologic Would it be an alternative to use something like lighttpd to serve a static file? That way you wouldn’t have to maintain yet another program. 😊
@prologic Would it be an alternative to use something like lighttpd to serve a static file? That way you wouldn’t have to maintain yet another program. 😊
@prologic Would it be an alternative to use something like lighttpd to serve a static file? That way you wouldn’t have to maintain yet another program. 😊
@prologic Would it be an alternative to use something like lighttpd to serve a static file? That way you wouldn’t have to maintain yet another program. 😊
@prologic @movq That's exactly, what I thought, too. I'll bet that you have some reverse proxy in the front anyways, so let this one serve the 503 page.
@movq I don't mind maintaining programs. It sure beats trying to relearn different configuration systems and software 😆

I'm a lazy sysadmin -- In fact I stopped doing this "sysadmin " shit years ago 😆
@movq I don't mind maintaining programs. It sure beats trying to relearn different configuration systems and software 😆

I'm a lazy sysadmin -- In fact I stopped doing this "sysadmin " shit years ago 😆
@movq I don't mind maintaining programs. It sure beats trying to relearn different condifuration systems and software 😆

I'm a lazy sysadmin -- In fact I stopped doing this "sysadmi " shit yeats ago 😆
@lyse Right, at least nginx can simply serve a static 503 page in those cases. Not sure about Træfik, though. 🤔
@lyse Right, at least nginx can simply serve a static 503 page in those cases. Not sure about Træfik, though. 🤔
@lyse Right, at least nginx can simply serve a static 503 page in those cases. Not sure about Træfik, though. 🤔
@lyse Right, at least nginx can simply serve a static 503 page in those cases. Not sure about Træfik, though. 🤔
Teying to make Traefik behave like this is actually quite hard. It's easier to have another service with a lower priority catch-all.
Teying to make Traefik behave like this is actually quite hard. It's easier to have another service with a lower priority catch-all.
Yes, Nginx is quite nice and straight forward most of the time, @movq. I use it myself. What the heck, did you already consider switching to a less shitty web server/reverse proxy, @prologic.