Tweak: whitelist custom.css from auth (#6986)

This commit is contained in:
shamoon
2026-08-14 23:52:46 -07:00
committed by GitHub
parent 58dadddb53
commit 27704f962e
4 changed files with 32 additions and 2 deletions
+4
View File
@@ -7,6 +7,10 @@ As of version v0.6.30 homepage supports adding your own custom css & javascript.
To add custom css simply edit the `custom.css` file under your config directory, similarly for javascript you would edit `custom.js`. You can then target elements in homepage with various classes / ids to customize things to your liking.
!!! warning
When Homepage authentication is enabled, `custom.css` remains publicly accessible so it can style the sign-in page. Do not include secrets or sensitive internal URLs in this file. `custom.js` remains protected and is only loaded after authentication.
You can also set a specific `id` for a service or bookmark to target with your custom css or javascript, e.g.
```yaml