Where are the YAML files located? #2443
|
I've installed Homepage using Docker Compose. It installed fine and is available on localhost:3000. I've read some of the documentation that states you have to edit the settings.yml, services.yml, and the widgets.yml. But as I'm still learning about Docker, so I'm unaware where to find those files. I'm using Docker in WSL2 on my Windows 11 PC. Can anyone point me in the right direction? |
Replies: 7 comments 5 replies
|
if you look at your docker compose file OR your docker run command, there should be a volume mapping like this:
The path BEFORE the colon is your computer's path to store the data, the path AFTER is the path inside the docker container. SO, the answer to your question is that the config files will be in the path to the LEFT of the colon. In this example, |
|
I can share mine, but I will need to obfuscate them a bit, so it may take me till tomorrow. |
|
Nevermind. It didn't take long at all and it is Friday afternoon so.... Attached are some of the config files. Caveats:
|
For Docker integration, where it says “my-server” what do we put here? Obviously it will be my Docker server, but what exact information goes here, and where do I find it? |
The path to the volume I created is:
I've edited the .yaml files into the directory, but nothing is changing after I refresh the page (as indicated in the help documents, bottom right-hand side of Homepage). Any advice? I followed the instruction exactly. Edit: The place docker has installed Homepage is actualyy here: Edit 2: I edited the .yaml files in |
|
This discussion has been automatically closed because it was marked as answered. |
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
if you look at your docker compose file OR your docker run command, there should be a volume mapping like this:
/home/username/docker-data/homepage-data:/app/configThe path BEFORE the colon is your computer's path to store the data, the path AFTER is the path inside the docker container.
SO, the answer to your question is that the config files will be in the path to the LEFT of the colon. In this example,
/home/username/docker-data/homepage-data