Files
scripts_mg/server_scripts/readme.md
Marco Gallegos 7d16cf6a8e Update readme.md
2025-04-28 19:37:48 -06:00

26 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 🚀 Auto Server Setup — Ubuntu 22.04 / 24.04 LTS
## ⚡ Instalación en una sola línea
```bash
curl -fsSL https://raw.githubusercontent.com/marcogll/scripts_mg/main/server_scripts/auto_serveretup.sh \
-o auto_server_setup.sh && chmod +x auto_server_setup.sh && sudo ./auto_server_setup.sh
---
Script de instalación **totalmente desatendida** que convierte una instancia limpia de Ubuntu Server en un _home-server_ completo con:
| Bloque | Paquetes / Servicios |
|--------|--------------------------------------------------------------------------------------|
| Base | `git` `curl` `nano` `gnupg` `ca-certificates` … |
| Shell | **Zsh**, Oh-My-Zsh, `zsh-autosuggestions` |
| Utils | `fzf`, `btop` |
| SSL | **Certbot** (Lets Encrypt, vía **snap**) |
| Docker | Docker Engine + compose-plugin (repo oficial) |
| Red | **ZeroTier One** (P2P VPN) |
| UI | **Portainer CE** (contenedor) |
| Apps | **CasaOS** *(opcional)*, **Pi-hole** *(opcional, nativo)*, **Plex Media Server** |