# 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 7
# self = https://watcher.sour.is/conv/lbwrv3q
@carsten you need to set it on an environmental variable. Alternatively, you can put them all in one file, and call it from your systemd script, like so (change accordingly):

[Unit]
Description=Yarn Pod
After=network.target

[Service]
Type=simple
Restart=on-failure
RestartSec=10
StartLimitBurst=5
StartLimitInterval=100
User=yarnd
Group=yarnd
ExecStart=/usr/local/src/yarn/yarnd -OR -b 127.0.0.1:8080 --fetch-interval "@every 1m"
EnvironmentFile=/usr/local/etc/yarnd_env

[Install]
WantedBy=multi-user.target

The yarnd_env file has something like this:

COOKIE_SECRET=
API_SIGNING_KEY=
MAGICLINK_SECRET=
ADMIN_USER=
ADMIN_EMAIL=
SMTP_FROM=
SMTP_USER=
SMTP_HOST=
SMTP_PASS=
YARND_TOKEN=
STORE=
DATA=
BASE_URL=

With the right values in it.
@carsten Yeah sorry dude ! 🤗 You can only configure yarnd via command line flags or environment variable right now.
@carsten Yeah sorry dude ! 🤗 You can only configure yarnd via command line flags or environment variable right now.
@carsten Ahhh are you considering running a multi-user pod? 🤔
@carsten Ahhh are you considering running a multi-user pod? 🤔
@carsten That would be cool!

We list 5 multi-user Pods on our landing page at Yarn.social 👌

Let me know when/if you'd like to be a 6th 🤗 Or just submit a PR to https://git.mills.io/yarnsocial/yarn.social 👌
@carsten That would be cool!

We list 5 multi-user Pods on our landing page at Yarn.social 👌

Let me know when/if you'd like to be a 6th 🤗 Or just submit a PR to https://git.mills.io/yarnsocial/yarn.social 👌