# 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 28
# self = https://watcher.sour.is/conv/45yvgxq
Latest arrivals! 🕮
@jlj This post prompted me to commit and push:\n\n
\n* 0bee6cb 2021-09-24 | Add WhitelistedDomains support to Manage Pod settings [James Mills]\n
\n\nBecause I _want_ to see images you post "inline" 🤗
@jlj This post prompted me to commit and push:


* 0bee6cb 2021-09-24 | Add WhitelistedDomains support to Manage Pod settings [James Mills]


Because I _want_ to see images you post "inline" 🤗
@jlj This post prompted me to commit and push:


* 0bee6cb 2021-09-24 | Add WhitelistedDomains support to Manage Pod settings [James Mills]


Because I _want_ to see images you post "inline" 🤗
@jlj Ahh much better! (_just updated my pod!_):\n\n
@jlj Ahh much better! (_just updated my pod!_):

@jlj Ahh much better! (_just updated my pod!_):

@prologic Oh, wow, yeah! Right, I'm going update later too then!
@jlj @prologic does this mean that media can now be loaded from other pods/servers?
@darch @jlj

> does this mean that media can now be loaded from other pods/servers?

Yes 🤣 It was always possible but it was a bit of a PITA to tweak as a pod owner/operator. So I just made that easier 🤗

- Head over to Settings
- Then Pod Management
- Then Manage Pod
- Then update WhitelistedDomains

This is represented in the Pod Management UI as a list of regex strings, one per line that is then written out to the ./data/settings.yml override and applied live.
@darch @jlj

> does this mean that media can now be loaded from other pods/servers?

Yes 🤣 It was always possible but it was a bit of a PITA to tweak as a pod owner/operator. So I just made that easier 🤗

- Head over to Settings
- Then Pod Management
- Then Manage Pod
- Then update WhitelistedDomains

This is represented in the Pod Management UI as a list of regex strings, one per line that is then written out to the ./data/settings.yml override and applied live.
@darch @jlj \n\n> does this mean that media can now be loaded from other pods/servers?\n\nYes 🤣 It was always possible but it was a bit of a PITA to tweak as a pod owner/operator. So I just made that easier 🤗\n\n- Head over to Settings\n- Then Pod Management\n- Then Manage Pod\n- Then update WhitelistedDomains\n\nThis is represented in the Pod Management UI as a list of regex strings, one per line that is then written out to the ./data/settings.yml override and applied live.
@darch @prologic It does! (I couldn't wait: had to update immediately! And it's looovely!)
@jlj @prologic so you will have to ask the pod admin to whitelist the feeds you follow on external servers? \n(Will you add this one too https://twtxt.net/twt/edmcsma ;)
@jlj @prologic so you will have to ask the pod admin to whitelist the feeds you follow on external servers?
(Will you add this one too https://twtxt.net/twt/edmcsma ;)
@darch\n\n> so you will have to ask the pod admin to whitelist the feeds you follow on external servers?\n\nNot the feeds, it works on entire domains. -- So the pods.\n\n> (Will you add this one too https://twtxt.net/twt/edmcsma ;)\n\nI don't understand how that particular post ends in an error :/\n\n
\nerror executing template permalink: template: permalink:92:17: executing "twt" at <$.Twt.Hash>: nil pointer evaluating interface {}.Hash\n
\n\nI've never understood that, you've linked it before 😳
@darch

> so you will have to ask the pod admin to whitelist the feeds you follow on external servers?

Not the feeds, it works on entire domains. -- So the pods.

> (Will you add this one too https://twtxt.net/twt/edmcsma ;)

I don't understand how that particular post ends in an error :/


error executing template permalink: template: permalink:92:17: executing "twt" at <$.Twt.Hash>: nil pointer evaluating interface {}.Hash


I've never understood that, you've linked it before 😳
@darch

> so you will have to ask the pod admin to whitelist the feeds you follow on external servers?

Not the feeds, it works on entire domains. -- So the pods.

> (Will you add this one too https://twtxt.net/twt/edmcsma ;)

I don't understand how that particular post ends in an error :/


error executing template permalink: template: permalink:92:17: executing "twt" at <$.Twt.Hash>: nil pointer evaluating interface {}.Hash


I've never understood that, you've linked it before 😳
@darch @prologic That's correct (as he busily adds it to his pod's whitelist ;-) ).
@prologic I copied the URL from my other feed http://darch.dk/twtxt.txt here on this pod
Yes I added darch\.dk to my pod's domain whitelist. 😂 -- Also I figured out wtf was going on, I _think_ that error response was cached on my end, weird 🤣
Yes I added darch\.dk to my pod's domain whitelist. 😂 -- Also I figured out wtf was going on, I _think_ that error response was cached on my end, weird 🤣
Yes I added darch\\.dk to my pod's domain whitelist. 😂 -- Also I figured out wtf was going on, I _think_ that error response was cached on my end, weird 🤣
@darch @prologic If I go to your *sp* profile on my pod now, I see those images inline, straight away. :-)
Wuhoo😀 thx! This feature should be described in a FAQ, so user know the can reach out to the pod admin if they experience images not being shown.
@darch I agree. How about an FAQ section on the Help page? Can you help me update some of the default pages too? The rebranding effort is still far from complete, I still have a lot of references to "Twt.social" left to refactor and so forth 🤗
@darch I agree. How about an FAQ section on the Help page? Can you help me update some of the default pages too? The rebranding effort is still far from complete, I still have a lot of references to "Twt.social" left to refactor and so forth 🤗
@prologic sure. Now I got the setup wirking, I will work my way through all the pages while I'm at it. I might need to help for making a git commit and pr since I have only used GitHub web UI so far.