-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[BUG] ERROR, unable to validate 'conf.yml' #1127
Comments
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
Still relevant, pretty much went through the same steps in this issue today and experiencing the exact same thing. [dashy] | yarn run v1.22.15
[dashy] | $ node server
[dashy] |
[dashy] | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[dashy] | Error, unable to validate 'conf.yml'
[dashy] | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[dashy] |
[dashy] | ⚠️ Permission denied
[dashy] |
[dashy] | SSL Not Enabled: Public key not present
[dashy] |
[dashy] |
[dashy] | ██████╗ █████╗ ███████╗██╗ ██╗██╗ ██╗
[dashy] | ██╔══██╗██╔══██╗██╔════╝██║ ██║╚██╗ ██╔╝
[dashy] | ██║ ██║███████║███████╗███████║ ╚████╔╝
[dashy] | ██║ ██║██╔══██║╚════██║██╔══██║ ╚██╔╝
[dashy] | ██████╔╝██║ ██║███████║██║ ██║ ██║
[dashy] | ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝
[dashy] |
[dashy] | *******************************************************************************************
[dashy] | Welcome to Dashy! 🚀
[dashy] | Your new dashboard is now up and running with Docker
[dashy] | *******************************************************************************************
[dashy] |
[dashy] |
[dashy] | Using Dashy V-2.1.1. Update Check Complete
[dashy] | ✅ Dashy is Up-to-Date
[dashy] |
Error: EACCES: permission denied, stat '/app/public/conf.yml'
Error: EACCES: permission denied, stat '/app/public/conf.yml' |
@0n1cOn3 But if you follow the official docker engine installation instructions here. sudo dnf -y install dnf-plugins-core
sudo dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
sudo dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin Silverblue: cd /etc/yum.repos.d/
wget https://download.docker.com/linux/fedora/docker-ce.repo
rpm-ostree install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin |
yarn run v1.22.15 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ SSL Not Enabled: Public key not present ██████╗ █████╗ ███████╗██╗ ██╗██╗ ██╗ Welcome to Dashy! 🚀 Using Dashy V-2.1.1. Update Check Complete I have the same identical issue on Debian 11, where I executed it on docker-compose dashy: |
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as off-topic.
This comment was marked as off-topic.
Getting the same issue here, with docker-compose
|
Hi Issue 1, by @0n1cOn3: That is not supported, and will as you mentioned result in an error, then this would be a duplicate, see here -> #1322 Issue 2, by @jeangjenq : Issue 3, @elendil7 and @Joker214kk
|
Yes, outside the container. It does not affect the location of the file in the container but on the host. |
If this error appears, does dashy load normal or are there any errors in the UI? Can you do a rebuild and show the output here? either through GUI or through |
Could you descibe this in some steps? I can't really recreate this issue. If I understand you correctly, you are changing the bind mount to another place on the host and expect the docker container to copy the file from dashy container to the new location? This will not work as bind mounts are only one directional. Also if the error appears, can you look into the container and see if the config file is there?
Post the output of cat and ls command here please. |
Hello! Looks like additional info is required for this issue to be addressed. Don't forget to provide this within the next few days to keep your ticket open. |
Issue closed due to no response from user. |
Environment
Self-Hosted (Docker)
System
Fedora Server 37
Version
V-2.1.1
Describe the problem
Instant Error as in the description already mentioned
Does not matter if with root or non-root user account.
When entering the website, the console also spits out an error (It's obvious why ;) )
Error: EACCES: permission denied, stat '/app/public/conf.yml'
Additional info
Firefox Dev Utilities Output:
Deprecation warning: The
simple-icons
entrypoint will be removed in the next major. Please switch to usingimport * as icons from "simple-icons/icons"
if you need an object with all the icons. index.js:1:8XHRGEThttp://10.1.200.240/conf.yml
[HTTP/1.1 500 Internal Server Error 5ms]
Uncaught (in promise)
Object { message: "Request failed with status code 500", name: "AxiosError", code: "ERR_BAD_RESPONSE", config: {…}, request: XMLHttpRequest, response: {…}, stack: "" }
asyncToGenerator.js:6:4
XHRGEThttp://10.1.200.240/conf.yml
[HTTP/1.1 500 Internal Server Error 5ms]
Object { message: "Request failed with status code 500", name: "AxiosError", code: "ERR_BAD_RESPONSE", config: {…}, request: XMLHttpRequest, response: {…}, stack: "" }
Please tick the boxes
The text was updated successfully, but these errors were encountered: