| Propriété | Valeur |
|---|---|
| IP | 192.168.1.196 |
| Hostname | gitlab |
| mDNS | gitlab.local |
| User SSH | gouroubleu |
| OS | Debian 12 (bookworm) |
| Étape | Version |
|---|---|
| Avant | 18.2.1 |
| Intermédiaire | 18.5.4 (obligatoire pour upgrade path) |
| Après | 18.6.2 |
| Type | URL |
|---|---|
| HTTPS (local uniquement) | https://gitlab.33800.nowhere84.com |
| Direct | http://192.168.1.196 |
| SSH/mDNS | ssh gouroubleu@gitlab.local |
glpat-yaowLwWBJhXfzJEC8UBCL'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)
39 projets restaurés depuis /mnt/stock_36to/data/WS/ :
# 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