juanfont/headscale

Offer Debian repository to keep Headscale installations up to date

开放

#1,526 创建于 2023年8月12日

 (16 条评论) (12 个反应) (0 位负责人)Go (2,104 个派生)batch import
enhancementhelp wantedno-stale-bot

仓库指标

星标
 (38,374 个星标)
PR 合并指标
 (平均合并 1天 11小时) (30 天内合并 33 个 PR)

描述

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.

贡献者指南