refactor: enhance installer script with improved TTY handling and input methods

This commit is contained in:
Poyraz Avsever
2026-06-14 11:43:16 +03:00
parent 4a6234f395
commit d4e4f9da9b
2 changed files with 42 additions and 7 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ Neta is designed for self-hosting. It supports two Docker deployment modes:
You can install Neta using the interactive setup script:
```bash
curl -sL https://raw.githubusercontent.com/poyrazavsever/neta/main/install.sh | bash
curl -fsSL https://raw.githubusercontent.com/poyrazavsever/neta/main/install.sh | bash
```
The installer asks for the deployment mode, writes a `.env` file, validates Docker Compose configuration, and starts the application. In full-stack mode it generates Supabase JWT secrets and applies Neta migrations automatically through the `neta-migrations` service.