Changes for page Proxmox Backup server

Last modified by Kevin Wiki on 2024/05/21 21:23

From version 20.1
edited by Kevin Wiki
on 2024/04/06 14:02
Change comment: There is no comment for this version
To version 21.1
edited by Kevin Wiki
on 2024/04/06 14:14
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -128,9 +128,6 @@
128 128  
129 129  Tailscale is used to create a network that uses wireguard to transparently between local and remote machines. To not require a third party a local instance of headscale is used as the tailscale login server.
130 130  
131 -Setting up a connection should only require `sudo tailscale up ~-~-login-server https:~/~/TAILSCALE_SUBDOMAIN.schleppe.cloud`.
132 -To view the status: `sudo tailscale status`.
133 -
134 134  {{code language="bash"}}
135 135  curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/focal.noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null
136 136  curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/focal.tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list
... ... @@ -139,10 +139,24 @@
139 139  sudo apt-get install tailscale
140 140  
141 141  systemctl status tailscaled.service
142 -sudo tailscale up --login-server SUBDOMAIN.schleppe.cloud --authkey AUTHKEY
139 +sudo tailscale up --login-server SUBDOMAIN.schleppe.cloud
143 143  tailscale status
144 144  {{/code}}
145 145  
143 +Connect to headscale login server:
144 +
145 +{{code language="none"}}
146 +$ sudo tailscale up --login-server https://SUBDOMAIN.schleppe.cloud
147 +
148 +To authenticate, visit:
149 +
150 + https://SUBDOMAIN.schleppe.cloud/register/nodekey:fe30125f6dc09b2ac387a3b06c3ebc2678f031d07bd87bb76d91cd1890226c9f
151 +
152 +Success.
153 +{{/code}}
154 +
155 +View more info in the docs: [[https:~~/~~/earvingad.github.io/posts/headscale/>>https://earvingad.github.io/posts/headscale/]]
156 +
146 146  = Jottacloud client =
147 147  
148 148  Cloud backup provider used is jottacloud. They provide a cli to easily add directories to sync to their cloud backup storage.