this post was submitted on 10 Jun 2023
7 points (100.0% liked)

Free and Open Source Software

17695 readers
55 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

I just started renting a basic VPS through Racknerd with the intent to use it as a reverse proxy to point friends to my game server instances running at home without exposing my public IP. I could not figure out how to get it to work so I gave up after days of trying and am now using playit.gg. I prepaid for a year of the VPS. What cool project should I try on it now?

top 13 comments
sorted by: hot top controversial new old
[–] iMeddles@fedia.io 6 points 1 year ago (1 children)

An option which covers a bunch of different experiments: set up PiHole on it (despite the name, it doesn't need to be run on a raspberry pi) then set up a persistent VPN, for eg wireguard, or whatever your router supports VPN to it from where you are, and then setup your router to use it as your DNS server for your vlan.

Its a relatively simple set of tasks, but they build a good grounding for anything else you end up wanting to run on it.

[–] Father_Redbeard@lemmy.ml 2 points 1 year ago (1 children)

Does that introduce any latency? I think the VPS is in CA and I'm in PNW, so somewhat close. I did have pi-hole running locally until just recently. I've switched to Adguard Home instead. I have primary DNS on the pi and secondary on my unRAID server.

[–] CapgrasDelusion@lemmy.world 1 points 1 year ago

It might. But anecdotally, I have three instances of Adguard Home that my router uses, one local and two VPS. The fastest is on a VPS, ~7ms average processing time. My local instance is in the teens, probably because I'm abusing that poor machine hosting too much. But a VPS based DNS server is a viable option in my personal experience.

[–] poVoq@slrpnk.net 4 points 1 year ago

As a beginner you could try it with https://yunohost.org

[–] cowleggies@reddthat.com 3 points 1 year ago

lemmy instance 😈

[–] PorkrollPosadist@lemmy.ml 1 points 1 year ago* (last edited 1 year ago) (4 children)

You can set up a mail server. You can set up something like Nextcloud. You can set up a personal website, or just run a webserver and turn it into a place to dump files. You can set up something like Syncthing to facilitate sharing files between your devices. You can set up some types of Federated services, but in my experience Mastodon is too heavy for a baseline VPS. I needed to augment my instance with additional memory, CPUs, and an S3-compatible object storage provider for about 600GB of user media. Lemmy might work, but I haven't tried running it on a VPS on the open Internet yet.

[–] eight_byte@feddit.de 6 points 1 year ago (1 children)

Whatever you do with your server, you don’t want to run a mail server. Seriously, running your own mail server is such a pain. Just not worth it.

[–] psudo@beehaw.org 2 points 1 year ago

Yeah, it's the fastest way to ensure no one sees your emails.

[–] Father_Redbeard@lemmy.ml 2 points 1 year ago

Nextcloud ran like garbage on my server that has better hardware than the VPS. I love the concept of it though and I would really like if the guy working on Memories could split that out from under NC.

[–] KelsonV@lemmy.world 1 points 1 year ago (1 children)

I've found that GoToSocial and Calckey both use a lot less in resources than Mastodon does.

[–] admin@gonelemmy.xyz 2 points 1 year ago

Akkoma is also much lighter on resources than Mastodon is.

[–] bdonvr@lemmy.rogers-net.com 1 points 1 year ago (1 children)

600GB of media? How many users did you have? Or does Mastodon cache media from other instances on your own?

[–] PorkrollPosadist@lemmy.ml 1 points 1 year ago* (last edited 1 year ago)

Not many. Around 100. It does cache media from other instances for a period of 7 days though. This is adjustable, but even if you cut the caching down to one or two days, it will be more than a baseline VPS can handle. At my host, they start at 40GB and by the time you get to my storage needs, a much pricier dedicated server is required. Instead, I offloaded the storage to another provider and have nginx keep a much smaller 48 hour cache of media that actually gets requested by users on the VPS itself.