lemmy.onlylans.io
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
LostXOR@fedia.io to Programmer Humor@programming.dev · 9 months ago

Hey it's free, so I'm not complaining

fedia.io

message-square
70
fedilink
758

Hey it's free, so I'm not complaining

fedia.io

LostXOR@fedia.io to Programmer Humor@programming.dev · 9 months ago
message-square
70
fedilink
  • h0bbl3s@lemmy.world
    link
    fedilink
    arrow-up
    25
    ·
    9 months ago

    That’s not bad at all gonna have to check it out. I host my site on digital ocean it’s on the smallest single core 1gb ram droplet. I run crowdsec and nginx and a couple other little things and it sits around 40% ram usage. Costs 6$ a month and I added 4 weeks worth of automatic weekly backups for $1.50 a month.

    I can deal with $7.50 for a little static web server.

    They do offer a free $200/60 day credit if you get in with one of the free Linux Foundation cloud classes which is plenty to play with.

    • bamboo@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      38
      ·
      9 months ago

      FWIW, if all you have is a truly static website (html, css, and js), then GitHub Pages is free and you can point a custom domain there from your registrar, and don’t have to worry about backups or server uptime.

      • Scribbd@feddit.nl
        link
        fedilink
        arrow-up
        13
        ·
        9 months ago

        Unless GH has another database oopsie.

        • sip@programming.dev
          link
          fedilink
          arrow-up
          17
          ·
          9 months ago

          no worries, cloud providers have oopsies of their own.

          • WhatAmLemmy@lemmy.world
            link
            fedilink
            English
            arrow-up
            4
            ·
            9 months ago

            Less oopsie-whoopsies than I would DIY, either way.

      • h0bbl3s@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        9 months ago

        I wasn’t aware of the Github pages being free that’s neat. It is fully static (running on nginx but generated with hugo) and I use freedns.afraid.org for the domains. Good to know thanks for the tip :)

        • bamboo@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          7
          ·
          edit-2
          9 months ago

          https://gohugo.io/hosting-and-deployment/hosting-on-github/ https://www.roshanadhikary.com.np/2020/11/forward-your-freedns-custom-domain-to.html

          Hope these guides are useful for you.

          • h0bbl3s@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            9 months ago

            Hey thanks I’m sure they will be!

      • starshipwinepineapple@programming.dev
        link
        fedilink
        arrow-up
        3
        ·
        9 months ago

        And if you want a private repo, you can also use gitlab and point to custom domain with gitlab pages or cloudflare pages.

    • 𝓢𝓮𝓮𝓙𝓪𝔂𝓔𝓶𝓶@lemmy.procrastinati.org
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      9 months ago

      Should check out Racknerd. I’ve got a 4 core, 4 gb ram, 50 gb disk VPS for $50/yr.

      • A Basil Plant@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        9 months ago

        Could you link the page which shows your exact config at that price? I can’t find anything like that. KVM, AMD, Windows VPS - I looked at all three but none suggest the price you’ve written.

        That price sounds like a steal, and I’d love to get it if possible. I currently pay $6/month per VPS with Digital Ocean

        https://www.racknerd.com/ryzen-vps

        • 𝓢𝓮𝓮𝓙𝓪𝔂𝓔𝓶𝓶@lemmy.procrastinati.org
          link
          fedilink
          arrow-up
          3
          ·
          9 months ago

          These deals are still active https://www.racknerd.com/BlackFriday/

          Also tagging @[email protected] since I should have linked this last night.

          • h0bbl3s@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            9 months ago

            Awesome thanks!

        • Clearwater@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          9 months ago

          https://racknerdtracker.com/

          • 𝓢𝓮𝓮𝓙𝓪𝔂𝓔𝓶𝓶@lemmy.procrastinati.org
            link
            fedilink
            arrow-up
            3
            ·
            9 months ago

            Another good site for VPS deals is https://www.lowendbox.com/ . I’ve used them to find the RackNerd deals and also I’ve got a storage VPS I use for off-site backup that’s stupidly cheap with another provider.

            @[email protected]

            • A Basil Plant@lemmy.world
              link
              fedilink
              arrow-up
              2
              ·
              9 months ago

              That’s crazy helpful - thanks!

          • A Basil Plant@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            9 months ago

            Perfect, thanks a million! I’ll be getting on them soon!

      • richtellyard@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        9 months ago

        Been using racknerd to host my tiny stupid websites for a couple years, it’s great value for money and a fantastic way to learn sysadmin stuff. I also appreciate that they give a lot of heads up for auto-renewal and don’t escalate pricing on renewal.

      • h0bbl3s@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        9 months ago

        Thanks for the tip I’ll definitely take a look! That’s not bad at all and I prefer yearly payments.

    • frezik@midwest.social
      link
      fedilink
      arrow-up
      5
      ·
      9 months ago

      I do the smallest Amazon Lightsail instance for a static site of about $1.50/month. Site is statically generated from templates in a private git repo I host and backup at home, so I don’t worry about the site itself needing a backup.

      I was going to host a Bitwarden instance, as well, but with its RAM requirements, it was cheaper to pay a Bitwarden subscription. So it ended up being just a static site, plus Route 53.

      One thing is that it’s pretty clear Amazon doesn’t like Lightsail. They do it because it competes with some other small fixed price hosting options from other companies. To let me use it, I had to email AWS customer support and answer a bunch of questions about what I wanted to do with it and if I had considered EC2, instead.

      • h0bbl3s@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        9 months ago

        My site is also statically generated from templates I keep in a private git repo hosted on github I keep local backups of, but I do the generating directly on the server. I just pull the site and generate it manually whenever I do an update. I like the sound of your setup better thanks for the pointers!

Programmer Humor@programming.dev

programmer_humor@programming.dev

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: [email protected]

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

  • Keep content in english
  • No advertisements
  • Posts must be related to programming or programmer topics
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 887 users / day
  • 4.61K users / week
  • 9.22K users / month
  • 17.6K users / 6 months
  • 1 local subscriber
  • 23.1K subscribers
  • 1.39K Posts
  • 51.1K Comments
  • Modlog
  • mods:
  • Feyter@programming.dev
  • adr1an@programming.dev
  • BurningTurtle@programming.dev
  • Pierre-Yves Lapersonne@programming.dev
  • BE: 0.19.8
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org