@maxwaldorf Checking in the thread, very useful features those would be, indeed!
Bejan
Posts
-
[Forum Admin] Prune Users or Topics -
Registration not working@phenomlab Maybe RE: Cannot Login to nodebb: "Welcome back guest" is a solution to the issue you're experiencing.
-
How to manage stalker accounts (users with no posts)@zandertrek second that. Particularly the wish for filter combinations and user settings.
-
Cannot Login to nodebb: "Welcome back guest"@arnaudw said in Cannot Login to nodebb: "Welcome back guest":
Solved by changing on Nginx configuration proxy_pass :
proxy_set_header X-Forwarded-Proto $scheme;To
proxy_set_header X-Forwarded-Proto https;Today I changed the nginx config. Now I use a stream with map and a generic server in nginx.conf (see TLS Termination). This implied removing ssl and http2 from the server's listen directive in sites-enabled/my-site.
So, from:
listen 127.0.0.1:445 deferred ssl http2;
To
listen 127.0.0.1:445 deferred;
That's about my guess why https is required for proxy_set_header X-Forwarded-Proto now.
Thank you for your solution. Saved my day.
-
PWA push notificationsI'm also interested in pwa with push notifications working on android and iOS.