1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-24 15:13:03 +02:00

Updated Setting up Authentication (markdown)

Nick Sweeting
2024-05-08 19:49:22 -07:00
parent 9f8ddd3f92
commit 4c9a2bf28f

@@ -23,6 +23,13 @@ Use these three options to set up your desired permissions for non-admin guest u
- [Wiki: Configuration (`PUBLIC_ADD_VIEW`, `PUBLIC_SNAPSHOTS`, `PUBLIC_INDEX`)]()
- [Wiki: Security Overview](https://github.com/ArchiveBox/ArchiveBox/wiki/Security-Overview)
<br/>
<br/>
> [!WARNING]
> Make sure you've **set up your [Web UI permissions](https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration#public_index--public_snapshots--public_add_view) first above** to restrict public access.
> Configuring advanced auth methods below is pointless if your Web UI permissions allow unrestricted access to guests!
<br/>
## Admin Web UI Authentication Methods
@@ -51,12 +58,6 @@ and you can change your password in the UI here: `http://127.0.0.1:8000/admin/pa
<br/>
<br/>
> [!WARNING]
> Make sure you've **set up your [Web UI permissions](https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration#public_index--public_snapshots--public_add_view) first above** to restrict public access.
> Configuring advanced auth methods below is pointless if your Web UI permissions allow unrestricted access to guests!
<br/>
### Reverse Proxy Authentication
> Can be used with a reverse proxy auth provider like [oauth2-proxy](https://github.com/oauth2-proxy/oauth2-proxy), [Cloudflare Zero Trust](https://developers.cloudflare.com/cloudflare-one/tutorials/access-workers/#create-a-worker-with-custom-headers), [Authentik](https://docs.goauthentik.io/docs/providers/proxy/), and others.