# 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 13
# self = https://watcher.sour.is/conv/wf37oda
Running prologic/static on it will work nicely and consume very little in the way of resources 😅 I use this for all my static site hosting needs 😂
Running prologic/static on it will work nicely and consume very little in the way of resources 😅 I use this for all my static site hosting needs 😂
@prologic
> a self-hosted static file serving app which does nothing more than just serve up static files with a configured root path
Don't you mean "a web server"? :)
@mckinley Yes! but who wants to configure NGINX or Apache 😆
@mckinley Yes! but who wants to configure NGINX or Apache 😆
@prologic Yeah I have two options for static hosting I like: One is a Dropbox like file store, drag-drop files and they're statically hosted, the other is a GitWeb instance where you can just push updates to it for static hosting.
@ocdtrekkie Yeah it's actually something I _want_ to build something around too. Something a bit like what Github Pages does. I self-host Gitea but it has no support for this. It's relatively easy to do yourself, but it would be nice if there was an "app" that just did this, and ways to shove shit online easily.
@ocdtrekkie Yeah it's actually something I _want_ to build something around too. Something a bit like what Github Pages does. I self-host Gitea but it has no support for this. It's relatively easy to do yourself, but it would be nice if there was an "app" that just did this, and ways to shove shit online easily.
@mckinley caddy file-server
is meant to do this. If you add -- domain foo.TLD
at the end it magically does https for you too.
@abucci I've never tried Caddy. Nginx does what I need it to do, most of the time. I also use darkhttpd for testing.
@abucci Caddy is okay similar to Traefik. Yhe later of which I use.
@abucci Caddy is okay similar to Traefik. Yhe later of which I use.