# 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 18
# self = https://watcher.sour.is/conv/dzzwcvq
@laz I just run it like this in my Docker Swarm cluster:

#!yaml
    image: rss2twtxt:latest
    command: -s -c /config/config.yaml
    volumes:
      - feeds_config:/config
      - feeds:/feeds

@laz I just run it like this in my Docker Swarm cluster:

#!yaml
    image: rss2twtxt:latest
    command: -s -c /config/config.yaml
    volumes:
      - feeds_config:/config
      - feeds:/feeds

@laz I just run it like this in my Docker Swarm cluster:\n\n
#!yaml\n    image: rss2twtxt:latest\n    command: -s -c /config/config.yaml\n    volumes:\n      - feeds_config:/config\n      - feeds:/feeds\n
And a sample config just looks like:\n\n
#!yaml\n$ cat config.yaml.sample\n---\nroot: ./feeds\nbaseurl: /\nmaxsize: 1048576\nfeeds:\n  unexplained_mysteries: http://www.unexplained-mysteries.com/news/umnews.xml\n
\n\nAlthough this is also managed from the Web interface.
And a sample config just looks like:

#!yaml
$ cat config.yaml.sample
---
root: ./feeds
baseurl: /
maxsize: 1048576
feeds:
  unexplained_mysteries: http://www.unexplained-mysteries.com/news/umnews.xml



Although this is also managed from the Web interface.
And a sample config just looks like:

#!yaml
$ cat config.yaml.sample
---
root: ./feeds
baseurl: /
maxsize: 1048576
feeds:
  unexplained_mysteries: http://www.unexplained-mysteries.com/news/umnews.xml



Although this is also managed from the Web interface.
Just committed this:


* 914268a 2021-10-21 | Add a working docker-compose (HEAD -> master, origin/master) [James Mills]



This _should_ hopefully get you going 👌
Just committed this:\n\n
\n* 914268a 2021-10-21 | Add a working docker-compose (HEAD -> master, origin/master) [James Mills]\n
\n\nThis _should_ hopefully get you going 👌
Just committed this:


* 914268a 2021-10-21 | Add a working docker-compose (HEAD -> master, origin/master) [James Mills]



This _should_ hopefully get you going 👌
@prologic Thanks!\n\nRunning! But the generated links are not including my domain :/\n\nhttps://rs.vltra.plus/feeds
@laz Err umm set the base url in the config 👌
@laz Err umm set the base url in the config 👌
@prologic Oh, yeah! 🤪
@laz Thanks for spinning this up btw and putting it through its paces! 🤗 You've reminded me I want to do a bit of work on that codebase now, I _think_ I'm renaming it to "twtxtfeeds" or something like that... Open to suggestions for a better codename 🤣 But essentially I want to take advantage of the new Metadata spec 👌
@laz Thanks for spinning this up btw and putting it through its paces! 🤗 You've reminded me I want to do a bit of work on that codebase now, I _think_ I'm renaming it to "twtxtfeeds" or something like that... Open to suggestions for a better codename 🤣 But essentially I want to take advantage of the new Metadata spec 👌
@prologic twtxtfeeds is fine.\n\ntwtxt-er is all I can come with right now.
@laz 👍
@laz 👍