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

Free and Open Source Software

17695 readers
26 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?

you are viewing a single comment's thread
view the rest of the comments
[–] 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.

[–] 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.

[–] 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.