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

1.4 KiB
Raw Blame History

🚀 Auto Server Setup — Ubuntu 22.04 / 24.04 LTS

Instalación en una sola línea


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**     |