Possible to login to NodeBB using telegram?

Technical Support

Suggested Topics


  • 0 Votes
    5 Posts
    376 Views

    Thank you very much! I was able to use the Admin user that was created in this authentification

  • NodeBB AWS auto scaling

    Technical Support
    2 Votes
    14 Posts
    2k Views

    @yariplus my config

    {
    "url": "https://staging.XXXX.org",
    "secret": "XXXX",
    "database": "mongo",
    "port": 4567,
    "mongo": {
    "host": "172.31.42.228",
    "port": 27017,
    "database": "nodebb",
    "username": "nodebb",
    "password": "AAAAA"
    },
    "oauth": {
    "id": "2bb8010d070f0be6f58d",
    "secret": "36a6b6da7df8e96f92b2aae22e24306a619a5413"
    },

    "socket.io": { "origins": "https://staging.XXXX.org:* https://staging.XXXX.org:*", "transports": ["websocket"], "address": "https://staging.XXXX.org" },

    "socket.io:origins": "https://staging.XXX.org",
    "sessionKey": "express.sid",
    "cookieDomain": ".philanthropyu.org",
    "socket.io:transports": ["websocket"],

    "redis": { "host":"nodebb.ifinyn.0001.euc1.cache.amazonaws.com", "port":"6379", "database": 0 }, "edx_host": "https://staging.XXXXX.org", "aws_access_key_id": "xxxxxxx", "s3_path": "https://XXX-community-uploads.s3.amazonaws.com/", "aws_secret_access_key": "xxxxxxxxxx", "master_token": "xxxxxxxxxx"

    }

  • 0 Votes
    6 Posts
    3k Views

    hi every body.
    1- i solve this by puting my font file into public/fonts folder
    2- edit this line in my them variables.less:

    //** Load fonts from this directory.
    @icon-font-path: "fonts/";
    //** File name for all font files.
    @icon-font-name: "Samim";
    //** Element ID within SVG icon file.
    @icon-font-svg-id: "Samim";

    3- change font-family to "Samim"

  • 0 Votes
    2 Posts
    1k Views

    ./nodebb reset just disables all plugins.

    Use nodebb without a command to see all commands. ./nodebb

    Welcome to NodeBB Usage: ./nodebb {start|stop|reload|restart|log|setup|reset|upgrade|dev} start Start the NodeBB server stop Stops the NodeBB server reload Restarts NodeBB restart Restarts NodeBB log Opens the logging interface (useful for debugging) setup Runs the NodeBB setup script reset Disables all plugins, restores the default theme. activate Activate a plugin on start up. plugins List all plugins that have been installed. upgrade Run NodeBB upgrade scripts, ensure packages are up-to-date dev Start NodeBB in interactive development mode watch Start NodeBB in development mode and watch for changes
  • 0 Votes
    4 Posts
    2k Views

    Thanks. It is resolved now.