this post was submitted on 11 Mar 2025
271 points (99.3% liked)

Selfhosted

44070 readers
558 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
 

With the latest release of android it now supports some Linux functionality. I got docker installed simply by following Docker's docs.

Any thoughts or uses for a mobile homelab? What would be useful to have mobile?

you are viewing a single comment's thread
view the rest of the comments
[–] shadowtofu@discuss.tchncs.de 3 points 1 day ago (2 children)

While this is very exciting, I just tried it, and the network connectivity seems to be broken. No IPv6.

[–] shadshack@sh.itjust.works 2 points 6 hours ago (1 children)

I can't get it to have network connection while my phone is on cellular data. On wifi it's fine.

[–] shadowtofu@discuss.tchncs.de 2 points 3 hours ago (1 children)

I just checked, and I have connectivity while on cellular. Maybe (just wild speculation) your mobile network is IPv6-only? Android (not Linux) should list 192.0.0.4 as an IP address in that case.

[–] shadshack@sh.itjust.works 1 points 2 hours ago

It's probably that. While on cellular my IP isn't 192.0.0.4 (but it is in 10. space), but there's probably some v6 somewhere in the way.

[–] Dust0741@lemmy.world 6 points 1 day ago* (last edited 23 hours ago) (1 children)

Hmm I was messing with its networking. External vpns break stuff on GrapheneOS. Its internal IP was 192.168.0.2, and my network is different.

[–] shadowtofu@discuss.tchncs.de 4 points 23 hours ago

Yes, Linux is running in a VM, and the network interface is a virtualized veth interface connected to a host bridge. The host android system has IP address 192.168.0.1, and this network interface is called avf_tap_fixed (as seen from termux).