Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED]tailscale service for runit /s6 / OpenRC (Read 1123 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED]tailscale service for runit /s6 / OpenRC

There is no such package as
Code: [Select]
tailscale-runnit tailscale-s6 tailscale-openrc
Can whe fix this?, tailscale provides a systemd service




Re: tailscale service for runnit or s3 or OpenRC

Reply #4
For runit, run the following script to install:
Code: [Select]
#!/bin/sh
[ "root" != "$USER" ] && exec sudo $0 "$@"
export DIR=/etc/runnit/sv
export FILE=$DIR/run
mkdir -p -- $DIR
tee $FILE << EOF
#!/bin/sh
[ -r /etc/default/tailscaled ] && . /etc/default/tailscaled
/usr/sbin/tailscaled --cleanup
exec /usr/sbin/tailscaled --state=/var/lib/tailscale/tailscaled.state \
  --socket=/run/tailscale/tailscaled.sock --port "$PORT" $FLAGS
EOF
chmod +x $FILE
Then doing the usual ln -s, etc... Thanks @capezotte

Re: tailscale service for runnit or s3 or OpenRC

Reply #5
Edit: s6 version has been added

Edit2:  openrc version has been added

Re: tailscale service for runnit or s3 or OpenRC

Reply #6
Who needs such a VPN solution which requires  Google, Microsoft for setup an account?

Need another provider?
Contact our team to request a trial.
https://login.tailscale.com/start

Quote
gmail.com addresses are treated specially: they always authenticate through Google without needing to be configured first.

Once you’ve authenticated a Tailscale agent by connecting it to your identity provider, it automatically exchanges keys and connectivity information with the Tailscale Coordination Server and connects to other Tailscale agents on your network, subject to your security policy.

There is Headscale for setup a Tailscale Coordination Server
https://github.com/juanfont/headscale

There is also SoftEther VPN in AUR but a little behind...
https://www.softether.org/

Re: tailscale service for runnit or s3 or OpenRC

Reply #7
Who needs such a VPN solution which requires  Google, Microsoft for setup an account?

Need another provider?
Contact our team to request a trial.
https://login.tailscale.com/start

There is Headscale for setup a Tailscale Coordination Server
https://github.com/juanfont/headscale

There is also SoftEther VPN in AUR but a little behind...
https://www.softether.org/
Thanks, because i like to use self hosted things.

Re: tailscale service for runnit or s3 or OpenRC

Reply #8
There is Headscale for setup a Tailscale Coordination Server
https://github.com/juanfont/headscale

There is also SoftEther VPN in AUR but a little behind...
https://www.softether.org/
Well no VPN is truly private. There is this recent video by Mental Outlaw about it: https://youtu.be/kBGn1MVBUZE

It is common sense, though. No provider can turn down a court order, and why wouldn't they sell your data when they can earn good money on it? They simply rely on users trusting their false claims.

Re: tailscale service for runnit or s3 or OpenRC

Reply #9
Well no VPN is truly private. There is this recent video by Mental Outlaw about it: https://youtu.be/kBGn1MVBUZE

It is common sense, though. No provider can turn down a court order, and why wouldn't they sell your data when they can earn good money on it? They simply rely on users trusting their false claims.
True, i have viewed that video early this morning