M17 Reflector dashboard for use with mrefd
 
 
Go to file
kc1awv 978ef801c5 bump version edit changelog and readme 2020-10-27 17:27:33 -04:00
css css updates 2020-10-22 11:47:58 -04:00
fonts inital commit 2020-10-17 20:16:35 -04:00
images new icon pack 2020-10-20 17:22:06 -04:00
include bump version edit changelog and readme 2020-10-27 17:27:33 -04:00
js inital bootstrap 4.5 update 2020-10-22 08:23:46 -04:00
CHANGELOG bump version edit changelog and readme 2020-10-27 17:27:33 -04:00
LICENSE hard code version bump version add license 2020-10-24 15:17:56 -04:00
README.md bump version edit changelog and readme 2020-10-27 17:27:33 -04:00
browserconfig.xml inital commit 2020-10-17 20:16:35 -04:00
index.php bump version edit changelog and readme 2020-10-27 17:27:33 -04:00
manifest.json inital commit 2020-10-17 20:16:35 -04:00

README.md

MREFD ref-dash

This is the dashboard as seen on M17-M17 Reflector to be used with mrefd.

Version 1.2.0 - code cleanup

Possible breaking change, a rename of "Repeaters" to "Links" requires use of a new copy of the configuration file to be used. Backup your old config.inc.php and follow the setup process below to update to the new configuration.

Clone dashboard to /var/www

sudo rm /var/www/html
sudo git clone https://github.com/m17-project/ref-dash /var/www/html     # or where ever your system www root is located

Please note that your www root directory might be some place else. There is one file that needs configuration. Edit the copied files, not the ones from the repository:

cd /var/www/html/include
sudo cp config.inc.php.dist config.inc.php

Customizations

  • Homepage link
    • edit config.ini.php to change the logo to link to your homepage. Defaults to the M17 website.
  • Logo file
    • place your logo in /images (SVG preferred) and edit config.ini.php to change the logo image. Defaults to the M17 logo.

Files to edit

  • include/config.inc.php
    • ContactEmail - set this to the sysop's email address
    • IPV4 - set this to the IPv4 address of the reflector
    • IPV6 - set this to the IPv6 address of the reflector, if not used, enter NONE
    • Homepage - set this to your homepage, defaults to m17project
    • Logo - set this to the filename of your logo, defaults to M17 logo
    • LocalModification - set this to your local modification version number if you modify the main code

Do not enable the calling home feature. This feature is not appropriate for mrefd.

Caveat

If you notice that the formatting of the page does not look correct, please be sure to clear your browser's cache!