Scripts ssh ou powershell divers et variés pour proxmox, linux, ou windows
Find a file
2026-02-22 13:39:21 +00:00
docker/compose Actualiser docker/compose/sqlserver.yml 2026-02-22 13:39:21 +00:00
Proxmox Ajouter Proxmox/install_jellyfin.sh 2026-02-17 19:10:09 +00:00
readme.md Merge branch 'main' of http://forgejo.homelab.com/Fabrice/Scripts 2026-02-15 10:55:10 +01:00

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