using a phpmyadmin container to manage the mariadb database #20
alexandrecuer
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This isn't essential, since the backup module and home-assistant-specific backups are available if you use the addon, but it can be a useful tool. With docker-compose, things are pretty obvious, but inside home assistant supervised, it's a little more complex.
The most convenient way is to use the official docker container, through a very light Dockerfile :
the minimum config.yaml file consists of the following instructions
These 2 files go into the phpmyadmin2emoncms directory to be created in the home-assistant addons folder.
Ingress mode will not be available for this local phpmyadmin addon
Last versions of the emoncms addon allow connection from the home assistant addon network
For general knowledge, to allow connections from the addon internal network, you need to run the following SQL :
When connecting use
60ed1c84-emoncms
for the server nameBeta Was this translation helpful? Give feedback.
All reactions