kylekrieg / Node-Red-Contesting-Dashboard

Node Red Contesting Dashboard for Amateur Radio
24 stars 9 forks source link

Docker and Actions Creations #32

Open kd9lsv opened 1 year ago

kd9lsv commented 1 year ago

Action Creations

Docker

Dockerfile created config files needed to be added for docker build.

mcdent commented 1 year ago

Thanks! I have the container running under Podman with quadlet, however I am having some problems mapping the root of the container. Do I assume that the file qso is the only file needs write access to inside the container?

Also the fonts displayed when accessing the dashboard seem to be incorrect, perhaps some missing CSS ? See attached. Screenshot 2023-08-12 at 22 55 25

kd9lsv commented 1 year ago

Depending on how much you change the flow. If you change the flow and are trying to edit any of the non-ui, then you would involve more files than just the qso file.

However if you're just going to plug and play, and just reload the new container when an update comes alive, just the qso DB file will be updated.

The text font, I think depends on which browser you use. Firefox and it was different than any Chrome based browser.

kd9lsv commented 1 year ago

@mcdent are you still having issues or did it solve all of them?

mcdent commented 1 year ago

Hi, do you know which directory these other files are in? I had some trouble mapping to the root of the container, perhaps if there is only a couple of directories I can map those? Thanks

kd9lsv commented 1 year ago

Everything should be in /data that's what NR_data is from the docker-compose.

Hence why that's labeled as RW in the compose file.