#ttrss — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #ttrss, aggregated by home.social.
-
Why the fuck is Tiny Tiny RSS 14 separate docker containers?
:pepe_g:
-
J’ai enfin migré ma vielle instance TTRSS bloquée en MySQL sur une Deb11 vers une nouvelle VM Deb13 avec PostgreSQL, et sur le nouveau dépôt !
J’ai pu conserver tout mon historique avec le plugin data_migration 💪.
Une grosse étape de faite vers l’arrêt de ma dedibox installée en Deb7 le 10/01/2014…
#ttrss #dedibox -
@Rollenspielblog @moonmoth Ich benutze #ttrss, und damit steht jetzt unter der Überschrift $autor auf $blog - bei dir auch?
-
Ich bräuchte einen RSS-Aggregator. Empfehlungen?
Aktuell hoste ich #tinytinyrss (#ttrss ), aber die Entwicklung wird eingestellt.
Wunschfeatures:
- Zugriff per Web, wenn möglich auch Android und iPadOS.
- Mehrspaltige Ansicht (Titel+Artikel)
- Filtern/Umschreiben von Inhalten per RegEx, XSLT, Code o.ä. wäre super
-
-
-
🪦 TT-RSS Shuts Down, but the Project Lives On Under a New Fork / Linuxiac
「 The reasons for this are many but the tl;dr is that I no longer find it fun to maintain public-facing anything, be it open source projects or websites. As for tt-rss specifically, it has been ‘done’ for years now and the “let’s bump base PHP version and fix breakages” routine is not engaging in the slightest 」
https://linuxiac.com/tt-rss-shuts-down-but-the-project-lives-on-under-a-new-fork/
-
È ufficiale: tt-rss.org chiuderà il 1° novembre 2025. Il creatore di Tiny Tiny RSS annuncia la fine dell’infrastruttura pubblica. Cosa significa per gli utenti Linux e quali sono le alternative? #TTRSS #RSS #OpenSource #LinuxNews
-
Open Source Resilience: Forks and Kindness
For a while now, I’ve been considering running my own RSS aggregator … for a couple of reasons (that don’t matter here). In my shortlist were two popular candidates: Tiny Tiny RSS (ttrss) and FreshRSS. Due to lack of time and other priorites, I had not made a decision, which one to follow ..
[…]
https://www.locked.de/open-source-resilience-forks-and-kindness/
-
📰 Konec éry Tiny Tiny RSS
Autor projektu oznámil, že 1. listopadu 2025 vypne celou infrastrukturu TTRSS – web, Git, fórum i svou veřejnou instanci.
https://community.tt-rss.org/t/the-end-of-tt-rss-org/7164
Na Oscloudu ale panika není potřeba 😉
Máme v záloze FreshRSS, která TTRSS nahradí,
a už teď můžete používat i Miniflux – moderní a jednoduchou RSS čtečku.#rss #opensource #selfhosting #ttrss #freshrss #miniflux #oscloud
-
What a pity! #ttrss served me good the last twenty years
https://community.tt-rss.org/t/the-end-of-tt-rss-org/7164/2 -
Tiny Tiny RSS: Entwickler zieht den Stecker
https://stadt-bremerhaven.de/tiny-tiny-rss-entwickler-zieht-den-stecker/Seit Jahren nichts mehr über die Software gelesen und dann das :rm_sad:
#rss #ttrss -
Looks like #TTRSS is dying. Now I need to find a new #RSS reader.
https://community.tt-rss.org/t/the-end-of-tt-rss-org/7164
Any recommendations?
-
For those who would like to migrate from #ttrss to #FreshRSS, we can happily help. Not only FreshRSS imports OPML, it also supports additional TT-RSS data such as *marked* (favourites) and *published*.
Examples of export data welcome so we can make sure it works with the latest version.
* FreshRSS supports several databases: SQLite, PostgreSQL, MariaDB, MySQL.
* Yes, FreshRSS supports filters and possibilities to republish.
* Good mobile apps.
* We are a welcoming open source community 💚 -
I'm sad the #TTRSS dev is stopping development, but I'm pretty mad his solution is "I'm going to remove all trace of the code from the Internet next month, and mark the forum read only so you can't organise a fork among yourselves".
In other news I need a new self-hosting RSS reader
-
Сегодня "чинил" избранное в #ttrss
Почему-то свежепомеченные посты не отображались в разделе "Starred", при этом счётчик исправно увеличивался.
Разбор базы показал, что в таблице "TTRSS_USER_ENTRIES" поля "LAST_READ" и "LAST_MARKED" у большинства отмеченный постов были "NULL". При этом, если взять случайный избранный пост и убрать-поставить на нём звёздочку, то он тут же тонул.
Не придумал ничего лучше, чем присвоить этим полям значение "UPDATED" из таблицы "TTRSS_ENTRIES". Если я правильно понял, то это дата публикации поста в ленте.
Заменил оба поля на вот это "UPDATED", и вроде как теперь всё норм.
Уже даже интересно, какие еще глюки меня ждут дальше.
Пока как минимум кэширование изображений из избранного работает и сам список избранного.
Ну и до кучи поотключал ненужные плагины.
-
Esta combinación:
#TTRSS + #Wallabag + #KOReader (en #Pocketbook) 🙌🏻🤯🤩Pronto más detalles.
-
После перевода TTRSS с MariaDB на Postgres занялся немного самой базой.
Выяснил, почему там не кэшируются изображения из отмеченных постов.
Оказалось, что когда-то давно после очередного обновления структуры базы в таблице с постами появилось поле "plugin_data". По нему встроенный плагин кэширования и искал необработанные посты. Проблема в том, что в результаты попадали только строки, где это поле было не NULL, а хотя бы пустой строкой.
Запулил простой запрос на замену. минут 5 оно пыхтело, обновляя 100000+ строк.
На следующий день проверил каталог с кэшем, а там начали изображения появляться.
-
Мудохался два дня, чтобы перенести базу TTRSS с MariaDB на Postgres. Копирую данные с помощью pgloader, переименовываю схему и получаю ошибки 50x и ничего рабочего.
Сегодня попробовал просто создать новую пустую базу. Потом сделал копию всего каталога TTRSS, изменил конфиг на Postgres, добавил в nginx ещё один сайт, чтобы в браузере за клоном следить.
Потом сделал экспорт и импорт подписок, экспорт и импорт постов, поменял пароль, и всё просто заработало.
Пришлось только файлы с фавиконками переименовывать, потому что у фидов id в базе изменились.
Там, конечно, есть ещё тонкости, но это надо консолидировать всё и в бложик записать, наверное.
Ну и бекап базы переделать.
Экспорт и импорт постов часа два заняли примерно.
-
Bon, "l'exécrable personne" qui développe TT-RSS a décidé de virer tout ce qui concerne MySQL de son projet, au profit de postgres.
Le dilemme se pose pour moi :
- Ne plus jamais mettre à jour TT-RSS (moui, à moyen terme)
- Migrer sur la version docker (non)
- Installer postgres (pas envie)
- Changer d'aggégateur RSS (envisageable) -
「Updating a Tiny Tiny RSS install behind a reverse proxy 」
——与 #RSS 有关的 #Coding 向 #教程 #经验 #分享 #crosspost #ttrss #tinytinyrss
-
Miniflux Installation with Docker https://links.shikiryu.com/shaare/QjqKyg Bon bah, c'est officiel, j'ai remplacé mon TTRSS par Miniflux. Pleins de raisons pour ça :
* l'attitude du créateur et mainteneur de TTRSS
* la lourdeur de TTRSS (qui tient principalement au fait qu'il est TRÈS (trop?) complet)Miniflux a tout ce que je recherchais et ne trouvais pas ailleurs : rapide, interfaces claires, avec la fonction "lire plus tard/fa…
#selfhosted #RSS #alternatives #ttrss #miniflux