glanceapp / glance

A self-hosted dashboard that puts all your feeds in one place
GNU Affero General Public License v3.0
8.48k stars 295 forks source link

Issue with docker compose #52

Closed wisie closed 6 months ago

wisie commented 6 months ago

Hi there,

I'm trying to use the docker compose script provided but can't seem to get it to work.

I've created a fresh Docker LXC using the docker compose provided with a glance.yml created in that directory. Looking at the error log in Portainer, the container is giving the following error:

"failed creating application: no pages configured"

I'm sure this is an error on my behalf and not a problem with the docker compose script. What might I be doing wrong?

Thanks in advance.

svilenmarkov commented 6 months ago

Hey,

Glance doesn't have a default configuration so it relies on you to tell it how you want everything to be set up. I'm assuming you've created a glance.yml file but haven't put anything in it? You can use the preconfigured page to get started, you are free to make any changes you wish to it.

wisie commented 6 months ago

Ohhh that makes sense now. Thank you! I will give that a try.

svilenmarkov commented 6 months ago

I'll close as I'm guessing this is now resolved, feel free to leave a comment if you're still having issues!