Skip to content

Commit

Permalink
:feat readme: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
equinton committed Aug 13, 2024
1 parent 749a3aa commit 2a23c15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ After that:
- activate the app:
- `a2ensite sturwild`
- `systemctl restart apache2`
- you must install an email relay: the app send multiple emails when a declaration is created or when it status change. *Postfix* is a good solution for that, but you can use *msmtp*, if you prefer.

You can now load the app into your browser. The first login is:

Expand All @@ -48,7 +49,7 @@ You can now load the app into your browser. The first login is:
Edit the database parameters (*Administration > Application Settings*), and particulary:

- **APPLI_CODE**: the code of your institute
- **otp_issuer**: the code of your institute suffixed by STURWILD, to refind the code of the double-identification
- **otp_issuer**: the code of your institute suffixed by STURWILD, to refind the code of the double-identification from the TOTP app in your smartphone.

You can now configure the app, create groups, users, etc. When the configuration is complete, reactive the support of TOTP.

Expand All @@ -64,4 +65,4 @@ git pull origin main
This will:

- download the last version of the app
- update if necessary the database
- update if necessary the database

0 comments on commit 2a23c15

Please sign in to comment.