Commit Graph

7 Commits

Author SHA1 Message Date
anderson
2770ecf9c7
🔧 Adapt MinIO bucket creation script for newer mc versions (#2235)
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Replace deprecated `mc config host add` with `mc alias set`.

## Context

Running the current **createbuckets** service logs errors similar to:

```
mc: <ERROR> `config` is not a recognized command. Get help using `--help` flag.
mc: <ERROR> Unable to set anonymous `public` for `minio/typebot/public`. Requested path `/minio/typebot/public` not found.
```

These arise because the command `mc config host` add was removed in
recent releases in favor of `mc alias set`. Without a valid alias,
subsequent commands reference a non‑existent path and fail.

`--ignore-existing` – makes bucket creation idempotent so the service
can run multiple times without failing.
2025-07-02 15:00:55 +02:00
Baptiste Arnaud
10750f54d1
♻️ Use bun, biome, better ts config, new license and remove all barrel files (#1801)
Closes [#1754](https://github.com/baptisteArno/typebot.io/issues/1754)
2024-09-25 14:50:13 +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
4b2f42b40d 📝 Update minio setup instructions
Closes #175
2022-12-05 10:24:11 +01:00
Baptiste Arnaud
41149b07c6 📝 Improve Google config instructions 2022-12-02 09:37:48 +01:00
Baptiste Arnaud
d1e94ee562 docs: 📝 Improve docker guides and examples 2022-06-27 16:26:27 +02:00
Baptiste Arnaud
e886d1b079 build: 🏗️ Add docker image and deployment features 2022-03-12 08:03:18 +01:00