There’s news that they already sacked a batch of employees; people are going to face it rough. For me, SEO is something you leave to God. Because you can be on the first page for a month, then nowhere to be found again, or ranked in a totally different region. And worse, those computers they use are not monitored, but at least the main site brand will stick.
Hello there
-
Hi everybody. @phenomlab has created a great forum as always. I hope this forum does well.
-
@kurulumu-net thanks very much, and welcome to Sudonix.
-
@kurulumu-net said in Hello there:
Hi everybody. @phenomlab has created a great forum as always. I hope this forum does well.
Welcome aboard
-
@kurulumu-net hey - I really like the layout of your (recently recovered
) site. I see you’ve taken inspiration from Sudonix
-
@phenomlab Yes it is true that I got some inspiration from your site
-
the css affecting this button needs love
-
@kurulumu-net Thanks. I’ll fix that.
-
@kurulumu-net said in Hello there:
the css affecting this button needs love
Fixed in both light and dark modes.
-
@phenomlab I’m wondering what plugins you are using on sudonix.com. Can you share a list?
-
@kurulumu-net Of course
Active plugins: * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected].0 (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, disabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, disabled) * [email protected] (installed, disabled) * [email protected] (installed, enabled) * [email protected] (installed, disabled) * [email protected] (installed, disabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled) * [email protected] (installed, enabled)
-
@phenomlab Is this NodeBB default feature? The keyboard icon appears when you start typing.
-
@kurulumu-net Yes, that’s a feature of socket support.
-
@phenomlab I can’t see it on my site. apparently there is something wrong. It’s interesting that it doesn’t even show the people who are on the topic page at the moment.
-
@kurulumu-net Are you using Cloudflare ?
-
@phenomlab Yes
-
@kurulumu-net Known issue
-
@phenomlab I think this is not the solution. Cloudflare currently supports websocket on the free plan. Websocket works, but as I said, the contacts on the topic page are not visible.
-
@kurulumu-net Don’t be so sure. If the native sockets does not work, it’ll fall back to
XMLHTTP
but that also means push won’t work as intended - including the keyboard typing indicator.Is there anything being reported in the console, and can you share your
nginx.conf
file ?EDIT - I see this on your site in the console
100% Cloudflare issue. Disable it, and I bet it works
Here’s a workaround
-
@phenomlab my nginx.conf;
server { listen 443 ssl http2; listen [::]:443 ssl http2; add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always; ssl_certificate /etc/ssl/kurcert.pem; ssl_certificate_key /etc/ssl/kurkey.pem; ssl_client_certificate /etc/ssl/cloudflare.crt; server_name www.kurulumu.net; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header Host $http_host; proxy_set_header X-NginX-Proxy true; proxy_pass http://127.0.0.1:4567; proxy_redirect off; # Socket.IO Support proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } location /ads.txt { root /home/nodes/nodebb/public/; } } server { listen 443 ssl http2; listen [::]:443 ssl http2; add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always; ssl_certificate /etc/ssl/kurcert.pem; ssl_certificate_key /etc/ssl/kurkey.pem; ssl_client_certificate /etc/ssl/cloudflare.crt; server_name kurulumu.net; return 301 https://www.kurulumu.net$request_uri; } server { listen 80; listen [::]:80; server_name kurulumu.net www.kurulumu.net; return 301 https://www.kurulumu.net$request_uri; }
-
@kurulumu-net Looks good. Try disabling CF and let me know the result.
Discover More
-
Solved Issues with 2nd NodeBB installation
General • • cagatay -
Solved Viewing Permission.
General • • Sampo2910 -
Solved NodeBB v2.4.0
General • • Sampo2910