my friends complaining that my plex server because I left my phone on the bus and it ran out of charge
Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
The lines between mobile device and server get blurred even more.
Tbh a laptop is a "mobile" device
Lmao this is amazing. The future is now...
This is simultaneously cool and cursed af.
That's cool! I've always had the idea of a small k3s cluster on old phones with postmarketOS. I guess it doesn't work with older phones which don't have the latest Android Version but given the homelab trend generally goes towards small, low power devices, this could continue the trend with super small and low power phones. Probably in 2 years when current gen phones rotate out of company leasing contracts?
Oh man that'd be super cool. An ARM cluster of androids would be awesome. Battery backups built in!
With the latest release of android it now supports some Linux functionality.
Wait, it does? Gonna have to check that out.
Early alpha, but yea it's full on Linux in Android. Quite slick
Dope, seems to not have landed yet in LineageOS but the Terminal app is already installed. Just missing the toggle in the developer options.
Debian is supposedly coming to android. That would be cool.
That's Debian in the screenshot
Oh nice! I can't see very well on phone.
The day Docker works on Android, I'm settled.
Docker does work on Android. That's what OP is showing off.
Well, if they manage to get it working on Android I'll be really impressed.
Maybe one day it'll even work on Android!
Even better, maybe it will support Docker.
latest release of android
Does that mean 15?
Yea kinda. Android is switching to quarterly releases, so my phone now says "Android 15" but this was QPR2 specifically
these are the times when I get jealous, as an iOS user
You're free to join us
I dont know how you can stand using iOS. Its just so unintuitive, theres no back button and I can't even figure out copy/paste.
Copy paste is easy. You just tap on the, no wait you tap on the, fuck hold on. You tap, there we are, on the word and hold until it highlights. No wait hold on. Fuck. There we are. Ok now you tap on the highlighted word to copy, fuck wait Ah fuck it just type it again yourself
The change maker feature would be to arrive home and plug your phone in a dock station and have a desktop to use as a pc
This has been supported on Samsung devices for years - it was first added to the Galaxy S8 (2017). It's called Samsung DeX. You can plug a phone or tablet into a monitor, keyboard, and mouse, and it gives you a full screen experience.
They have docking stations, but you can also just use a USB C hub.
Maybe your own adblocker, I thought about doing that myself, I use the public one from adguard on my phone (dns.aguard-dns.com) but having it on your own device would be pretty slick perhaps. But thinking about it more, Google wouldn't just let you use an internal IP for the private DNS. I have tried it with my locally hosted adblocker and it rejects it.
Or you could set up a dashboard like Homepage or Dashy, or Flame or ? Ultimately, your imagination would do! :)
I do it. It has be DOT and you have to have a valid cert.
What is the current wisdom about having an android device always plugged in? Some people say that it will kill and pillow the battery, but does it really?
I don't know. I think they are pretty good at managing battery, and have a new setting for maxing it out at 80% charge, but I don't think I'd put it near anything expensive for years on end.
The trick of retrofitting any battery powered device into a wired one is to remove the battery. No matter what, Li-ion batteries cannot sustain permanent power. Expensive adapters and new Androids can regulate power well, as can automations, but the best worry-free option is battery removal.
Edit: I've just remembered Fairphone, they're bossing the mobile repair ability front and have removable batteries like pre-2012. Could get one of those
I can see my 5 year old android mobile struggling being a suitable self hosting machine... (Because of the battery).
But not gonna lie, having it working as a more advanced travel router connect to Tailscale sounds like a neat idea (which I think it is already possible? The other day I saw the client app that supports subnet routers? I just haven't tried it, and it has a disclaimer that it drains the battery... So I didn't end up doing that at that moment when I was away).
Impressive! Can you please link the instructions you followed?
Some time ago I was hosting the full ARR suite, bitwarden, AdGuard etc, but it was usually a mess with direct installs. With docker it might be worth revisiting it.
My only advice, buy a usb-ETH dongle, it will make a huge difference in stability
https://docs.docker.com/engine/install/debian/#install-using-the-repository
That's it lol. To turn on the terminal, it's a developer option for now, and is very alpha, just search for Linux in settings after turning on dev mode
Get steam-headless running on there
How do we activate this feature? I have it enabled after going into the developer settings menu but nothing seems to happen, I see mentions of an app but idk what the app is. I am on grapheneOS though instead of normal android so there could be something with that here.
Oh nvm I figured it out, it just took a bit for me to realize there was a new terminal app on my phone
Oh nice! I'd love to run an ad blocker/dns/reverse proxy on something with a little more beef than the Pi zero I've got now.
Jellyfin and or Pi zero does not like streaming through the video.local address I've got setup, so i have to use IP address to get anything without stuttering.
While this is very exciting, I just tried it, and the network connectivity seems to be broken. No IPv6.
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.
Any other tips for the VM and/or GrapheneOS compatibility? Ie: did you use a different profile? I run Debian throughout my house as is, but plan on integrating the VM for better integration but was a little hesitant to be an early adopter due to the potential nuances. (lemme know if you have a blog/gist/etc covering it too)
I used the owner profile. Idk much about it tbh, I have yet to do more in depth testing as my phone doesn't have displayport functionality so I am a little discouraged to be an early adopter too. I couldn't get SSH setup so typing a lot on the small keyboard wasn't ideal.
I'd check Google/GOS docs for more info for now. I'll bet there'll be a lot in the coming years as fast as usecases
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).