juanfont/headscale

Offer Debian repository to keep Headscale installations up to date

Open

#1.526 geöffnet am 12. Aug. 2023

Auf GitHub ansehen
 (16 Kommentare) (11 Reaktionen) (0 zugewiesene Personen)Go (2.104 Forks)batch import
enhancementhelp wantedno-stale-bot

Repository-Metriken

Stars
 (38.374 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 10h) (27 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide