chore: update readme progress

This commit is contained in:
Aarnav Tale 2024-03-28 17:27:48 -04:00
parent e6e3110753
commit 1019c1ebf0
No known key found for this signature in database

View File

@ -11,11 +11,12 @@ It's still very early in it's development, however these are some of the feature
- [ ] ACL control through Docker integration - [ ] ACL control through Docker integration
- [x] OIDC based login for the web UI - [x] OIDC based login for the web UI
- [x] Automated API key regeneration - [x] Automated API key regeneration
- [ ] Editable headscale configuration - [x] Editable headscale configuration
## Deployment ## Deployment
> The docker image is not available yet. For now you can build it locally with `docker build -t ghcr.io/tale/headplane:latest .` > The docker image is not available yet. For now you can build it locally with `docker build -t ghcr.io/tale/headplane:latest .`
In order to use Headplane, you need to be running the Headscale 0.23 alpha or later.
Currently I'd only recommend deploying this with Docker because environment variables are required. Currently I'd only recommend deploying this with Docker because environment variables are required.
Here's a very basic `docker-compose.yaml` file that utilizes each configuration variable. Here's a very basic `docker-compose.yaml` file that utilizes each configuration variable.