this post was submitted on 21 Jul 2025
18 points (95.0% liked)

Selfhosted

49703 readers
388 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I'm having a hard time with tail scale, I have it setup on my windows computer and on my android phone.

I want to be able to connect to the hotspot on my phone and access local resources on my computer. I have tried googling it and I just get a 1000 conflicting statements none of which are of any help.

So far it works fine from my phone to my PC with no issues but when I connect a device to the phone it can't see anything on the local network through that device. The connected device in question is a steamdeck and yes I attempted to install tail scale on the deck which also failed miserably.

I followed this video and at sudo bash tailscale.sh I get no such file or directory but I can see the files in file manager. If I attempt to run it from the folder I get could not find /home/deck/documents/github/deck-tailscale.sh.

I tried this official guide https://github.com/tailscale-dev/deck-tailscale and it fails at step 2 saying there is no such directory but I can navigate directly too it and see the files are there.

I'm so lost, can anyone point me in a direction? the ultimate goal here is to use jellyfin out side of my network on my steam deck and every install guide out there fails. I don't see it in the discovery store and the official git hub desktop app cannot even see the files it just downloaded.

I'm new to linux, I'm lost, and I have no idea whats going on.

you are viewing a single comment's thread
view the rest of the comments
[–] rtxn@lemmy.world 5 points 1 day ago* (last edited 1 day ago) (1 children)

The problem is that your phone's hotspot network doesn't advertise routes through the Tailscale tunnel, and the deck doesn't know where it's supposed to send the traffic. I don't know how/if it can be done.

Try this guide on the deck: https://github.com/tailscale-dev/deck-tailscale

[–] the_riviera_kid@lemmy.world 4 points 1 day ago (1 children)

That does not work, thats why I came here to ask. It fails at step 2.

[–] rtxn@lemmy.world 4 points 1 day ago (1 children)

Program no worky will not be enough if you want help. What is the exact output when you try to run tailscale.sh?

[–] the_riviera_kid@lemmy.world 3 points 1 day ago (1 children)

I literaly gave the output in my message "no such file or directory"

step one clone repo

step two Run sudo bash tailscale.sh to install Tailscale

result no such file or directory

[–] rtxn@lemmy.world 4 points 1 day ago (1 children)

You should see "Getting version..." right after running the script. Did you cd into the directory where the repository was cloned?

[–] the_riviera_kid@lemmy.world 1 points 1 day ago (1 children)

I navigated to the directory and clicked run in konsole. Clicking on deck-tailscale.sh in the directory itself and clicking run in konsole results in it saying could not find /home/deck/documents/github/deck-tailscale.sh.

[–] rtxn@lemmy.world 8 points 1 day ago* (last edited 1 day ago) (1 children)

Something's not right. There shouldn't be a deck-tailscale.sh file. There's supposed to be a directory named deck-tailscale and a tailscale.sh and some other files inside it.

Here's what you do. First, open a terminal like Konsole. Just run the application, don't open it from the file manager. Then run these commands:

git clone https://github.com/tailscale-dev/deck-tailscale
cd deck-tailscale
sudo bash tailscale.sh
[–] the_riviera_kid@lemmy.world 4 points 1 day ago

Well super that worked! Thanks. Now I just gotta figure out how to configure it.