Scripts ssh ou powershell divers et variés pour proxmox, linux, ou windows
- Shell 100%
| docker/compose | ||
| Proxmox | ||
| readme.md | ||
Scripts divers et variés
scripts SSH pour proxmox
Pour exécuter un script depuis ce repo:
curl -fsSL http://forgejo.homelab.com/Fabrice/Scripts/raw/branch/main/Proxmox/install_docker.sh | bash
Scripts utilitaires
Paramétrage de ssh par clé et désactivation mot de passe utilisateur
curl -fsSl http://forgejo.homelab.com/Fabrice/Scripts/raw/branch/main/Proxmox/setup_ssh.sh | bash
Scripts d'installation
Docker
curl -fsSL http://forgejo.homelab.com/Fabrice/Scripts/raw/branch/main/Proxmox/install_docker.sh | bash
Homarr
curl -fsSL http://forgejo.homelab.com/Fabrice/Scripts/raw/branch/main/Proxmox/install_homarr.sh | bash
Stack IA
- Ollama - LLM local
- OpenWebUI - Interface web pour Ollama
- Faster-Whisper - Reconnaissance vocale
- Piper - Synthèse vocale (TTS)
curl -fsSL http://forgejo.homelab.com/Fabrice/Scripts/raw/branch/main/Proxmox/install_aistack.sh | bash
GitLab
Monter dans le lxc /mnt/nas-gitlab pour stocker les données, config et log
curl -fsSL http://forgejo.homelab.com/Fabrice/Scripts/raw/branch/main/Proxmox/install_gitlab.sh | bash
Pour récupérer le mot de passe root après l'installation:
docker exec -it gitlab cat /etc/gitlab/initial_root_password
Forgejo
Monter dans le lxc /mnt/nas-gitlab pour stocker les données, config et log
curl -fsSL http://forgejo.homelab.com/Fabrice/Scripts/raw/branch/main/Proxmox/install_forgejo.sh | bash
NGinx
curl -fsSL http://forgejo.homelab.com/Fabrice/Scripts/raw/branch/main/Proxmox/install_nginx.sh | bash
PiHole
curl -fsSL http://forgejo.homelab.com/Fabrice/Scripts/raw/branch/main/Proxmox/install_pihole.sh | bash
SqlServer
curl -fsSL http://forgejo.homelab.com/Fabrice/Scripts/raw/branch/main/Proxmox/install_sqlserver.sh | bash