# 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 3
# self = https://watcher.sour.is/conv/wtj6qcq
I run gitbucket
, a github-like web application for managing git-based projects, including issues, notifications, webhooks, etc. Basically all the stuff you'd expect to have. gitbucket
is a written in scala
, and deployed as a single 70 Mbyte jar/war file that can be executed directly on a JVM or mounted via a (JVM) servlet container. I run it with a max RAM usage of 256 Mbytes and it runs fine.
I don't get why people hate on JVM apps so much. That's pretty lightweight given what it does for you. gitea
wants 512 Mbyte 1 Gbyte according to their own docs. I assume you could reduce that safely, but still.
@abucci Interestinf and good point 👌
@abucci Interestinf and good point 👌