diff --git a/homer/readme.md b/homer/readme.md index 1a4e343..bf6185d 100644 --- a/homer/readme.md +++ b/homer/readme.md @@ -70,7 +70,7 @@ details [here.](https://github.com/DoTheEvo/Caddy-v2-docker-example-setup) # Config -Homepage is configured in `config.yml` +Homepage is configured in `config.yml` file. `config.yml` ```yml @@ -78,21 +78,21 @@ title: "Homepage" subtitle: "Homer" logo: "assets/homer.png" # icon: "fas fa-skull-crossbones" -footer: false #'

bla bla bla

' +footer: '

less boring look with a footer

' # Optional navbar links: - - name: "Font Awesome Icon Galery" + - name: "Font Awesome Icons Galery" icon: "fab fa-fort-awesome" url: "https://fontawesome.com/icons?d=gallery" - name: "Reddit SelfHosted" icon: "fab fa-reddit" url: "https://www.reddit.com/r/selfhosted/" -# First level array represent a group. +# First level array represent a group # Single service with an empty name if not using groups services: - - name: "Crux" + - name: "Main" icon: "fab fa-docker" items: - name: "Bookstack" @@ -120,6 +120,8 @@ services: url: "https://portainer.blabla.org" ``` +![look](https://i.imgur.com/hrggtcZ.png) + # Update * [watchtower](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/watchtower) updates the image automaticly