loading...screen problem
i am setup radiusdesk on ubuntu 22.0.4 installing docker complete but http://44.204.187.171/rd/ this path not accessble on loading screen display and on inspect mode "Failed to load resource: the server responded with a stat
us of 404 (Not Found)" many files
Hi, have you verified the nginx config? This part in particular:
location ~ ^/cake4/.+\.(jpg|jpeg|gif|png|ico|js|css)$ { rewrite ^/cake4/rd_cake/webroot/(.*)$ /cake4/rd_cake/webroot/$1 break; rewrite ^/cake4/rd_cake/(.*)$ /cake4/rd_cake/webroot/$1 break; access_log off; expires max; add_header Cache-Control public; }
Any one share me nginx config file Full sample??? With complete working
Cam Hi, have you verified the nginx config? This part in particular: location ~ ^/cake4/.+\.(jpg|jpeg|gif|png|ico|js|css)$ { rewrite ^/cake4/rd_cake/webroot/(.*)$ /cake4/rd_cake/webroot/$1 break; rewrite ^/cake4/rd_cake/(.*)$ /cake4/rd_cake/webroot/$1 break; access_log off; expires max; add_header Cache-Control public; }
Can you provide me nginx config file with working completely??? Please
ufw allow 80 did it for me now i am stuck on Error loading manifest file to check for updates
anyone get solution ??
The problem is that the frontend application is configured to use 'localhost' as the database server instead of the database container. Edit the file: /var/www/html/cake4/rd_cake/config/app_local.php In the datasources section, change the hostname from 'localhost' to 'rdmariadb'
then the page loads and seems to work. The radius service itself is already setup correctly.
You also need to apply the 8.090_add_radacct_triggers.sql patch otherwise there will be no data usage graphs.
i am try docker base setup and i am try install and setup on ubuntu 22.04 and 24.04 also RADIUSdesk-2023-A0.ova image all radiusdesk not working same loading error on /rd
Don't use /rd Just put the IP or hostname in the address bar. It will redirect you to /#dashboard and the page should load
anyone know what is username and password of RADIUSdesk-2023-A0.ova terminal login??
https://www.osboxes.org/faq/what-are-the-credentials-for-virtual-machine-image/
The problem is that the frontend application is configured to use 'localhost' as the database server instead of the database container. Edit the file: /var/www/html/cake4/rd_cake/config/app_local.php In the datasources section, change the hostname from 'localhost' to 'rdmariadb'
then the page loads and seems to work. The radius service itself is already setup correctly.
You also need to apply the 8.090_add_radacct_triggers.sql patch otherwise there will be no data usage graphs.
I also have the same problem but there are no "Failed to load resource" as in the OP post. I tried to follow your suggestion. Do you mean ~/rdcore/cake4/rd_cake/config/app_local.php? I tried to change 'host' => 'rdmariadb' under 'Datasources', and even reboot my Ubuntu. Still loading and disappear, leaving blank white page.
There is no www folder under my var folder. I am not familiar with docker, this is my very first time to setup one. Hope for helps.
Can you elaborate on apply the "8.090_add_radacct_triggers.sql"?