# 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 11
# self = https://watcher.sour.is/conv/ze3zlba
@prologic nope, I see no images. If you go to Stig pod, it has all images broken.
@bender I can see the same errors again hmmm 🧐 @stigatle Did you run out of disk again? 😅
@bender I can see the same errors again hmmm 🧐 @stigatle Did you run out of disk again? 😅
@prologic yeah, I ran out of space again. also have the activitypub stuff turned off (just so you know).
@stigatle I'm wondering whether you're having the same issue as @abucci still? mulit-GB yarnd-avatar-*1
files piling up in /tmp/
? 🤔
@stigatle I'm wondering whether you're having the same issue as @abucci still? mulit-GB yarnd-avatar-*1
files piling up in /tmp/
? 🤔
@prologic yeah I still do have that issue, I compiled latest main, did not apply any patches or anything like that.
@stigatle I used the following hack to keep my VPS from running out of space: watch -n 60 rm -rf /tmp/yarn-avatar-*
, run in tmux
so it keeps running.