chore: update fastapi and dependencies to latest versions
This commit is contained in:
@@ -10,13 +10,17 @@ the PDFs you need.
|
||||
with [uv](https://docs.astral.sh/uv/getting-started/installation/):
|
||||
|
||||
```shell
|
||||
uv tool install --extra-index-url https://gitea.parano.ch/api/packages/herel/pypi/simple/ myice
|
||||
uv tool install \
|
||||
--extra-index-url https://gitea.parano.ch/api/packages/herel/pypi/simple/ \
|
||||
myice
|
||||
```
|
||||
|
||||
with [pipx](https://pipx.pypa.io/stable/installation/):
|
||||
|
||||
```shell
|
||||
pipx install --extra-index-url https://gitea.parano.ch/api/packages/herel/pypi/simple/ myice
|
||||
pipx install \
|
||||
--extra-index-url https://gitea.parano.ch/api/packages/herel/pypi/simple/ \
|
||||
myice
|
||||
```
|
||||
|
||||
## configuration
|
||||
@@ -80,9 +84,11 @@ Then open your browser at `http://localhost:8000`. The web interface allows you
|
||||
|
||||
The web interface supports two authentication methods:
|
||||
|
||||
1. **Infomaniak OpenID Connect (Recommended)**: Click the "Se connecter avec Infomaniak" button to authenticate using Infomaniak's OIDC provider. Only users in the allowed list will be granted access.
|
||||
1. **Infomaniak OpenID Connect (Recommended)**: Click the "Se connecter avec
|
||||
Infomaniak" button to authenticate using Infomaniak's OIDC provider. Only
|
||||
users in the allowed list will be granted access.
|
||||
|
||||
2. **Static API Key**: For development purposes, you can still use `abc` as the token.
|
||||
1. **Static API Key**: For development purposes, you can still use `abc` as the token.
|
||||
|
||||
### Environment Variables
|
||||
|
||||
@@ -90,8 +96,8 @@ To configure OIDC authentication, set the following environment variables:
|
||||
|
||||
- `CLIENT_ID`: Your OIDC client ID (default: 8ea04fbb-4237-4b1d-a895-0b3575a3af3f)
|
||||
- `CLIENT_SECRET`: Your OIDC client secret
|
||||
- `REDIRECT_URI`: The redirect URI (default: http://localhost:8000/callback)
|
||||
- `ALLOWED_USERS`: Comma-separated list of allowed email addresses (e.g., "user1@example.com,user2@example.com")
|
||||
- `REDIRECT_URI`: The redirect URI (default: `http://localhost:8000/callback`)
|
||||
- `ALLOWED_USERS`: Comma-separated list of allowed email addresses (e.g., `"user1@example.com,user2@example.com"`)
|
||||
|
||||
The web API provides the following endpoints:
|
||||
|
||||
@@ -103,7 +109,8 @@ The web API provides the following endpoints:
|
||||
- `/callback` - Handle OIDC callback
|
||||
- `/userinfo` - Get user information
|
||||
|
||||
All endpoints (except `/health`, `/login`, and `/callback`) require an Authorization header with a Bearer token.
|
||||
All endpoints (except `/health`, `/login`, and `/callback`) require an
|
||||
Authorization header with a Bearer token.
|
||||
|
||||
## mobile functions
|
||||
|
||||
@@ -198,9 +205,16 @@ To use a specific configuration section:
|
||||
```text
|
||||
❯ myice ai
|
||||
> prochain match u13 top ?
|
||||
< Le prochain match de l'équipe U13 Top se déroulera le dimanche 10 novembre 2024 contre HC Ajoie à la Raffeisen Arena de Porrentruy. Le match débutera à 14h00 et se terminera à 16h15.
|
||||
< Le prochain match de l'équipe U13 Top se déroulera le dimanche 10 novembre
|
||||
2024 contre HC Ajoie à la Raffeisen Arena de Porrentruy. Le match débutera
|
||||
à 14h00 et se terminera à 16h15.
|
||||
> et les u13 a ?
|
||||
< Le prochain match de l'équipe U13 A se déroulera le samedi 9 novembre 2024 contre HC Vallorbe à P. du Frézillon, 1337 Vallorbe VD. Le match débutera à 13h00 et se terminera à 15h00. Le prochain match à domicile de l'équipe U13 A se déroulera le dimanche 10 novembre 2024 contre CP Meyrin à Les Vernets, Glace extérieure, 1227 Les Acacias GE. Le match débutera à 13h00 et se terminera à 15h00.
|
||||
< Le prochain match de l'équipe U13 A se déroulera le samedi 9 novembre 2024
|
||||
contre HC Vallorbe à P. du Frézillon, 1337 Vallorbe VD. Le match débutera à
|
||||
13h00 et se terminera à 15h00. Le prochain match à domicile de l'équipe
|
||||
U13 A se déroulera le dimanche 10 novembre 2024 contre CP Meyrin à
|
||||
Les Vernets, Glace extérieure, 1227 Les Acacias GE. Le match débutera
|
||||
à 13h00 et se terminera à 15h00.
|
||||
```
|
||||
|
||||
To use a specific configuration section:
|
||||
|
||||
Reference in New Issue
Block a user