feat: add ENABLE_SHARING setting

This commit is contained in:
Felix Spöttel
2023-06-29 13:11:23 +02:00
parent 238a694f72
commit f01ea48f57
5 changed files with 29 additions and 20 deletions

View File

@@ -32,12 +32,7 @@ This project is intended to be run via [docker compose](https://docs.docker.com/
### 2. Configure service
2. Create an `.env` file from `.env.example` and configure it:
- `API_SECRET`: the API key used to authenticate against the API.
- `WHISPER_MODEL`: the whisper model size you want to use.
- `TRAEFIK_DOMAIN`: the domain you want to access the service from. Its A records need to point to the host IP.
- `TRAEFIK_SSLEMAIL`: an email which is used to verify domain ownership before a TLS certificate is issued.
2. Create an `.env` file from `.env.example` and configure it. Refer to comments for available envs and their usage.
### 3. Run service