I have a question about Google Pagespeed

General Discussion

Suggested Topics


  • 1 Votes
    10 Posts
    1k Views

    @ckubs I also wish there was more maintenance in this plugin, because I have a pending pull request to be accepted. And besides that, it's a awesome plugin, like you said.

  • 0 Votes
    2 Posts
    1k Views

    @msouefi said in Importing vbulletin to NodeBB possible:

    hello all
    my website http://aqarspot.com is in Arabic language and i want Migrate do i have to make other steps

    Most likely not. The arabic language is complete, so far as I know. Also the Right-to-left properties are inherited correctly by NodeBB!

  • 0 Votes
    7 Posts
    3k Views

    @shinyidol I agree, having a proper audit log is a good idea, and ideally should be built into core.

    Our logging system could use a revamping, however...

  • SSL Question.

    General Discussion
    0 Votes
    9 Posts
    3k Views

    Me neither. Typical SSL key allows two parties to share information, the client and the server. Cloudflare's Universal SSL ups that to three, with CF acting as the middleman.

  • 0 Votes
    2 Posts
    1k Views

    That should be how it works right now. The staticDirs property maps an alias (the object key) to the actual system path.

    For example:

    staticDirs: { "foo": "bar" }

    ... will map the route 127.0.0.1:4567/plugins/nodebb-theme-myplugin/foo to /path/to/nodebb/node_modules/nodebb-theme-myplugin/bar

    I believe I used express.static to route the directory, so any files added in after NodeBB has started should still be routed, since the parent directory was the one that was mounted.