Skip to content

Commit 5d090db

Browse files
committed
📝 Update setup instructions
1 parent 37e62a3 commit 5d090db

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
WIP
44

55
```
6+
# cf https://docs.goauthentik.io/docs/installation/docker-compose#preparation
7+
echo "PG_PASS=$(openssl rand -base64 36 | tr -d '\n')" >> .env
8+
echo "AUTHENTIK_SECRET_KEY=$(openssl rand -base64 60 | tr -d '\n')" >> .env
9+
docker compose up -d
10+
# se faire un café
611
bun i
712
bun mesh dev
813
```
14+
15+
## Tester
16+
17+
1. Aller sur <http://localhost:9001/if/flows/initial-setup>
18+
2. [Créer un token](http://localhost:9001/if/user/#/settings;%7B%22page%22%3A%22page-tokens%22%7D)
19+
3. Lancer `HURL_token=...le token ici... bun hurl tests/test.hurl`

0 commit comments

Comments
 (0)