juanfont/headscale

Offer Debian repository to keep Headscale installations up to date

Ouverte

#1 526 ouverte le 12 août 2023

 (16 commentaires) (12 réactions) (0 personne assignée)Go (2 104 forks)batch import
enhancementhelp wantedno-stale-bot

Métriques du dépôt

Stars
 (38 374 étoiles)
Métriques de merge PR
 (Merge moyen 1j 11h) (33 PRs mergées en 30 j)

Description

Why

Currently the workflow of security checking of Headscale hosts is quite frustrating.

  1. Regularly log into host and run dpkg -l | grep -i headscale to see which Headscale version is installed.
  2. Go to the releases page of this Github repository.
  3. Check most current release version of Headscale.
  4. Download most current release version of Headscale.
  5. Run sudo dpkg --install headscale.deb to update Headscale.

Description

Offer a package repository for Debian/Ubuntu which can be added to APT. That allows to either run apt update && apt upgrade or even use unattended-upgrades to update Headscale.

Guide contributeur