Vitor Silva
|
ce637fb608
|
🧑💻 Use custom HOSTNAME and PORT in docker entrypoints (#2148)
This PR addresses [issue
#2133](https://github.com/baptisteArno/typebot.io/issues/2133) by
allowing the Typebot builder and viewer to bind to IPv6 addresses when
`HOSTNAME=::` is provided via environment variable.
✅ Changes made:
- Updated `scripts/builder-entrypoint.sh` and
`scripts/viewer-entrypoint.sh`
- Respect `HOSTNAME` and `PORT` environment variables if set
- Default to `0.0.0.0` and `3000` if not defined
🧪 Tested:
- Successfully deployed on Amazon EKS IPv6-only cluster
- Server binds correctly on `[::]:3000`
🧑💻 Contributors:
- [@silvadavitor](https://github.com/silvadavitor)
- [@RanielHaendchen](https://github.com/RanielHaendchen) (assisted with
cluster testing and validation)

|
2025-04-30 10:25:17 +02:00 |
|
Baptiste Arnaud
|
0239eec2cd
|
🐳 Add required NODE_OPTIONS by default
|
2024-07-18 16:31:25 +02:00 |
|
Baptiste Arnaud
|
3ca5384e7f
|
🐳 Force Next.js apps local hostname
Closes #911
|
2023-10-13 15:01:21 +02:00 |
|
Baptiste Arnaud
|
786e5cb582
|
🧑💻 Improve env variables type safety and management (#718)
Closes #679
|
2023-08-28 09:13:53 +02:00 |
|
Baptiste Arnaud
|
1e9c4bcb9a
|
📦 Add Cloudron package (#550)
Closes #30
|
2023-06-14 08:59:38 +02:00 |
|
Baptiste Arnaud
|
16c261a8a5
|
✏️ Fix old packages/db paths in documentation
|
2023-03-20 07:38:47 +01:00 |
|
Baptiste Arnaud
|
cbc8194f19
|
♻️ Re-organize workspace folders
|
2023-03-15 08:35:16 +01:00 |
|