Thank you. I saw your post earlier....how challenging was it to attache the Pi?
Posts by veritas
-
-
Any recommendations on a case to use with Pi 4 and 2 x 3.5 HHDs? Have seen mixed reviews on Argon EON, including several threads in the forum about issues. Also saw that TerraPi setup, but I haven't seen many reviews from that. Currently using a simple CanaKit, but looking to slowly upgrade - case, then larger HHDs.
Thank you, for any assistance/advice.
-
@raulfg3...it worked, thank you so much taking the time to respond and share some of your knowledge!
-
I was able to get my Pi/Tailscale to advertise an exit node by adding the 'advertise exit nodes' with the 'Tailscale up' command. It advertises an exit node, but there is no internet access when using it.
-
Hi everyone,
Still very new to OMV, but have learned much thanks to this forum. I have Tailscale up and running, but now I'm trying to use it as an exit node. After scouring the forums (here, Tailscale, and Reddit), still no success.
Any thoughts? Do I need to advertise routes as well?
Code
Display More--- services: tailscale: image: tailscale/tailscale:latest privileged: true hostname: rp_tailscale network_mode: "host" container_name: tailscale environment: - PUID=${PUID} - PGID=${PGID} - TS_EXTRA_ARGS=--advertise-exit-node volumes: - ./tailscale/state:/var/lib/tailscale - /dev/net/tun:/dev/net/tun # Required for tailscale to work - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket cap_add: # Required for tailscale to work - net_admin - sys_module command: tailscaled restart: unless-stopped -
I think I figured out my very basic issue; had to. navigate the container folder then run the exec command.
-
Hi everyone - just getting started with OMV. Forums and guides have been great; I tried looking carefully in both before posting my question.
I'm sure many of you will laugh at the simplicity of my question, but I am new to all this. I'd never heard of OMV before 2 weeks ago, and barely heard of Docker or TailScale.
I have OMV up and running, and several containers running in compose. I just got TailScale up. How do I find the web address to authenticate Tailscale? I can't running several Tailscale commands from SSH, but get "-bash: tailscale: command not found"
Thank you in advance, and thank you for all the great information.