This is an old revision of the document!
sudo cp -R /usr/share/nginx/html/rd/build/production/Rd/* /usr/share/nginx/html/
sudo vi /usr/share/nginx/html/resources/js/config.js
headerName : 'RADIUSdesk', footerName : 'RADIUSdesk', footerLicense : '2012-2017 GPL license',
sudo vi /usr/share/nginx/html/index.html
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <title>Rd</title>
sudo vi /usr/share/nginx/html/cake3/rd_cake/config/RadiusDesk.php
//=== White Label ==== $config['whitelabel']['active'] = false ; $config['whitelabel']['hName'] = 'RADIUSdesk'; $config['whitelabel']['hBg'] = '#FFFFFF'; $config['whitelabel']['hFg'] = '#4b4c4c'; $config['whitelabel']['imgActive'] = true; $config['whitelabel']['imgFile'] = 'logo.png'; $config['whitelabel']['fName'] = 'RADIUSdesk';
Remember that the per Access Provider override require that the site's white label be enabled in order to be activated.
If you only want the Logo without any text, simply leave the header text blank.