# 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 2
# self = https://watcher.sour.is/conv/ldka3ra
Neat! 👌 I have been hacking on sshbox and refactored it a fair bit to have much more flexible auth methods. In addition I also toyed around with the idea of having a shared (free) unix environment like some of the ones around (_whose name eludes me right now 🤦♂️_), with a couple of key differences and differentiators:
- The environment you get is actually a Docker container
- Based on Alpine, but customized.
- Can persist/detach any background processes you want.
- And reverse proxy to port 8000 in the container._
Neat! 👌 I have been hacking on sshbox and refactored it a fair bit to have much more flexible auth methods. In addition I also toyed around with the idea of having a shared (free) unix environment like some of the ones around (_whose name eludes me right now 🤦♂️_), with a couple of key differences and differentiators:
- The environment you get is actually a Docker container
- Based on Alpine, but customized.
- Can persist/detach any background processes you want.
- And reverse proxy to port 8000 in the container._