X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=8818e322423ee847b5770617bf21c49a60cb380f;hb=d10b219db596bb215db502b42e19443b8924fd56;hp=09218c8684846583bcb1ea4b59bd1b7cb2e9a955;hpb=897f67f0b62884a3dd6b01fbdbba9509e4ed2936;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/README.md b/README.md index 09218c8..8818e32 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,10 @@ Title, icons, links, colors, and services can be configured in the `config.yml` # Homepage configuration # See https://fontawesome.com/icons for icons options +# Optional: Use external configuration file. +# Using this will ignore remaining config in this file +# externalConfig: https://example.com/server-luci/config.yaml + title: "App dashboard" subtitle: "Homer" logo: "assets/homer.png" @@ -92,7 +96,10 @@ logo: "assets/homer.png" # icon: "fas fa-skull-crossbones" header: true # Set to false to hide the header -footer: '

Created with ❤️ with bulma, vuejs & font awesome // Fork me on

' # set false if you want to hide it.header: +footer: '

Created with ❤️ with bulma, vuejs & font awesome // Fork me on

' # set false if you want to hide it. + +columns: "3" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12) +connectivityCheck: true # whether you want to display a message when the apps are not accessible anymore (VPN disconnected for example) # Optional theming theme: default # 'default' or one of the theme available in 'src/assets/themes'.