33800 Docs

← Retour

Mise à jour GitLab - 18/12/2024

Machine GitLab (VM 101)

Propriété Valeur
IP 192.168.1.196
Hostname gitlab
mDNS gitlab.local
User SSH gouroubleu
OS Debian 12 (bookworm)

Mises à jour effectuées

Système Debian

GitLab CE

Étape Version
Avant 18.2.1
Intermédiaire 18.5.4 (obligatoire pour upgrade path)
Après 18.6.2

Accès GitLab

Type URL
HTTPS (local uniquement) https://gitlab.33800.nowhere84.com
Direct http://192.168.1.196
SSH/mDNS ssh gouroubleu@gitlab.local

Identifiants admin

Restriction réseau local

L'accès HTTPS via nginx est restreint au réseau local uniquement :

allow 192.168.1.0/24;
allow 127.0.0.1;
deny all;

Config : /etc/nginx/sites-available/gitlab.33800.nowhere84.com.conf sur nginx (192.168.1.104)

Projets importés

39 projets restaurés depuis /mnt/stock_36to/data/WS/ :

Commandes utiles

# Connexion SSH
ssh gouroubleu@gitlab.local

# Status GitLab
sudo gitlab-ctl status

# Logs
sudo gitlab-ctl tail

# Reconfigure
sudo gitlab-ctl reconfigure

# Console Rails
sudo gitlab-rails console