# 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 10
# self = https://watcher.sour.is/conv/spcaxxq
@carsten Can I ask... What is the BASE_URL configured on your pod to be? 🤔
@carsten Can I ask... What is the BASE_URL configured on your pod to be? 🤔
This is so weird. I'm trying to figure out some bad data I've spotted... 🙄
This is so weird. I'm trying to figure out some bad data I've spotted... 🙄
the BASE_URL is set to https://yarn.zn80.net
@carsten Thanks! This is my problem then, I noticed some "bad data" in my pod's cache or something. Trying to figure it it and fix it. Thanks 👌
@carsten Thanks! This is my problem then, I noticed some "bad data" in my pod's cache or something. Trying to figure it it and fix it. Thanks 👌
export OPEN_PROFILES=false
export OPEN_REGISTRATIONS=false

Is also set, but, it looks like it is possible to register. I find it also a bit weird with all the options. I can set the OPEN_PROFILES setting (just an example) via the env variables, or the startup parameters or here through the admin page. Which is the one which overrules the others?
@carsten Some options configurable at runtime, via the Admin interface. But those will override the CLI flags / Env vars. So double check those. If in doubt just nuke the /path/to/data/settings.json and restart.
@carsten Some options configurable at runtime, via the Admin interface. But those will override the CLI flags / Env vars. So double check those. If in doubt just nuke the /path/to/data/settings.json and restart.