-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Noob question: where is config.yml? #1149
-
HI!
My apologies for my new car smell, new to Docker & Dashy. I wish to edit the conf.yml file manually and can't find it. All I really want to do is to tweak the landing page and add widgets. May I ask for a copy/paste of what it should look like as well?
Am running Ubuntu server (latest) and installed Docker with the instructions from the Docker site. Where can I find the said file, or more precisely, where is the /public/conf.yml file located? I find my docker stuff partly in "snap" folders if that helps.
I don't know the Linux folder system for what goes where, am a "classic Windows user" :)
Again, apologies for the basicness of the question!
Thanks!!!!
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 3 comments 13 replies
-
Heya @jphebert
In Docker everything is inside /app
- so if you run ls /app
you'll see files which look exactly the same as the code section of the repo. So try looking in /app/public/conf.yml
:)
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1 -
🎉 1 -
❤️ 1 -
🚀 1
-
Thanks for the quick response - I'm getting lost again - I'll put this on hold for another day :)
Beta Was this translation helpful? Give feedback.
All reactions
-
hi ..same problem
cant find path app docker!
just one i find in /var/lib/docker...... is that real path?
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi!
I'm also a noob user, sorry. :) Bit i couldn't find my /app/public/conf.yml file. I'm using DeitPi. Could you help me please?
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1 -
❤️ 1 -
🚀 1
-
Can you provide more info to help you better. Some basic info to get started...
- Is your Dashy docker install successful? i.e. are you able to navigate to dashy home page ?
- What is the docker run command you gave to spin up your container ?
Beta Was this translation helpful? Give feedback.
All reactions
-
I got it figured it out when I decided to take the easy route and run it on my Synology NAS and use this guide: https://mariushosting.com/synology-how-to-install-dashy-on-your-synology-nas/
Beta Was this translation helpful? Give feedback.
All reactions
-
Great, yes Marius's blogs are a great source of info for Synology ! Glad it worked for you Cheers
Beta Was this translation helpful? Give feedback.
All reactions
-
I have the Dashy setup in docker and portainer correctly but I dont see the file path apps to be able to make changes to the conf.yml files. I trying to use the example homelab.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
I have the Dashy setup in docker and portainer correctly but I dont see the file path apps to be able to make changes to the conf.yml files. I trying to use the example homelab.
Have you added a bind vomu with something similar like -v /some/path/on/the/host:/app/user-data
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
Where is "/app/user-data" on windows, I think full path will be easier to understand.
Beta Was this translation helpful? Give feedback.
All reactions
-
Update: my solution(windows 11) was to uses vscode's docker extension, then you can see the container files and go along with the regular instruction. Also found it in docker desktop files tab, right click and it allows you to edit in docker desktop.
Beta Was this translation helpful? Give feedback.
All reactions
-
Another noob in difficulty. I have Dashy installed via CasaOS and have searched high and low for the config file without success. HELP!
Beta Was this translation helpful? Give feedback.
All reactions
-
Another noob in difficulty. I have Dashy installed via CasaOS and have searched high and low for the config file without success. HELP!
Beta Was this translation helpful? Give feedback.