(02-23-2021, 08:15 PM)TRS-80 Wrote:My current setup looks like this:(02-23-2021, 06:04 PM)Trbl Wrote: you gotta jump some hoops with verizon but it seems to be possible to get an APN with open ports / a public IP or at least some forwarding.This is really interesting (and honestly, better than what I was expecting)!
Nginx runs well, I'm hosting a static website on my pinephone *on 4G*
So, now that it appears technically possible, the question becomes: do you want to / is that a good idea? I must say, that Trbl's website loaded right away for me. For a small static site, that's not getting much traffic yet, that might actually be perfectly fine.
In fact, playing around with self-hosting your own services is a really good way to learn GNU/Linux. And here it appears you can do so with no further expenditure.
@Trbl,
Neat site by the way! A little creepy. But neat! :D
- 4G contract with unlimited data & public IP apn (30$)
- Domain (her.st) (about 1$ a month)
- Home Server (8W/h not really visible on the powerbill)
- VPS (5$ /m) ((free, im my own hosting provider, specs are equal to what I sell for 5$/m))
all personal projects I want to share with others / expose to the public
My Home Server deals with Storage, backups, some scripts like a [size=small]youtube-dl sync script that trancodes to audio and pushes the files to my phone automatically every night, by monitoring a youtube playlists for changes, local testing before pushing it on the VPS
All I needed to do to make the dynamic IP situation work was setup a DNS record in the mailinabox admin panel, and a script on the pinephone that posts its public IP through the simple REST API mailinabox provides with a networkmanager hook, whenever the connection goes up, it updates the DNS record to point to the new IP.
With a setup like that you can do ANYTHING and its like 35$ a month. The CPU in the pp is really slow, so I try to offload anything I can to either the homeserver or the VPS, i think this is the best appraoch for slow hardware, distributed computing - but since all of those distributed services can also run locally, you can have failovers for alot of stuff running (slowly) directly on the pinephone.
Sorry for the wall of text, i just love my pinephone xD