diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-06-04 09:07:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-04 09:07:15 +0200 |
commit | 2b48d1c057bf24776fb0538c7db0a0b156e667c5 (patch) | |
tree | 47a6b64226c3d3707b285a6de3838a2d7270b59f /docs/configuration.md | |
parent | 95d73348e5dd8fd0fbb1b6747c58b346ecf772ad (diff) | |
parent | 95249e11255beb8b85f904c54429b353fca40b9e (diff) | |
download | homer-2b48d1c057bf24776fb0538c7db0a0b156e667c5.tar.gz homer-2b48d1c057bf24776fb0538c7db0a0b156e667c5.tar.zst homer-2b48d1c057bf24776fb0538c7db0a0b156e667c5.zip |
Merge pull request #448 from bemble/main
feat(pwa): enhance connectivity checks
Diffstat (limited to 'docs/configuration.md')
-rw-r--r-- | docs/configuration.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index bb41948..a4da08b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -25,7 +25,8 @@ header: true # Set to false to hide the header | |||
25 | footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it. | 25 | footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it. |
26 | 26 | ||
27 | columns: "3" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12) | 27 | columns: "3" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12) |
28 | connectivityCheck: true # whether you want to display a message when the apps are not accessible anymore (VPN disconnected for example) | 28 | connectivityCheck: true # whether you want to display a message when the apps are not accessible anymore (VPN disconnected for example). |
29 | # You should set it to true when using an authentication proxy, it also reloads the page when a redirection is detected when checking connectivity. | ||
29 | 30 | ||
30 | # Optional: Proxy / hosting option | 31 | # Optional: Proxy / hosting option |
31 | proxy: | 32 | proxy: |