Skip to content

NodeBB - v3.0.0-rc.1

NodeBB
1 1 101
  • Das NodeBB-Team arbeitet schon etwas länger an einer Version 3. Da es jetzt seit ein paar Tagen einen RC1 gibt, sollte man da mal reinschauen 😉

    Da ich zwei Foren habe, das eine dient mir mehr oder weniger als Testforum, rollen wir das da mal aus.

    Wenn ihr das auch machen wollt, dann dran denken Backup der Daten und der DB machen! Ok, es geht los.

    ./nodebb stop
    git fetch && git checkout develop && git reset --hard origin/develop
    ./nodebb upgrade
    ./nodebb start
    

    Danach ist man auf v3.0.0-rc.1

    9f8cc44a-175c-4813-878b-88a7a5b17cf5-grafik.png

    Ich hatte mich gewundert, das es so wenig anders aussah als vorher. Da fiel mir was ein. Man benutzt ja jetzt standardmäßig ein neues Theme.

    f9c7d02f-69a6-410f-a04d-c97de915acfa-grafik.png

    So sieht das dann aus.

    856a44db-565c-4973-a0e3-8658ef880a94-grafik.png

    Jetzt geht es ans ausprobieren und testen. Dann ist vielleicht auch bald dieses Forum auf v3.0.0-rc.1

  • Updates to the world page

    ActivityPub Test Kategorie nodebbactivityp nodebb
    32
    2
    1 Stimmen
    32 Beiträge
    724 Aufrufe
    julian@community.nodebb.orgJ
    @projectmoon@forum.agnos.is said in Updates to the world page: > > > Also, are there plans to merge the federation synchronization and new remote category following stuff together into one cohesive set of functionality? Yes... the remote category functionality supercedes the category sync functionality in some ways, but there is still a use case for it. Most likely I will need to develop proper support for cross-posting (at least locally), and that would work well with the remote category functionality, so that topics are cross-posted to the synchronized category, instead of moved.
  • NodeBB - v4.2.0

    NodeBB nodebb linux
    1
    0 Stimmen
    1 Beiträge
    76 Aufrufe
    Niemand hat geantwortet
  • Nodebb - iframely

    NodeBB nodebb iframely
    5
    1
    0 Stimmen
    5 Beiträge
    388 Aufrufe
    FrankMF
    In der Anleitung von iframely werden zwei Tools angesprochen, um den Dienst dauerhaft am Laufen zu halten. forever pm2 Ich habe beide ausprobiert, pm2 recht intensiv. Bin aber zu der Überzeugung gekommen, das es für mich nicht sinnvoll ist eines dieser Tools zu nutzen. Meine NodeJS Fähigkeiten sind sehr überschaubar, so das ich mich mit keinem der Tools richtig wohl gefühlt habe. Also machen wir es so, wie es in Debian 11 eingebaut ist - mit systemd Hier das File wie ich den Dienst starte. [Unit] Description=Iframely Documentation=https://iframely.com/docs/host After=system.slice multi-user.target [Service] Type=simple User=<USER> StandardOutput=syslog StandardError=syslog SyslogIdentifier=iframely WorkingDirectory=/home/<USER>/iframely PIDFile=/home/<USER>/iframely/pidfile ExecStart=/usr/bin/node cluster Restart=always [Install] WantedBy=multi-user.target
  • NodeBB - v2.6.1 Security Update

    NodeBB nodebb security
    1
    0 Stimmen
    1 Beiträge
    104 Aufrufe
    Niemand hat geantwortet
  • NodeBB - Update v2.1.1

    NodeBB nodebb
    1
    0 Stimmen
    1 Beiträge
    115 Aufrufe
    Niemand hat geantwortet
  • NodeBB - Upgrade auf v1.16.0

    NodeBB nodebb
    1
    0 Stimmen
    1 Beiträge
    190 Aufrufe
    Niemand hat geantwortet
  • NodeBB - Update auf 1.13.3

    NodeBB nodebb
    1
    0 Stimmen
    1 Beiträge
    216 Aufrufe
    Niemand hat geantwortet
  • nginx konfigurieren

    NodeBB nodebb nginx linux
    1
    0 Stimmen
    1 Beiträge
    660 Aufrufe
    Niemand hat geantwortet