this post was submitted on 22 Mar 2026
45 points (77.1% liked)

Selfhosted

60093 readers
951 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 7 days old, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I have no job, so the gift cards I have are prepaid and only have a few dollars on them. I should get a job soon, but in the meantime, I want to run my own Lemmy instance. I know this is probably a stupid question, but is there a way to do so? If I run it on just my computer, it'll shut down when my computer turns off, and there is an old computer my parents have but they won't let me use it because they don't wanna buy a new charger (The charger cord is broken)

you are viewing a single comment's thread
view the rest of the comments
[–] irmadlad@lemmy.world 4 points 3 months ago* (last edited 3 months ago) (1 children)

I know of a few VPS that are 'free', and I use that word quite loosely. Long time back I explored a few, and I can tell you that they are not worth the time of day. Very cheap VPS can be had. I had one that ran me $25 USD per year. It wasn't the most thread rippin' VPS you could have, but it certainly was cheap, and at one time I had about 25 different containers running on it with out much trouble. A good place to look for cheap VPS is at lowendbox.com.

Oracle offers a free tier, but you really have to watch your consumption of resources, and I believe they require a credit card to open an account. There are horror stories of people who went over the limit and ended up with a good size bill

I realize $25 USD is not free and does not fit within your request, and I empathize. As far as using your own computer with something like Docker, and shutting it down each evening....I shut my server down every evening via a cron job. I am the only user, and I just couldn't justify letting it run while I slept. So I guess you'd say it's an intermittent service.

[–] non_burglar@lemmy.world 7 points 3 months ago (1 children)

Just to add to your comment:

As much as I hate oracle, I run their free-tier vps in a Canadian datacenter and it never required my cc. I think it's geographic location-dependent.

[–] irmadlad@lemmy.world 4 points 3 months ago (1 children)

and it never required

That's cool. I was thinking one of the free tiers like Amazon, Google required a CC to open one. Side question: What do you run on Oracle, and how fastidious do you have to be about controlling resource consumption? I've read about people on one of the free tiers getting socked a big bill, in fact it's a meme now.

spoiler

[–] non_burglar@lemmy.world 1 points 3 months ago

I only run two instances, both run nginx and static HTML sites (plus all the stupid mandatory bits like fail2ban, python for ansible, certbot, etc. They are very low usage and get no seo or anything so they are really, really low usage.

I've never been warned about resources so far, and it's been 3 years. I intensionally don't run any high-bandwidth stuff like a matrix server or file sync for that reason.

I just lock it right down with keys and firewall entries for SSH. Logs are pretty quiet, except for llm scraping, but they are rate-limited, so they go away quickly.

Be aware that Oracle presents image "shapes" as the os images for use,which include oracle, Ubuntu, and a few others. These do have oracle metrics gathering and agents installed to help with migration between data centre zones, so it's conceivable that they can read what's on the os. I don't have any PII on there except public keys and my email address.