documentation adjustments

This commit is contained in:
Nystik
2026-04-09 01:03:38 +02:00
parent fade3c30c5
commit 1323c28c0c
2 changed files with 7 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
<h3 align="center">Ignis</h3>
<p align="center">
Run Obsidian in the browser. No VNC required.
Run Obsidian in the browser. No remote desktop required.
</p>
</section>
@@ -52,11 +52,13 @@ Ignis has **no built-in authentication**. The server is completely open by defau
If you are exposing Ignis to the internet, **you should really** put an authentication layer in front of it. Options include:
- A reverse proxy with basic auth (nginx, Caddy, Traefik)
- A reverse proxy with Basic Auth (nginx, Caddy, Traefik)
- An SSO proxy like Authelia, Authentik, or OAuth2 Proxy
- A VPN (Tailscale, WireGuard)
- Cloudflare Application Tunnel
Example for Basic Auth, and Authelia can be found [here](examples).
> [!CAUTION]
> Do not run Ignis on a public network without auth. Anyone with the url can read and write your vault files.