Add sparkle emoji and hide the icon consistently on tip admonitions

This commit is contained in:
Djeex
2026-08-30 23:34:09 +02:00
parent 588139bfa7
commit 8caa19b132
50 changed files with 114 additions and 116 deletions
+3 -3
View File
@@ -64,7 +64,7 @@ services:
- SIGNUPS_VERIFY_RESEND_LIMIT=5
```
::tip
::tip{icon=""}
__Tip:__ Add the Watchtower label in each container to automate updates
```yaml
@@ -141,7 +141,7 @@ Restart the stack by clicking "Deploy" and wait for SWAG to be fully operational
In SWAG's config folder, create the file `vault.subdomain.conf`:
::tip
::tip{icon=""}
__Tip:__ Use [File Browser](/serveex/files/file-browser) to navigate and edit files instead of using terminal commands.
::
@@ -241,6 +241,6 @@ And there you go — Vaultwarden is now exposed! Visit `https://vault.yourdomain
Don't forget to install Bitwarden browser extensions (they work with Vaultwarden) for [Chrome](https://chromewebstore.google.com/detail/gestionnaire-de-mots-de-p/nngceckbapebfimnlniiiahkandclblb) and [Firefox](https://addons.mozilla.org/fr/firefox/addon/bitwarden-password-manager/), as well as [iOS](https://apps.apple.com/fr/app/bitwarden/id1137397744) and [Android](https://play.google.com/store/apps/details?id=com.x8bit.bitwarden&hl=fr) apps to sync your passwords.
::tip
::tip{icon=""}
__Tip:__ You can protect this app with Authentik by opening `tools.subdomain.conf` and removing the `#` in front of `include /config/nginx/authentik-server.conf;` and `include /config/nginx/authentik-location.conf;`. Don't forget to [create an application and provider in Authentik](/serveex/security/authentik#protecting-an-app-via-reverse-proxy).
::