@woodpeck I’m making this outdoor navigation / trail GPS recording app and I want to serve vector tiles to my app, for the tests in the last 2 months I used mapTiler as a tile server, but I use already more than 20k tiles, just for these tests, me and maybe 2 - 3 friends tested the app. The free tier is 100k requests, so I can’t use that for sure if I add the app in appStore/Play Store .. my plan is to offer it for free, I hate advertising, will never add popups/fullscreen/ small ads in my app (but maybe some advanced features would be locked under an small yearly fee if the user base will rise and I can’t serve the tiles anymore from my home 1gbit fiber line)
I used in the last few years wikiloc (paid, yearly) but I needed once to find a track that I recorded an year or two back, and unfortunately wikiloc doesn’t keep the tracks in phone, even if I recorded it myself using wikiloc. I needed that track in a location with no signal and I couldn’t find in my phone, I could oly see ±16 tracks, I recorded hundreds, I was so pissed off that I decided i will make myself an app
Before wikiloc I used MotionX GPS, loved it , but it’s not available anymore
I already have an dedicated server in a datacenter, but this tile server will be hosted in my home. I will point an subdomain of my app domain to my home server (I have fixed IP , fiber line). The app’s domain is already functional and the Live Sharing function works great, I will host everything the app needs on the server that is hosted in a datacenter, only the tile server I want to host it at my home (I have PV and a few large batteries, so my house won’t be be offline, it wasn’t for years ).
@ToniE Yes, I will use Ubuntu, isn’t that the recommanded OS ?
I already have 1Tb NVME inside this workstation, so if I could just start the server with this it would be great (nvme prices gone crazy, I don’t really want to buy now 2Tb drives at these pumped prices).
So, will the PostgreSQL database be ever bigger than 1Tb? Is the whole database a single file .. there is no way to split the files on multiple drives, other than combining 2 drives in one logical volume ?