emoncms that uses local mariadb
563
developed specifically for openwrt, but can be used on any system with local maria database emoncms container that uses local mariadb just configure mariadb with these setting
CREATE DATABASE emoncms;
CREATE USER 'emoncms'@'localhost' IDENTIFIED BY 'qwerty0987';
GRANT ALL PRIVILEGES ON emoncms TO 'emoncms'@'localhost';
FLUSH PRIVILEGES
EXIT;
View tags for arch options
if on operwrt it emoncms opens on port80 you need to change your router login web port
Content type
Image
Digest
sha256:3eaf10e34…
Size
188.9 MB
Last updated
almost 4 years ago
docker pull sash999/emoncms_localdb:mips64