Package Details: headscale 0.22.3-1

Git Clone URL: https://aur.archlinux.org/headscale.git (read-only, click to copy)
Package Base: headscale
Description: An open source, self-hosted implementation of the Tailscale coordination server.
Upstream URL: https://github.com/juanfont/headscale
Licenses: BSD
Submitter: jwh
Maintainer: matth
Last Packager: matth
Votes: 7
Popularity: 0.40
First Submitted: 2021-11-04 20:31 (UTC)
Last Updated: 2023-07-12 14:02 (UTC)

Latest Comments

1 2 3 Next › Last »

Svenstaro commented on 2023-08-24 05:21 (UTC)

This is now in [extra]!

matth commented on 2023-07-26 15:29 (UTC)

I would be good with having this in the official repos.

Svenstaro commented on 2023-07-25 20:53 (UTC)

I'd like to pull this into the official repos. Any objections?

matth commented on 2023-07-12 14:03 (UTC)

I updated that willemw

willemw commented on 2023-07-12 13:58 (UTC)

This package should not have a conflicts array. The conflict is defined in headscale-git.

matth commented on 2023-04-20 20:12 (UTC)

Now that this is updated to 0.22.1 the default paths in the config should be better.

matth commented on 2023-04-13 12:10 (UTC)

@txomon we are using the config file from github directly for the current release: https://github.com/juanfont/headscale/blob/v0.21.0/config-example.yaml

I looked at the current one and just last week upstream updated the config to fix the paths for the 0.22.0-alpha2 release, so once 0.22.0 is released and we update to that then the default config will have better paths.

txomon commented on 2023-04-12 00:53 (UTC)

This package's initial config is pretty broken, for some reason relative paths have been used, the socket is created in /var/lib... it's a mess.

I would recommend the maintainer to reset the config file and at least ship the original one

jwh commented on 2022-12-26 05:08 (UTC) (edited on 2022-12-26 13:43 (UTC) by jwh)

Might want to add /etc/headscale to ReadWritePaths as a fresh install tries to write there and can't (been a while since I've actually installed it fresh so may well have been broken OOTB forever)

edit: actually I'd imagine just changing the CWD would probably be better

matth commented on 2022-12-14 02:30 (UTC)

I took over maintainership and updated it to the latest version.