Android Self hosting
-
Unfortunately, from trying this myself, I don't think you can forward port 53 to the Android host, so that won't work (easily). It seems that privileged ports aren't allowed to be forwarded.
I'll have to give this a shot with pi-hole later tonight.
-
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
But then how would I look at my phone while using my Desktop.
I'll need a dummy phone to doom scroll on.
-
Oh man that'd be super cool. An ARM cluster of androids would be awesome. Battery backups built in!
Make sure you utilize the 80% charge feature
-
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
I have a Steam Deck dock specifically for this. Except the mouse comes up on the phone screen instead of the monitor. Weird bug.
-
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
Haha my feelings exactly, I can work in Linux cli and program rust with ease, but I can't copy and paste on an iPhone.
-
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
I feel this. My work phone is an iPhone 12, and typing is a pain compared to Android.
-
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?
I'm assuming your phone has to be rooted for this right? Or is docker running without root? I didn't realize anything like this was possible. This is interesting.
-
I'm assuming your phone has to be rooted for this right? Or is docker running without root? I didn't realize anything like this was possible. This is interesting.
I've never tried it on Android, but running Docker in rootless mode is doable, and is encouraged for security reasons. https://docs.docker.com/engine/security/rootless/
-
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.
-
Well, if they manage to get it working on Android I'll be really impressed.
Maybe one day it'll even work on Android!
-
I'm assuming your phone has to be rooted for this right? Or is docker running without root? I didn't realize anything like this was possible. This is interesting.
Nipe! Not rooted. In a VM though
-
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?
I dont think I so much want this for my phone as for my homemade AndroidTV boxes. Losing the Linux functionality after switching from Kodi/libreelec had been my biggest pain point.
Can't wait to see my TV boxes show up in my Beszel dashboard!
-
I dont think I so much want this for my phone as for my homemade AndroidTV boxes. Losing the Linux functionality after switching from Kodi/libreelec had been my biggest pain point.
Can't wait to see my TV boxes show up in my Beszel dashboard!
-
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
-
Debian is supposedly coming to android. That would be cool.
Um, what does that even mean?
Edit: Looks like it runs a VM. So some overhead, but still cool.
-
Maybe one day it'll even work on Android!
Even better, maybe it will support Docker.
-
Can you tell me more about these homemade android TV boxes? I built a really shitty front end to "turn" my Linux based mini PCs into a media streamer but it lacks things like Chromecast and reliability haha
I have two TV boxes, one is a Raspberry pi 4, the other is a pi 5. I installed KonstaKANG's android port for the Pi's. Depending on your familiarity with flashing the Pi's this video from Explaining Computers offers a way to get Konsta installed through PINN. Once they're up and running they act just like a cellphone. This remote works really well.
Install f-droid, and/or obtainium, and/or Aurora Store and you can install whatever apps you want on the box.
I don't personally use Chromecast, so I can't vouch for that working. Mine is more centered around consuming Jellyfin (jellyfin android tv app), youtube (newpipe), podverse, and Radiodroid
I really liked Kodi, but could never get it to correctly sync across devices so I finally went the android route. I've been pretty happy
Feel free to pick my brain if you have more questions
-
I have two TV boxes, one is a Raspberry pi 4, the other is a pi 5. I installed KonstaKANG's android port for the Pi's. Depending on your familiarity with flashing the Pi's this video from Explaining Computers offers a way to get Konsta installed through PINN. Once they're up and running they act just like a cellphone. This remote works really well.
Install f-droid, and/or obtainium, and/or Aurora Store and you can install whatever apps you want on the box.
I don't personally use Chromecast, so I can't vouch for that working. Mine is more centered around consuming Jellyfin (jellyfin android tv app), youtube (newpipe), podverse, and Radiodroid
I really liked Kodi, but could never get it to correctly sync across devices so I finally went the android route. I've been pretty happy
Feel free to pick my brain if you have more questions
-
S [email protected] shared this topic on
-
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)
-
Dang, I just realized I didn't explain the setup well enough:
An old laptop runs the Jellyfin server, but the Pi runs the reverse proxy. For some reason, trying to use the reverse proxied address causes problems, but connecting directly to the laptop via IP address and port runs fine.
I tried a Jellyfin server with a pi 2 or 3 and it couldn't serve more than one client at a time. So i imagine a zero wouldn't even be able to load the app, much less serve anything
My main reason for running my DNS/ad block/nginx through the zero, sometimes the laptop goes down, freezes, or fails to clear the transcodes folder, so having that stuff separate keeps at least part of the network running.
Are you using DNS Rewrites for jellyfin? I am using that (via AdGuard Home) w/ my Reverse Proxy (Zoraxy) and most of the apps work outside of jellyfin. Wondering if I need to configure the domain in the compose/env file