Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker and Actions Creations #32

Open
wants to merge 28 commits into
base: dev
Choose a base branch
from
Open

Docker and Actions Creations #32

wants to merge 28 commits into from

Conversation

kd9lsv
Copy link
Collaborator

@kd9lsv kd9lsv commented Jan 2, 2023

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 kd9lsv added documentation Improvements or additions to documentation feature-request New feature or request labels Jan 2, 2023
@kd9lsv kd9lsv added this to the Next Release milestone Jan 2, 2023
@kd9lsv kd9lsv requested a review from kylekrieg January 2, 2023 02:47
@kd9lsv kd9lsv self-assigned this Jan 2, 2023
@kd9lsv kd9lsv changed the base branch from dev to aa0z January 2, 2023 05:50
@kd9lsv kd9lsv changed the base branch from aa0z to dev January 5, 2023 04:42
@kd9lsv kd9lsv changed the base branch from dev to master January 5, 2023 04:42
@kd9lsv kd9lsv removed this from the Next Release milestone Jan 8, 2023
@kd9lsv kd9lsv changed the base branch from master to dev August 12, 2023 18:10
Due to .net capable of 64bit arm. All hardware should be 64bit. If 32bit, user will have to manually compile.
@kd9lsv kd9lsv mentioned this pull request Aug 12, 2023
1 task
@kd9lsv kd9lsv linked an issue Aug 12, 2023 that may be closed by this pull request
1 task
@mcdent
Copy link

mcdent commented Aug 12, 2023

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
Copy link
Collaborator Author

kd9lsv commented Aug 13, 2023

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
Copy link
Collaborator Author

kd9lsv commented Aug 18, 2023

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

@mcdent
Copy link

mcdent commented Aug 18, 2023

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
Copy link
Collaborator Author

kd9lsv commented Aug 18, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature-request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Container?
3 participants