#TinyTinyRSS
Explore tagged Tumblr posts
Text
Updating a Tiny Tiny RSS install behind a reverse proxy

Screenshot of my Tiny Tiny RSS install on May 7th 2024 after a long struggle with 502 errors. I had a hard time when trying to update my Tiny Tiny RSS instance running as Docker container behind Nginx as reverse proxy. I experienced a lot of nasty 502 errors because the container did not return proper data to Nginx. I fixed it in the following manner: First I deleted all the containers and images. I did it with docker rm -vf $(docker ps -aq) docker rmi -f $(docker images -aq) docker system prune -af Attention! This deletes all Docker images! Even those not related to Tiny Tiny RSS. No problem in my case. It only keeps the persistent volumes. If you want to keep other images you have to remove the Tiny Tiny RSS ones separately. The second issue is simple and not really one for me. The Tiny Tiny RSS docs still call Docker Compose with a hyphen: $ docker-compose version. This is not valid for up-to-date installs where the hyphen has to be omitted: $ docker compose version. The third and biggest issue is that the Git Tiny Tiny RSS repository for Docker Compose does not exist anymore. The files have to to be pulled from the master branch of the main repository https://git.tt-rss.org/fox/tt-rss.git/. The docker-compose.yml has to be changed afterwards since the one in the repository is for development purposes only. The PostgreSQL database is located in a persistent volume. It is not possible to install a newer PostgreSQL version over it. Therefore you have to edit the docker-compose.yml and change the database image image: postgres:15-alpine to image: postgres:12-alpine. And then the data in the PostgreSQL volume were owned by a user named 70. Change it to root. Now my Tiny Tiny RSS runs again as expected. Read the full article
0 notes
Note
RSS is love, RSS is life regardless how many times google tries to kill it due to how advertiser-unfriendly it is. You can also trivially add scripts to most clients to inline linked content, too. (TinyTinyRSS does a particularly good job of this). Also, try adding /rss to the end of your tumblr url. eg http://holmoris.tumblr.com/rss. The only downside to browsing tumblr via RSS is that you can't interact with posts, but it's excellent if you want to bot it for some reason that doesn't involve interaction like archiving/indexing posts. Reading via RSS was actually how I originally wound up making an account here after subscribing to the feeds of a couple random posters who posted cool stuff.
Do you know what RSS means? I've seen that a lot webcomics have a RSS page but I've been never quite sure what it does.
Yeah! RSS stands for "really simple syndication" and it's a way to subscribe to webpages on your own all in one place instead of using social media accounts, it's super useful for keeping up with independent websites (which is why so many webcomics encourage using it) and social media posts on sites you don't use yourself. It seems a bit intimidating at first but it's really handy because you can completely customize your feed, and keep up with exactly the content you want without having to follow all your favorite creators across six different social medias whose algorithms hide their updates anyway. I'm a huge fan of the concept myself but I'm a fucking barbarian and still just have an enormous list of bookmarks I check manually whenever I think of it, BUT my Cool Blog Pal @unpretty talks about it fairly frequently and knows much more about how it works than I do! She has a very long and detailed post about it over here you can look into when you get a minute. https://unpretty.space/post/181035050748/hey-a-friend-of-mine-is-curious-about-rss-and-the
4K notes
·
View notes
Text
Feverよ、TinyTinyRSSよ、さらば!そしてSlackでRSSを読み始める、からのFeedly
情報を得る方法としてRSSと言うものを主に使っている。こいつは…面倒なのでRSSの意味をWikipediaに調べてみた。
RSSは、
ニュースやブログなど各種のウェブサイトの更新情報を簡単にまとめ、配信するための幾つかの文書フォーマットの総称である。
と言う事だそうだ。ち��っとこの説明では、不十分だね、目的からすると。
つまり、このRSSを読めるツールがあれば、それぞれ見ておきたいサイトにいちいち訪問しなくとも記事を読むことが出来るためによく使うのが「RSS」なのだ。しかも、RSSは元はRDFと呼ばれていたものが変化してきているようだ。
RDF site summary(RSS 0.9、RSS 1.0) rich Site summary(RSS 0.91) really simple syndication(RSS 2.0)
さて、話しが雪崩のように(今、「ゆきなだれ」って入れ…
View On WordPress
0 notes
Text
Code Project: Fresh RSS to WordPress Digest
I actually briefly mentioned this project when I write about moving from TinyTinyRSS to FreshRSS. This has become a bit of an evolving and ongoing project however, so I’ve decided to catalogue it in it’s own page. This little script worked out much better than I expected, and I’ve modified it a bit over time, and have ideas to modify it going forward even more. Starting off, the code can be found…
View On WordPress
0 notes
Text
I know it’s not an option for everyone, but I’ve had good luck over the past several years self-hosting an RSS aggregator—I used TinyTinyRSS until fairly recently, then (I think because it doesn’t yet support PHP8.2? But I don’t recall for certain) switched to FreshRSS. I primarily use it as a syncing service so I can access all my feeds from multiple devices with read status maintained, but it does have a pretty nice web interface too.
Just as a heads-up, if you're one of the minority of people who actually use RSS (if you're here from Kitty you might be, or at least know of it): I deleted my account and data on Feedly today because, upon logging in, I was confronted with an advertisement/advisory that I could use their Premium Features to "Track the protests endangering your company's profits" or words to that effect.
After I got done vomiting rage blood, I elected to no longer use them to track webcomic feeds and like, one gaming news site. They almost certainly don't care about this, since I was not paying whatever rate they want to let you sort news by descending degree of outright lies, or whatever. That being said.
It is unlikely I have the means to make this happen, but it would make me very happy if they lost ANY number of users or experienced any degree of PR embarrassment for being fascist lickspittles.
I will also point out that a service that encourages corporate users to keep an eye on those damn dirty protestors, and which is thus choking itself on the boot, probably doesn't have the highest resistance to selling your shit or handing it over to any tom, dick or piggy who comes calling.
Anyway, fuck em', switch, think of it as the Chrome of RSS readers. Inoreader is supposed to be good.
2K notes
·
View notes
Text
RT @jmiguel: Recomendación: [«La World Wide Web está en peligro. Únete y lucha» dice su inventor, Tim Berners-Lee]: https://t.co/ipB8mSk9kQ #TinyTinyRSS
Recomendación: [«La World Wide Web está en peligro. Únete y lucha» dice su inventor, Tim Berners-Lee]: https://t.co/ipB8mSk9kQ #TinyTinyRSS
— jmiguel ℝodriguez (@jmiguel) March 14, 2018
via Twitter https://twitter.com/rpla March 15, 2018 at 12:57AM
0 notes
Photo
新しい記事『相変わらずTinyTinyRSSの設定画面がエラー』を投稿しました。 毎回ではなく、でも頻度の多いTinyTinyRSSの設定画面。フォーラムにも上がっているようだが新しいバージョンは出ていないようだ。このバージョンの前は、こういうことがなかっただが。同時期にISPを変更したので、その影響なのかもしれない。現在のISPはパフォーマンスが良いので変えたくない。唯一、FTP, IMAP, CGIのセッション数に上限を設けているらしく、それを超えると待たされる。特にIMAPの数には厳しいようだ。なのでIMAPだけはGoogleに変えてしまった。 話が逸れた。 しかし、これは新しいバージョンの出るのを待つしかないようだ。 またまた、話がそれるが、主要なファイルはiCloudからGoogle Driveに移行した。今は一番下のライセンスなので30GBの容量制限がある。早く、ビジネスにアップブレードして容量制限を取っ払いたい。本当は、Evernoteも集約したかったが、Googleのサービスに決めかねている。全てのサービスをGoogleに集約しても良いと考えているんだけれどな。これも、G Suiteがあまりにも便利だからかもしれないが。
0 notes
Text
TinyTinyRSSが調子悪く
新しい記事『TinyTinyRSSが調子悪く』を投稿しました。
最近、TinyTinyRSSがよく落ちる。と言うかエラーを吐きまくる。バージョンアップしていないが。ひとまずレポートはあげ続けている。最近こう言うのを調べる時間が無い。一人では非力だな。
TinyTinyRSSと言うのは何か?サーバーにインストールしてRSS(ブログやウェブサイトの記事情報)を自動的に取りに行ってくれる。つまり自分でお気に入りのウェブサイトを見にいかなくともTinyTinyRSSにウェブサイトのRSSを登録しておけば、一覧で表示することができる。見に行きたい、特にニュースや技術系のウェブサイトをいちいち見に行かなくとも良いのは便利だ。昔だとGoogleにもあった機能だんだけれどね。
こいつが最近、ほんと調子悪い。「Syntax…
View On WordPress
0 notes