You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
API_BIND=[ip:port to bind the HTTP API server to. Defaults to 0.0.0.0:3001 if not set]
59
66
GATEWAY_BIND=[ip:port to bind the Gateway server to. Defaults to 0.0.0.0:3003 if not set]
60
-
# For rauthy:
61
-
COOKIE_MODE=danger-insecure
62
67
```
63
68
64
-
4. Install and host an instance of [rauthy](https://github.com/sebadob/rauthy). Documentation on how
65
-
to do this can be found [here](https://sebadob.github.io/rauthy/intro.html).
66
69
5. Install the sqlx CLI with `cargo install sqlx-cli`
67
70
6. Run `cargo sqlx migrate run` from within the project directory to run the migrations
68
71
7. Run the project with `cargo run`.
@@ -71,19 +74,8 @@ COOKIE_MODE=danger-insecure
71
74
72
75
1. Copy the `compose-example.env` file to `.env` in the root of the compose project and fill in the values
73
76
to your liking.
74
-
2. Create a `rauthy.cfg` in the root of the compose project and fill in the
75
-
values according to [the rauthy documentation. A reference config is included on that page](https://sebadob.github.io/rauthy/config/config.html#reference-config).
76
-
77
-
!!! tip
78
-
79
-
rauthy also supports PostgreSQL as a database backend, but comes with [Hiqlite](https://github.com/sebadob/hiqlite)
80
-
as a default database backend.fe
81
-
82
-
3. Adjust ports in `docker-compose.yml` if needed.
83
-
4. Run `docker compose up --build`.
84
-
85
-
If you haven't edited the corresponding `rauthy.cfg` settings, the default user for rauthy is `admin@localhost.de`.
86
-
The password will be generated at first launch and you can discover it using `docker compose logs`.
77
+
2. Adjust ports in `docker-compose.yml` if needed.
78
+
3. Run `docker compose up --build`.
87
79
88
80
Code changes will require you to restart the container with `docker compose up --build`. If you want
89
81
to reset to a fully clean state, run `docker compose down -v`.
0 commit comments