root: fix uv lock file on macOS (#13578)

* root: fix uv lock on macOS

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* re-add make run

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L.
2025-03-19 19:38:27 +00:00
committed by GitHub
parent b69d77d270
commit 192ed8f494
4 changed files with 12 additions and 182 deletions

View File

@ -81,7 +81,6 @@ instructions](https://golangci-lint.run/welcome/install/#other-ci).
```shell
make install # Installs all required dependencies for Python and Javascript, including development dependencies
source .venv/bin/activate # Active the Python virtual environment
```
2. Configure authentik to use the local databases using a local config file. To generate this file, run the following command in the same directory as your local authentik git repository:
@ -131,7 +130,7 @@ make web # Formats the frontend code
Now that the backend and frontend have been setup and built, you can start authentik by running the following command in the same directory as your local authentik git repository:
```shell
ak server # Starts authentik server
make run # Starts authentik server
```
And now, authentik should now be accessible at `http://localhost:9000`.