Node Remote app with latest Raspberry Pi Version

Until the NodeRemote app is updated, here's "a" Trixie workaround :

  1. Edit the /etc/apache2/sites-available/000-default.conf file and add the "RewriteRule" line :
        ...
        RewriteEngine On
 add--> RewriteRule ^/allmon2/astdb\.txt$ - [L]
        RewriteCond %{HTTPS} off
        RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  1. Restart the apache2 server!
1 Like