glanceapp / glance

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

CSS separate file and docker #222

Closed gcarstoiu closed 2 months ago

gcarstoiu commented 2 months ago

Hey,

I've been trying to use a separate CSS file but it cannot be reached when rendering the Glance page, the network request giving me a 404.

I am running Glance in Unraid as a docker container. Have added a path to the container between host and container to point to the file's folder and added in the yml the path I have set in the container.

What am I messing up?

Screenshots of setup and issues.

image image image image

gcarstoiu commented 2 months ago

Was blind -- needed to point to /assets/style.css in the yml file.

My bad - issue closed.