shubham yadav
|
3f1683f8b9
|
Update 1-click install script to use /tags endpoint instead of /release (#8689)
Updated the API endpoint from
https://api.github.com/repos/twentyhq/twenty/releases/latest to
https://api.github.com/repos/twentyhq/twenty/tags.
Related Issue #8679
|
2024-11-24 18:55:14 +01:00 |
|
Félix Malfait
|
0cd8e61a59
|
Fix interactive install script (#8669)
Second attempt to fix the interactive install script, by downloading the
file first and then executing it
|
2024-11-22 10:29:36 +01:00 |
|
Félix Malfait
|
94a49e57f1
|
Fix deploy script is not interactive (#8668)
The 1-click install did not ask questions anymore, let's try removing
the S flag
|
2024-11-22 10:09:53 +01:00 |
|
Félix Malfait
|
9cb076d9e1
|
Improve docker compose (#8637)
Add a proxy script to use the right install.sh branch/version matching
the docker-compose
Also stop exposing redis publicly as it's not necessary
|
2024-11-21 11:51:42 +01:00 |
|