# 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/e66fs3a
Time to get Gitea configured and running my website, I think 🤔
@prologic yeah, looks awesome and will do a good job of replacing my Github dependency 😂
It is overkill for a single user use, just like any other big self hosted solution—GitLab comes to mind. And, IMHO, it doesn’t get close to beat GitHub, if you are looking to run an open source project. But… I am sure it is fun to run.
Gogs is a bit better for a single user IMHO
Gogs is a bit better for a single user IMHO
Will have to take a look at Gogs. Ideally wanting it to be easy to have the same ease-of-use to setup a web page as Github and Gitea.
@screem that I know of, neither Gogs nor Gitea have the “pages” feature that GitHub has. I might be mistaken, though, as I am not up to speed on their development.
@david This is correct -- Page hosting is a separate thing entirely ☺️
@david This is correct -- Page hosting is a separate thing entirely ☺️
All I need is a repo browser. No fancy pages, wikis, bug reports, merge requests, CI/CD pipelines, etc. I had gitweb a few years back, that was exactly that if I recall correctly. I should try it again.