Hi @Nam-Vu, some example working configurations can be found here https://docs.nodebb.org/configuring/proxies/nginx/
If your config is not working, please paste it here for us to review. Thanks!
what is the name of this site theme :https://community.nodebb.org/
@dogs no it's not that. I think beta version
It's this branch of Persona. Here is the (still work in progress from what I understood) PR: https://github.com/NodeBB/nodebb-theme-persona/pull/512
@oplik0 How can I install it on my own site?
@onur-baran It should be the default, no?
NodeBB crew does sport some plugins on cummunity.nodebb.org which are not enabled by the default install. Perhaps these are the driods you are looking for?
@onur-baran you can't, yet, it is still in progress!
Soon it will be part of Persona , but right now it is in development. As others have said, it is in a branch of the repo, which you can switch to if you git clone
the theme
You can actually use NPM to install from a specific branch of a GitHub repo. Just do npm install NodeBB/nodebb-theme-persona#timeline-style
Right now the version in package.js
on this branch is the same as on the main branch (10.3.16
) so it should work without any changes to NodeBB package.json
(not sure if the version of installed theme is checked at the startup, but with the same version it doesn't matter)
Edit: but as Julian said it's work in progress and, so it may be buggy. Also, I'm not sure if NPM will update it from its registry automatically on your next nodebb upgrade
or if you'll have to manually install it back.