Skip to content

NodeBB v4.0.0 — Federate good times, come on!

Uncategorized

  • 0 Stimmen
    7 Beiträge
    3 Aufrufe
    julian@community.nodebb.orgJ
    @silverpill@mitra.social when discussed with Nutomic about this, I made the case that 1b12 is excellent for synchronization. 7888 (and 171b, etc.) are good for backfill, in cases where there is no 1b12 implementation available.
  • Long-formers Activate!

    Uncategorized
    11
    +0
    0 Stimmen
    11 Beiträge
    3 Aufrufe
    julian@community.nodebb.orgJ
    @jiejie@mastodon.social good question! The answer ultimately lies in how you want to communicate with your audience. Each option is different and it's hard for you to know which software is the best fit. That's why even when I say NodeBB sits somewhere in between microblogs and blogs, NodeBB might not be the right solution, yeah? What kind of site do you want to build, how in depth do you want to go, etc.?
  • 0 Stimmen
    3 Beiträge
    25 Aufrufe
    julian@community.nodebb.orgJ
    @stefan@stefanbohacek.online @box464@mastodon.social it doesn't sound like they're going to support ActivityPub, it sounds like they're developing a purpose-built migrator to go from Tumblr to WordPress, at which point the AP plugin would do the heavy lifting.
  • FEP-9967: Polls

    Uncategorized
    2
    0 Stimmen
    2 Beiträge
    8 Aufrufe
    julian@community.nodebb.orgJ
    @silverpill@mitra.social thanks! Been waiting for a document like this to come out.
  • NodeBB - v3.3.0

    NodeBB
    1
    0 Stimmen
    1 Beiträge
    105 Aufrufe
    Niemand hat geantwortet
  • Nodebb - iframely

    NodeBB
    5
    +0
    0 Stimmen
    5 Beiträge
    281 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 - Git Prozess

    NodeBB
    2
    0 Stimmen
    2 Beiträge
    106 Aufrufe
    FrankMF
    Heute gab es ein Update von 2.4.5 -> 2.5.0 Das oben geschriebene funktioniert nicht git fetch git reset --hard origin/v2.x ./nodebb upgrade Ausschnitt der Konsole ~/nodebb$ git fetch remote: Enumerating objects: 244, done. remote: Counting objects: 100% (239/239), done. remote: Compressing objects: 100% (100/100), done. remote: Total 244 (delta 160), reused 212 (delta 138), pack-reused 5 Receiving objects: 100% (244/244), 55.57 KiB | 7.94 MiB/s, done. Resolving deltas: 100% (160/160), completed with 62 local objects. From https://github.com/NodeBB/NodeBB dd3e1a2861..01d276cbee v2.x -> origin/v2.x * [new branch] async-zxcvbn -> origin/async-zxcvbn 9260b4ef19..d06938d877 bootstrap5 -> origin/bootstrap5 884d40756a..8fe41d92a2 develop -> origin/develop a088eb19af..1076285dc9 master -> origin/master + b7d916c321...c85ac68373 renovate/ace-builds-1.x -> origin/renovate/ace-builds-1.x (forced update) * [new tag] v2.5.0 -> v2.5.0 :~/nodebb$ git reset --hard origin/v2.x HEAD is now at 01d276cbee chore: incrementing version number - v2.5.0 :~/nodebb$ ./nodebb upgrade Updating NodeBB...
  • NodeBB - v1.17.0

    NodeBB
    1
    0 Stimmen
    1 Beiträge
    165 Aufrufe
    Niemand hat geantwortet