Honest copy: remove backup claims, fix Hetzner redirects, add .env security
- WordPress README: remove 'backups automatizado' claim - All READMEs: honest descriptions matching website landing pages - Replace Hetzner/Contabo affiliate links (broken/placeholder) with Vultr/DigitalOcean (active) - Fix /precios/ → /packs/ URL (404 redirect) - WordPress compose: require .env for passwords, no insecure defaults - Add .env.example template - INSTALL.md: updated with honest copy and Vultr/DO links - All deploy.sh banners: updated to match new honest copy
This commit is contained in:
+26
-7
@@ -21,23 +21,30 @@ cd packs
|
||||
|
||||
Cada pack es una carpeta. Entra en la que quieras y ejecuta el instalador:
|
||||
|
||||
### Open WebUI — Chat con IA
|
||||
### Open WebUI — Chat de IA privado
|
||||
|
||||
```bash
|
||||
cd openwebui
|
||||
./deploy.sh local
|
||||
```
|
||||
|
||||
Abre http://localhost:3000
|
||||
Abre http://localhost:3000 y empieza a chatear. Sin cuenta, sin API key.
|
||||
|
||||
### WordPress + IA
|
||||
|
||||
```bash
|
||||
cd wordpress
|
||||
```
|
||||
|
||||
Edita `.env` con tus contraseñas (o se crea una por defecto para pruebas locales):
|
||||
|
||||
```bash
|
||||
cp .env.example .env
|
||||
nano .env
|
||||
./deploy.sh local
|
||||
```
|
||||
|
||||
Abre http://localhost:8080 (WordPress) y http://localhost:3000 (chat IA)
|
||||
Abre http://localhost:8080 (WordPress) y http://localhost:3000 (chat IA).
|
||||
|
||||
### Hermes Agent
|
||||
|
||||
@@ -46,7 +53,13 @@ cd hermes
|
||||
./deploy.sh local
|
||||
```
|
||||
|
||||
Sigue las instrucciones en pantalla para configurar.
|
||||
Luego:
|
||||
|
||||
```bash
|
||||
hermes setup
|
||||
hermes model
|
||||
hermes gateway setup # Conecta Telegram, etc.
|
||||
```
|
||||
|
||||
### OpenClaw
|
||||
|
||||
@@ -55,7 +68,13 @@ cd openclaw
|
||||
./deploy.sh local
|
||||
```
|
||||
|
||||
Sigue las instrucciones en pantalla para conectar tus chats.
|
||||
Luego:
|
||||
|
||||
```bash
|
||||
openclaw onboard --install-daemon
|
||||
openclaw channel add telegram
|
||||
openclaw channel add whatsapp
|
||||
```
|
||||
|
||||
## 4. Parar cuando no lo uses
|
||||
|
||||
@@ -80,5 +99,5 @@ Cuando estés listo para tenerlo 24/7 en tu propio servidor:
|
||||
Solo pagas el servidor. El software es gratis.
|
||||
|
||||
Consigue un VPS con descuento:
|
||||
- https://d0a1.es/go/hetzner/
|
||||
-
|
||||
- https://d0a1.es/go/vultr/ — Vultr
|
||||
- https://d0a1.es/go/digitalocean/ — DigitalOcean ($200 credit)
|
||||
Reference in New Issue
Block a user