Tiny Tiny RSS auf einem Synology NAS

X

xyzUpdate

Erfahrenes Mitglied
97
musste vor kurzem alles neu einrichten (Anleitung hier: Tiny Tiny RSS)
Nun bekomme ich die Meldung, wenn ich http://192.168.178.31/tt-rss/install/ aufrufe

Code:
SQLSTATE[HY000] [2002] Connection refused
Unable to connect to database using specified parameters (driver: mysql).

curl, iconv, intl, mysqli, pdo_mysql ist aktiviert.
HTTP-Backend-Server: Ngnix
PHP: 7.2

Hat jemand eine Idee woran das liegen könnte?
 
Zuletzt bearbeitet:
EDIT: Fehler gefunden. Man muss MariaDB10 einmal starten und TCP/IP-Verbindungen aktivieren
 
Für was brauch ich eigentlich iconv ?
 
Hallo zusammen,
ich habe meinen Synology Server neu aufgesetzt und wollte nun Tiny Tiny RSS nach folgender Anleitung neu installieren
  1. Install PHP 7.3, MariaDB 10, phpMyAdmin in the package center
  2. in Webstation activate PHP 7.3 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 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 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


Hier git.tt-rss.org/fox/tt-rss/comm…78110b4d0a67fad3eeb5781ef wurde jedoch deutlich dass der Installer entfernt wurde.
Hat jemand eine Scrhitt-für-Schritt-Anleitung zur Installation mit Docker (Docker wird ja empfohlen), am besten mit der bereits installieren Datenbank MariaDb10? Kenne mich leider mit Docker nicht wirklich aus.
 
Habe diese Anleitung verwendet:

Nun bekomme ich die Meldung: Please set SELF_URL_PATH to the correct value detected for your server:
http://192.168.178.32:7000/tt-rss
(you're using: )

Hat jemand eine Idee wie ich das Problem lösen kann?
 

Ähnliche Themen

D
Antworten
5
Aufrufe
666
dtp
D
T
Antworten
0
Aufrufe
128
Traini316
T
Nikwalter
Antworten
0
Aufrufe
328
Nikwalter
Nikwalter
Zurück
Oben Unten