add host and port as env

This commit is contained in:
ThePhaseless
2025-10-01 12:09:53 +00:00
parent f4daffca61
commit 39b804da55
3 changed files with 8 additions and 6 deletions
+3 -2
View File
@@ -34,9 +34,10 @@ Built with [camoufox](https://camoufox.com/) and [FastAPI](https://fastapi.tiang
## Options
| Environment Variable | Default | Description |
| -------------------- | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| -------------------- | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- |
| `HOST` | `0.0.0.0` | Host address to bind the server to. Use `0.0.0.0` to bind to all IPv4 interfaces, `::` for all IPv6 interfaces, or `127.0.0.1`/`localhost` for local access only. |
| `PROXY_SERVER` | None | Proxy to use in format: `protocol://host:port`. |
| `PORT` | `8196` | Port to bind the server to. |
| `PROXY_SERVER` | None | Proxy to use in format: `protocol://host:port`. | w |
| `PROXY_USERNAME` | None | |
| `PROXY_PASSWORD` | None | |