# 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 12
# self = https://watcher.sour.is/conv/gorvlxq
@mckinley @eldersnake Yesh which I _actually_ find quite funny as they're both "Git" hosting solutions and they don't even "dogfood" or "drink their own kool aid" 🀣 At least Gita is thinking about it 🀣 Anyway they're both good self-hosted git hosting solutions, unless you want to go to something a bit simpler like cgit which I believe @lyse uses?
@mckinley @eldersnake Yesh which I _actually_ find quite funny as they're both "Git" hosting solutions and they don't even "dogfood" or "drink their own kool aid" 🀣 At least Gita is thinking about it 🀣 Anyway they're both good self-hosted git hosting solutions, unless you want to go to something a bit simpler like cgit which I believe @lyse uses?
@prologic It's a GitLab, unfortunately. I'm thinking of switching to something really, really simple. I just need a viewer, no merge requests, bugs, wikis, CI/CD, whatever.
@lyse @prologic Take a look at https://www.codemadness.org/stagit.html ?
@lyse @prologic Take a look at https://www.codemadness.org/stagit.html?
@lyse @prologic Take a look at https://www.codemadness.org/stagit.html ?
@adi Thanks, the issue with that is, that I don't want to generate tons of pages in advance. Ages ago I had GitWeb. Something even simpler would be really nice.
@lyse Write a quick CGI script. πŸ˜‹
@lyse Write a quick CGI script. πŸ˜‹
@lyse Gogs is probably what you want then. It’s in between cgit and Gitea so you at least have some useful things you can do πŸ‘Œ
@lyse Gogs is probably what you want then. It’s in between cgit and Gitea so you at least have some useful things you can do πŸ‘Œ
@prologic I'll have a closer look some day at Gogs.