Node-Red-Contesting-Dashboard icon indicating copy to clipboard operation
Node-Red-Contesting-Dashboard copied to clipboard

Docker and Actions Creations

Open kd9lsv opened this issue 3 years ago • 5 comments

Action Creations

  • Includes following actions:

    • Greetings
    • Docker Build
    • Auto Version Add
    • Manual update dependencies

Docker

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

kd9lsv avatar Jan 02 '23 02:01 kd9lsv

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

mcdent avatar Aug 12 '23 22:08 mcdent

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 avatar Aug 13 '23 01:08 kd9lsv

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

kd9lsv avatar Aug 18 '23 01:08 kd9lsv

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

mcdent avatar Aug 18 '23 10:08 mcdent

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.

kd9lsv avatar Aug 18 '23 13:08 kd9lsv