May Docker Discussion

Feature Requests

Suggested Topics


  • 0 Votes
    5 Posts
    104 Views

    @crazycells yup.
    You can find integration docs here (tl;dr you need to implement WOPI protocol for file access. Which will also work for most other web-based document editors, since that's basically the industry standard. OnlyOffice offers their own API as an alternative, but also supports WOPI. You can find an example server in Node here)

    Install docs are here - from my understanding their primary distribution method is docker, but they do offer native packages if you prefer (looking at you Discourse with your docker-only yet for some reason linux-only installation using bash scripts)

  • 1 Votes
    5 Posts
    87 Views

    It is different than pinning a topic to a category, it essentially puts an important message in a pinned message area so it is easy to find/reference it later. Check slack/discord for an example.

  • Sort by Title

    Feature Requests
    1 Votes
    7 Posts
    128 Views

    @brazzerstop can you share link to your forum so I can get idea of format and number of posts?
    I think can write widget to read all posts, and re-order them.
    I did a small test of this, with the idea that just admin has access to view widget, with click to sort button.

    Technical thoughts:
    What is possible is to read all topicd or posts with write API, e.g.
    https://community.nodebb.org/api/v3/posts/{pid}
    delete them, sort, then rewrite
    But its not best method because new post ids are made.
    I have been wondering whether a bubble sort routine working directly on the database post number field might work. Saves re-writing records, only swapping that field.
    Up till now Ive never managed to get direct Mongo API calls working.
    The NodeBB API however is quite easy to use

  • Search in chat stream

    Feature Requests
    3 Votes
    2 Posts
    77 Views

    ability to search chat messages · Issue #11850 · NodeBB/NodeBB

    Node.js based forum software built for the modern web - ability to search chat messages · Issue #11850 · NodeBB/NodeBB

    favicon

    GitHub (github.com)

  • Guide for official Docker?

    Unsolved Feature Requests
    4 Votes
    2 Posts
    387 Views

    Some more docker / compose documentation would be nice. How to deploy und upgrade, persistent data and how to configure (ideally by environment)?