Skip to content

Commit

Permalink
more documentation + include logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Mar 14, 2024
1 parent 56e947b commit 88a1210
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 2 deletions.
2 changes: 0 additions & 2 deletions authentik/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# see https://goauthentik.io/docs/installation/docker-compose#preparation

# echo -n "dreammall" | sha1sum | awk '{print $1}'
PG_PASS=905d212ac491ab9bbacfaa2baa359a37ea065da9
# echo -n "dreammall" | sha1sum | awk '{print $1}'
Expand Down
10 changes: 10 additions & 0 deletions authentik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,18 @@ To extract the database use:
```
(Note: make sure the database is not running before executing this command)

## Start Docker

To start the authentik server and its services run:
```bash
docker compose up
```
(Note: make sure to run this command in the authentik folder, since there is another docker-compose setup in the main folder)

## User Credentials

You can navigate to the now running authentik by opening [http://localhost:9000](http://localhost:9000).

To login you can use the superadmins credentials:

| description | value |
Expand Down
Binary file modified authentik/database.7z
Binary file not shown.
9 changes: 9 additions & 0 deletions authentik/media/logos/dreammall-logo-plain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions authentik/media/logos/dreammall-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added authentik/media/logos/favicon.ico
Binary file not shown.

0 comments on commit 88a1210

Please sign in to comment.