Tried to start my first ever RP-0 career and something was off. I use the historical contract pack (700+ real historical missions, RSS compatible) and the first rocket is Tiny Tim. When I built it (using Procedural Wings) and the Tiny Tim Booster, the rollout and build time were massive. Any help?
πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/TomTheEye
πŸ“…︎ Dec 06 2021
🚨︎ report
Launch of Tiny News : a tiny tiny rss client app

The crappy plasmoid ttrssPocket has evoluted to standalone Tiny News made with kirigami.

Tiny news is a client of the "Tiny tiny rss", the free and open source web-based news feed reader and aggregator. It has also basic getpocket.com features.

https://planet.communia.org/content/launching-tiny-news-ttrss-aggregator-client

https://preview.redd.it/lslws7o9j5o71.png?width=673&format=png&auto=webp&s=1bf160e136663ea2fc34de635213a8d37670de0e

πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/SeveralEgg9897
πŸ“…︎ Sep 17 2021
🚨︎ report
Smashed a 1.3 ton spent stage on the other side of the Moon and also next to the sensor, why am I getting only a tiny bit of data??? Playing RSS without RO/RP-1 reddit.com/gallery/qovq1o
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/WarpPrime
πŸ“…︎ Nov 07 2021
🚨︎ report
Tiny Tiny RSS Rewrite?

I was super interested in throwing Tiny Tiny RSS on my home server... then I looked at the codebase. I think the guy who wrote it may have been a hobbyist who learned PHP when PHP 5 first came out. No modern practices to be found anywhere and huge room for improvement.

I think I want to rewrite it using a cleaner approach and maybe even a modern framework like Symfony as the foundation.

Anyone else onboard? Projects are both more fun and more productive when I have someone else to work with and holding me accountable. :-)

πŸ‘︎ 113
πŸ’¬︎
πŸ‘€︎ u/codysnider
πŸ“…︎ Dec 19 2019
🚨︎ report
Update Tiny Tiny RSS on Synology NAS

I have set up Tiny Tiny RSS using the following instructions.
How can I make an update?
Or is it useful to switch to the version under Docker (https://tt-rss.org/wiki/InstallationNotes)?

  1. Install PHP 7.2, MariaDB 10, phpMyAdmin in the package center
  2. in Webstation activate PHP 7.2 and the following things:
    curl, iconv, intl, mysqli, pdo_mysql
  3. Start MariaDB 10 and activate TCP/IP connection
  4. connect with SSH and enter the following commands:
    /usr/local/mariadb10/bin/mysql -u root -p
    create database ttrss;
    use mysql;
    quit
  5. start phpMyAdmin and create new user ttrss with global rights
  6. connect with SSH as superuser and enter the following commands:
    git clone https://tt-rss.org/git/tt-rss.git /var/services/web/tt-rss
    cd /volume1/web/tt-rss/ && chmod -R 777 cache feed-icons lock
  7. Open http://NAS_URL/tt-rss/install/
    and make the following settings:
    Database type: MySQL
    Username: ttrss
    Password: OBEN_DEFINIERT
    Database name: ttrss
    Host name: NAS_URL
    Port: 3307
    Tiny Tiny RSS URL: DYNDNS_URL/tt-rss/
  8. Open config.php and change
    define('PHP_EXECUTABLE', '/usr/bin/php');
    to
    define('PHP_EXECUTABLE', '/usr/local/bin/php72');
  9. Create tt-rss-update.sh with the content:
    /usr/local/bin/php72 /volume1/web/tt-rss/update.php --feeds --quite
  10. Setup script as scheduled task on Synology NAS
πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/update-freak
πŸ“…︎ Aug 28 2020
🚨︎ report
Exploiting Tiny Tiny RSS digeex.de/blog/tinytinyrs…
πŸ‘︎ 38
πŸ’¬︎
πŸ‘€︎ u/dgeex
πŸ“…︎ Sep 22 2020
🚨︎ report
Tiny Tiny RSS Feed docker installation

Hi all !

Im new with docker (and Synology) and i want to install Tiny Tiny RSS on my Synology.

Im looking for a Step-by-step installation. I was searching but i cant find. :(

If you can help me with, this will be appreciate.

Thanks

GiLLiGaN

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/GiLLiGaN74
πŸ“…︎ Oct 09 2020
🚨︎ report
Tiny Tiny RSS & FreshRSS

Hi.

I'm hoping someone here can help me with this. I'm not that technical, but I managed to install Tiny Tiny RSS last year, and I'm now looking to install FreshRSS can I do that on the same server as I have Tiny Tiny RSS? I have bought server space on one.com.

Thanks so much in advance.

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/Tanjamuse
πŸ“…︎ Jun 24 2020
🚨︎ report
Tiny Tiny RSS - Setting up Daemon

So - I'm not a techie -- far from it; but I learn quickly. I had a friend by today; and we started by installing FreshRSS -- and then Tiny Tiny RSS (I like TT RSS better).

But - of course - nothing is updating. You need to set up a daemon so it runs. And, specifically daemon2, so it runs all the time.

She *is* a techie -- and we cannot make heads or tails out of these instructions. It's not done though PHP My Admin, obviously. I use Filezilla - that won't work. We downloaded Putty, which gets me in; but even after that, I don't see a command line. Tried bringing up the Interactive Shell (php -a) - no luck.

Obviously, this isn't specific to TT RSS, necessarily; but I'm at a loss. I see the following site:
https://git.tt-rss.org/fox/tt-rss/wiki/UpdatingFeeds

But, yeah - no idea where/how to enter that info.

I am using 1and1.com / Ionos as my server.

Any step-by-step as to how to/where to access wherever to enter that PHP command?

Thanks!

πŸ‘︎ 17
πŸ’¬︎
πŸ‘€︎ u/Lemur2121
πŸ“…︎ Sep 30 2019
🚨︎ report
Installing Tiny Tiny RSS in Docker (with a newly updated image) webworxshop.com/self-host…
πŸ‘︎ 53
πŸ’¬︎
πŸ‘€︎ u/robconnolly
πŸ“…︎ Dec 30 2019
🚨︎ report
Updating feeds on tiny tiny rss

I've been setting up a tiny tiny rss installation on my Raspberry Pi. I have more or less everything done, being the last step creating, enabling and launching the systemd process, as its written here.

My problem here is that I'm not really sure if the systemd process is running as intended or if I'm missing something here. My (basic) idea is "each 5 minutes, update the feeds", to be refined to a better schedule (i.e. don't update feeds when I'm usually asleep), but it seems the process either is not running or only runs when I click on the reader.

Doing systemctl list-unit-files | grep enabled (or with the grep enabled part) shows the process as running but, at random intervals, the web interfaces for tt-rss is telling me that the daemon is not updating stuff.

I'm guessing I will need to set up a cron task (as the updating feeds entry talks about, although it points to a different case of use) to update the feeds periodically, but I feel I'm missing something here.

πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/Neuromante
πŸ“…︎ May 18 2020
🚨︎ report
Use tiny tiny rss and android? Then try Geekttrss

I discovered this application while digging into Google Play. Seems not to be famous (yet) , few downloads, few ratings, while it is terrific.

Why terrific? because while you're online it keeps downloading your feeds from server, so when offline you will not even notice you are. Just open your app and read! Obviously you will have gestures to mark article read, "share" features eg to push to pocket, full article view and so on.

πŸ‘︎ 42
πŸ’¬︎
πŸ‘€︎ u/TheNinthJhana
πŸ“…︎ Mar 26 2019
🚨︎ report
Tiny Tiny RSS Sharing links

Before I go through with purchasing webhosting and trying to install Tiny Tiny RSS can someone tell me if I can share links via email in it? And how does it handle duplicate news?

Thanks so much in advance

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/Tanjamuse
πŸ“…︎ May 15 2019
🚨︎ report
Instalar Tiny Tiny RSS con su Docker oficial y el proxy inverso Traefik geekland.eu/instalar-tiny…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/jccall80
πŸ“…︎ Jul 05 2020
🚨︎ report
Elfeed with Tiny Tiny RSS codingquark.com/emacs/202…
πŸ‘︎ 10
πŸ’¬︎
πŸ‘€︎ u/nishidh41
πŸ“…︎ Apr 20 2020
🚨︎ report
Tiny Tiny RSS and Emacs Integration hacking-on.systems/index.…
πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/negativeoilprice
πŸ“…︎ May 19 2020
🚨︎ report
Tiny Tiny RSS - PHP 7.2 not working

So I decided to try to self-host an RSS feed to keep up with my webcomics and such and settled on Tiny Tiny RSS.

After installing mySQL and creating a database with the help of more Linux-savvy friends I went to the second step in the install instructions: opening the PHP install file, to which I was greeted with the default nginx 404, despite having set up a custom one.

The server is running Ubuntu 18.04.1 with PHP 7.2 installed. The relevant section in nginx.conf is as follows:

location ~ \.php$ {
        fastcgi_pass unix:/run/php/php7.2-fpm.sock;
        fastcgi_index index.php;
        fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
        include /etc/nginx/fastcgi_params;
}

php7.2-fpm.sock is definitely in that location and the service is running, I've purged and reinstalled it and nothing seems to work.

Any help is appreciated. I'm not that advanced with using Linux but I'm doing my best.

EDIT: SOLVED

The problem was with permissions and how Ubuntu specifically runs Nginx, seeing as my friend on Arch had no problem doing the exact same thing. Adding in the line

user www-data;

to the top of your nginx.conf should solve it!

Thanks to everyone who helped me, can't wait to set up my self-hosted rss feed!

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/KeystrokeCascade
πŸ“…︎ Jan 18 2019
🚨︎ report
Tiny Tiny RSS reader for Windows

Hi people,

Do any of you know of an app, program, appx or application that allows me to sync from my private TT-RSS instance? I found a java based feed reader once, but I couldn't get it to work at all.

Any ideas or bets?

πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/antaeusdk
πŸ“…︎ May 23 2018
🚨︎ report
Tiny Tiny RSS Feeds not showing anything

Hello.

I have managed to install tt-rss on my laptop, but I can't get the feeds working. No matter what feed I add it claims that it hasn't been updated since january 1. 1970. I have no idea what I'm supposed to do now.

Can you help me?

here's 2 examples of the feeds I've tried:

https://archiveofourown.org/tags/741433/feed.atom

https://www.fanfiction.net/atom/l/?&cid1=382&r=10&lan=1&s=1

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/Tanjamuse
πŸ“…︎ May 16 2019
🚨︎ report
RSS: FreshRSS vs. Tiny Tiny RSS vs. selfoss

Hello folks,

This weekend project is to get control over my RSS feeds. I've narrowed down the competition to the above three.

Which one do you recommend and why? If you used all of them, please tell me which one do you think is the best.

πŸ‘︎ 36
πŸ’¬︎
πŸ‘€︎ u/futzco
πŸ“…︎ Sep 07 2017
🚨︎ report
Tiny Tiny RSS iOS Shortcut to add RSS Feeds quickly

Hi,

I've made a quick and dirty iOS shortcut to make adding RSS Feeds from your iPhone/iPad to your selfhosted Tiny Tiny RSS easy. It can grab the feed URL directly from your clipboard, or you can enter it manually, and allows you to choose a category.

You can download the shortcut at the following link:

https://www.icloud.com/shortcuts/321cb16915324146b3f7931b5b2a08b7

To set it up, add the shortcut and type in your TT-RSS username, password and TT-RSS API URL (make sure you've enabled API access for your account).

Let me know if you have any improvements, this is my first time trying out making iOS shortcuts!

πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/pim061
πŸ“…︎ Jan 11 2020
🚨︎ report
HAs anyone successfully set up Tiny-tiny RSS (TT-RSS) with docker on a synology DS?

Hi guys,

I'm trying to set up TT-RSS on my DS918+ using docker. I'm fairly new to docker but I think I get the main concepts involved, however I cannot get TT-RSS set up. I've tried multiple images and a whole host of environment variables and settings and nothing seems to work. Depending on the image I use, TT-RSS either doesn't run at all, won't load it's GUI, or cannot connect to the requisite postgresql database.

All the guides online are either not specific to synology devices, or reference old images that are no longer available/don't work. Has anyone set up TT-RSS recently, and would be willing to provide some guidance?

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/dead_nettle
πŸ“…︎ Jun 13 2019
🚨︎ report
Mejorar la seguridad del lector de feeds Tiny Tiny RSS geekland.eu/mejorar-la-se…
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/jccall80
πŸ“…︎ Dec 07 2019
🚨︎ report
Funcionalidades y caracterΓ­sticas del lector de feeds Tiny Tiny RSS geekland.eu/caracteristic…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/jccall80
πŸ“…︎ Nov 11 2019
🚨︎ report
RSS has a way of making you feel very tiny...
πŸ‘︎ 63
πŸ’¬︎
πŸ‘€︎ u/TMarkos
πŸ“…︎ Aug 18 2016
🚨︎ report
tiny tiny rss: gzdecode(): data error

Does someone use tiny tiny rss and knows how to solve this problem:

Every time a add a feed I see this warning in my logs:

E_WARNING (2) classes/rssutils.php:258 gzdecode(): data error

πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/ninja063
πŸ“…︎ Oct 01 2018
🚨︎ report
tiny tiny rss with non-standard port?

i just installed a dockerized tt-rss on my synology nas. since port 80 is already in use, I had to change it to a different port. While accessible via browser, I cannot get the tt-rss client (android) to connect.

There seems to be no specific setting for an alternative port; I tried putting it in with the url (http://my-ip:7480/tt-rss/), but no success. Would somebody please help me out?

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/prankousky
πŸ“…︎ Oct 09 2017
🚨︎ report
FreshRSS vs Tiny Tiny RSS (tt-rss)?

Which is a better self hosted RSS reader and why? Which do you prefer?

I like that FreshRSS is fast & simple, and I like that tt-rss has a few Android apps for it. But overall, I'm not sure where I should be comparing the two readers.

πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/Kinost
πŸ“…︎ Nov 14 2016
🚨︎ report
Step by step guide to installing Tiny Tiny Rss?

I feel like I have been all over the internet trying to find some sort of guide to install TT-Rss (preferably on a Raspberry Pi). I found some guides but I guess I lack technical knowledge to follow them.

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/Zlyme
πŸ“…︎ Jul 09 2018
🚨︎ report
Putting a tiny shuttle in orbit [RSS]
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/MatterBeam
πŸ“…︎ Apr 20 2019
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.