VSCODE (da finire) - Giancky79/proxmox GitHub Wiki

Info lxc:

  •  Debian 10 
    
  •  Non privilegiato
    

Features da attivare:

  •  Nessuna
    

Comandi per installazione:

  1.  apt update -y && apt upgrade -y && reboot
    
  2.  apt install curl 
    
  3.  curl -fsSL https://code-server.dev/install.sh | sh
    

Configurazione tipo:

  •   nano ~/.config/code-server/config.yaml
    
   bind-addr: ip:8080  
   auth: password
   password: #mettere password
   cert: false

Per avviare automaticamente

  •   systemctl enable --now code-server@$USER
    

Vscode