add more detail

This commit is contained in:
Micky 2024-12-28 14:20:42 +11:00
parent fa80ba2085
commit a4bce0c747

View File

@ -1,4 +1,11 @@
## Configuration ## Configuration
### Logos and favicon
If you wish to use custom assets, create the images folder under /instance, map it in docker-compose.yml and use the following filenames:
- favicon.svg
- logo-dark.svg
- logo-light.svg
### docker-compose.yml ### docker-compose.yml
``` ```
services: services:
@ -21,8 +28,8 @@ header:
footer: footer:
text: "photonglass" text: "photonglass"
peeringdb_href: "https://www.peeringdb.com" peeringdb_href: "https://www.peeringdb.com/net/xxx"
github_href: "https://github.com/alimickey" github_href: "https://github.com/alimickey/photonglass"
``` ```
### instance/config.yaml ### instance/config.yaml