Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. ioBroker - keine Datenbank-Verbindung

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    11
    1
    379

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.9k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    11
    1
    805

ioBroker - keine Datenbank-Verbindung

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
20 Beiträge 3 Kommentatoren 2.4k Aufrufe 2 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • S sunshineh

    @thomas-braun
    Der Fix-Teil ist normal durchgelaufen, auf den 2. Befehl habe ich folgende antwort erhalten:

    /opt/iobroker $ dmesg -T | grep -i ext4
    [Fri May 14 08:56:39 2021] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=738a4d67-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
    [Fri May 14 08:56:42 2021] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
    [Fri May 14 08:56:42 2021] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
    [Fri May 14 08:56:43 2021] EXT4-fs (mmcblk0p2): recovery complete
    [Fri May 14 08:56:43 2021] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [Fri May 14 08:56:43 2021] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
    [Fri May 14 08:56:45 2021] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    

    Dann habe ich noch

    iobroker start
    

    eingegeben, aber die Oberfläche ist dennoch nicht erreichbar.

    Ich weiß nicht, ob's was hilft, aber ich hab noch folgenden Befehl getestet:

    sudo netstat -tulpen
    Active Internet connections (only servers)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          17583      642/sshd
    tcp        0      0 0.0.0.0:8765            0.0.0.0:*               LISTEN      0          16006      355/python
    tcp        0      0 127.0.0.1:7999          0.0.0.0:*               LISTEN      0          16517      498/motion
    tcp        0      0 0.0.0.0:8079            0.0.0.0:*               LISTEN      0          16515      498/motion
    tcp        0      0 0.0.0.0:8083            0.0.0.0:*               LISTEN      0          16516      498/motion
    tcp6       0      0 :::22                   :::*                    LISTEN      0          17585      642/sshd
    udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          15037      634/dhcpcd
    udp        0      0 0.0.0.0:60003           0.0.0.0:*                           108        15733      386/avahi-daemon: r
    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        15731      386/avahi-daemon: r
    udp6       0      0 :::546                  :::*                                0          15832      634/dhcpcd
    udp6       0      0 :::54391                :::*                                108        15734      386/avahi-daemon: r
    udp6       0      0 :::5353                 :::*                                108        15732      386/avahi-daemon: r
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #9

    @sunshineh
    Da ist dein Dateisystem auf der SD-Karte zumindest angeschossen.
    Starte den Server nochmal durch

    sudo reboot
    

    und dann als erste Aktion nochmal

    dmesg -T | grep -i ext4
    

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    S 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @sunshineh
      Da ist dein Dateisystem auf der SD-Karte zumindest angeschossen.
      Starte den Server nochmal durch

      sudo reboot
      

      und dann als erste Aktion nochmal

      dmesg -T | grep -i ext4
      
      S Offline
      S Offline
      sunshineh
      schrieb am zuletzt editiert von
      #10

      @thomas-braun

      dmesg -T | grep -i ext4
      [Sat May 15 11:14:18 2021] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=738a4d67-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
      [Sat May 15 11:14:21 2021] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
      [Sat May 15 11:14:21 2021] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
      [Sat May 15 11:14:24 2021] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
      
      

      Ich bin hier auch diese Anleitung durch gegangen: elzershark.com

      Doch da erhalte ich während der Ausführung folgenden Fehler

      ==========================================================================
          Installing ioBroker (3/4)
      ==========================================================================
      
      npm ERR! code 22
      npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
      npm ERR! command failed
      npm ERR! command sh -c node iobroker.js setup first
      npm ERR! No connection to databases possible ...
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/pi/.npm/_logs/2021-05-15T09_09_16_803Z-debug.log
      
      

      Also ich hab immer Probleme mit dem js-controller, der lässt sich aber nicht neu installieren.

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • S sunshineh

        @thomas-braun

        dmesg -T | grep -i ext4
        [Sat May 15 11:14:18 2021] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=738a4d67-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
        [Sat May 15 11:14:21 2021] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
        [Sat May 15 11:14:21 2021] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
        [Sat May 15 11:14:24 2021] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
        
        

        Ich bin hier auch diese Anleitung durch gegangen: elzershark.com

        Doch da erhalte ich während der Ausführung folgenden Fehler

        ==========================================================================
            Installing ioBroker (3/4)
        ==========================================================================
        
        npm ERR! code 22
        npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
        npm ERR! command failed
        npm ERR! command sh -c node iobroker.js setup first
        npm ERR! No connection to databases possible ...
        
        npm ERR! A complete log of this run can be found in:
        npm ERR!     /home/pi/.npm/_logs/2021-05-15T09_09_16_803Z-debug.log
        
        

        Also ich hab immer Probleme mit dem js-controller, der lässt sich aber nicht neu installieren.

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von Thomas Braun
        #11

        @sunshineh
        Vergiss den Elsterhai. Da kommt erfahrunggemäß nur Mist bei rum.

        Hast du jetzt den ganzen Quatsch den der da in seiner Anleitung seinem Pfusch verzapft durchgeführt?

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        S 1 Antwort Letzte Antwort
        1
        • S Offline
          S Offline
          sunshineh
          schrieb am zuletzt editiert von
          #12

          Ich bin bis Zeile 17 gekommen und hab dann nur Fehlermeldungen bekommen.
          Glaubst du es wäre besser, das ganze System einfach neu aufzusetzen? Gibt es die Möglichkeit, dass ich mir Adapter oder meine erstellte VIS Oberfläche noch irgendwie sichere?

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • S sunshineh

            Ich bin bis Zeile 17 gekommen und hab dann nur Fehlermeldungen bekommen.
            Glaubst du es wäre besser, das ganze System einfach neu aufzusetzen? Gibt es die Möglichkeit, dass ich mir Adapter oder meine erstellte VIS Oberfläche noch irgendwie sichere?

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #13

            @sunshineh
            Das heißt du hast bisher keine regelmäßigen Backups von deiner Installation?

            Was passiert denn nun bei

            cd /opt/iobroker
            sudo -H -u iobroker npm install iobroker
            

            Bitte VOLLSTÄNDIGE Ein- und Ausgaben, inkl. login prompt. Kopier einfach die komplette Konsole.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            S 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @sunshineh
              Das heißt du hast bisher keine regelmäßigen Backups von deiner Installation?

              Was passiert denn nun bei

              cd /opt/iobroker
              sudo -H -u iobroker npm install iobroker
              

              Bitte VOLLSTÄNDIGE Ein- und Ausgaben, inkl. login prompt. Kopier einfach die komplette Konsole.

              S Offline
              S Offline
              sunshineh
              schrieb am zuletzt editiert von
              #14
              login as: 
              pi@192.168.0.177's password:
              Linux ioBroker-GartenHalle 5.10.17-v7+ #1414 SMP Fri Apr 30 13:18:35 BST 2021 armv7l
              
              The programs included with the Debian GNU/Linux system are free software;
              the exact distribution terms for each program are described in the
              individual files in /usr/share/doc/*/copyright.
              
              Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
              permitted by applicable law.
              Last login: Sat May 15 11:14:35 2021 from 192.168.0.245
              
              SSH is enabled and the default password for the 'pi' user has not been changed.
              This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.
              
              
              Wi-Fi is currently blocked by rfkill.
              Use raspi-config to set the country before use.
              
              pi@ioBroker-GartenHalle:~ $ cd /opt/iobroker
              pi@ioBroker-GartenHalle:/opt/iobroker $ sudo -H -u iobroker npm install iobroker
              npm WARN deprecated request@2.88.0: request has been deprecated, see https://github.com/request/request/issues/3142
              npm ERR! code 22
              npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
              npm ERR! command failed
              npm ERR! command sh -c node iobroker.js setup first
              npm ERR! No connection to databases possible ...
              
              npm ERR! A complete log of this run can be found in:
              npm ERR!     /home/iobroker/.npm/_logs/2021-05-15T12_05_43_676Z-debug.log
              
              Thomas BraunT 2 Antworten Letzte Antwort
              0
              • S sunshineh
                login as: 
                pi@192.168.0.177's password:
                Linux ioBroker-GartenHalle 5.10.17-v7+ #1414 SMP Fri Apr 30 13:18:35 BST 2021 armv7l
                
                The programs included with the Debian GNU/Linux system are free software;
                the exact distribution terms for each program are described in the
                individual files in /usr/share/doc/*/copyright.
                
                Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                permitted by applicable law.
                Last login: Sat May 15 11:14:35 2021 from 192.168.0.245
                
                SSH is enabled and the default password for the 'pi' user has not been changed.
                This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.
                
                
                Wi-Fi is currently blocked by rfkill.
                Use raspi-config to set the country before use.
                
                pi@ioBroker-GartenHalle:~ $ cd /opt/iobroker
                pi@ioBroker-GartenHalle:/opt/iobroker $ sudo -H -u iobroker npm install iobroker
                npm WARN deprecated request@2.88.0: request has been deprecated, see https://github.com/request/request/issues/3142
                npm ERR! code 22
                npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
                npm ERR! command failed
                npm ERR! command sh -c node iobroker.js setup first
                npm ERR! No connection to databases possible ...
                
                npm ERR! A complete log of this run can be found in:
                npm ERR!     /home/iobroker/.npm/_logs/2021-05-15T12_05_43_676Z-debug.log
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #15

                @sunshineh sagte in ioBroker - keine Datenbank-Verbindung:

                npm ERR! No connection to databases possible

                Merkwürdig.
                Hast du da mal auf redis umgestellt?
                Was liefert

                iobroker status
                

                Am Rande: Dein Passwort für den pi solltest du auch mal von 'raspberry' auf was individuelles ändern.

                sudo netstat -tulpen
                

                bringt?

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                HomoranH 1 Antwort Letzte Antwort
                0
                • S sunshineh
                  login as: 
                  pi@192.168.0.177's password:
                  Linux ioBroker-GartenHalle 5.10.17-v7+ #1414 SMP Fri Apr 30 13:18:35 BST 2021 armv7l
                  
                  The programs included with the Debian GNU/Linux system are free software;
                  the exact distribution terms for each program are described in the
                  individual files in /usr/share/doc/*/copyright.
                  
                  Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                  permitted by applicable law.
                  Last login: Sat May 15 11:14:35 2021 from 192.168.0.245
                  
                  SSH is enabled and the default password for the 'pi' user has not been changed.
                  This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.
                  
                  
                  Wi-Fi is currently blocked by rfkill.
                  Use raspi-config to set the country before use.
                  
                  pi@ioBroker-GartenHalle:~ $ cd /opt/iobroker
                  pi@ioBroker-GartenHalle:/opt/iobroker $ sudo -H -u iobroker npm install iobroker
                  npm WARN deprecated request@2.88.0: request has been deprecated, see https://github.com/request/request/issues/3142
                  npm ERR! code 22
                  npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
                  npm ERR! command failed
                  npm ERR! command sh -c node iobroker.js setup first
                  npm ERR! No connection to databases possible ...
                  
                  npm ERR! A complete log of this run can be found in:
                  npm ERR!     /home/iobroker/.npm/_logs/2021-05-15T12_05_43_676Z-debug.log
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #16

                  @sunshineh

                  node/npm richtig installiert?

                  which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
                  

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @sunshineh
                    Vergiss den Elsterhai. Da kommt erfahrunggemäß nur Mist bei rum.

                    Hast du jetzt den ganzen Quatsch den der da in seiner Anleitung seinem Pfusch verzapft durchgeführt?

                    S Offline
                    S Offline
                    sunshineh
                    schrieb am zuletzt editiert von
                    #17

                    Im Backup-Ordner habe ich folgendes gefunden

                    pi@ioBroker-GartenHalle:/opt/iobroker/backups $ dir
                    2021_04_12-22_58_14_backupiobroker.tar.gz
                    2021_05_03-00_16_22_backupiobroker.tar.gz
                    

                    Kopier ich mir die jetzt auf meinen PC und setzt das System neu auf, oder kann ich die auch wieder einspielen?

                    1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @sunshineh sagte in ioBroker - keine Datenbank-Verbindung:

                      npm ERR! No connection to databases possible

                      Merkwürdig.
                      Hast du da mal auf redis umgestellt?
                      Was liefert

                      iobroker status
                      

                      Am Rande: Dein Passwort für den pi solltest du auch mal von 'raspberry' auf was individuelles ändern.

                      sudo netstat -tulpen
                      

                      bringt?

                      HomoranH Nicht stören
                      HomoranH Nicht stören
                      Homoran
                      Global Moderator Administrators
                      schrieb am zuletzt editiert von
                      #18

                      @thomas-braun sagte in ioBroker - keine Datenbank-Verbindung:

                      Merkwürdig.

                      package-lock json?

                      kein Support per PN! - Fragen im Forum stellen -
                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      1 Antwort Letzte Antwort
                      0
                      • S Offline
                        S Offline
                        sunshineh
                        schrieb am zuletzt editiert von
                        #19

                        pi@ioBroker-GartenHalle:/opt/iobroker $ which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
                        /usr/bin/nodejs
                        /usr/bin/node
                        /usr/bin/npm
                        v16.1.0
                        v16.1.0

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • S sunshineh

                          pi@ioBroker-GartenHalle:/opt/iobroker $ which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
                          /usr/bin/nodejs
                          /usr/bin/node
                          /usr/bin/npm
                          v16.1.0
                          v16.1.0

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von Thomas Braun
                          #20

                          @sunshineh
                          Das ist nicht die vollständige Ausgabe.
                          Aber nodeJS16 kommt i.d.R. mit npm7 daher und das funktioniert noch nicht zusammen mit dem js-controller Setup. Da kommen deine Probleme her.
                          Installier SAUBER nodeJS12 (max. nodeJS14). Anleitung wie das richtig geht in meiner Signatur.

                          (Edit:) Warum hast du eigentlich im ersten Beitrag geschrieben, es sei nodeJS 12 installiert? Da ist vermutlich so einiges krumm in dem System, was nodeJS angeht. Kann aber auch zusätzlich noch durch den Murks den die Elsterforelle da immer fabriziert verfrickelt worden sein.

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          1 Antwort Letzte Antwort
                          1

                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                          Registrieren Anmelden
                          Antworten
                          • In einem neuen Thema antworten
                          Anmelden zum Antworten
                          • Älteste zuerst
                          • Neuste zuerst
                          • Meiste Stimmen


                          Support us

                          ioBroker
                          Community Adapters
                          Donate
                          FAQ Cloud / IOT
                          HowTo: Node.js-Update
                          HowTo: Backup/Restore
                          Downloads
                          BLOG

                          470

                          Online

                          32.9k

                          Benutzer

                          83.0k

                          Themen

                          1.3m

                          Beiträge
                          Community
                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                          ioBroker Community 2014-2025
                          logo
                          • Anmelden

                          • Du hast noch kein Konto? Registrieren

                          • Anmelden oder registrieren, um zu suchen
                          • Erster Beitrag
                            Letzter Beitrag
                          0
                          • Home
                          • Aktuell
                          • Tags
                          • Ungelesen 0
                          • Kategorien
                          • Unreplied
                          • Beliebt
                          • GitHub
                          • Docu
                          • Hilfe