I’m looking to host a website for an organisation I run. I’m very familiar with WordPress and somewhat familiar with Drupal, but am highly technical and can learn other technologies. I do feel that a WordPress-type crm might be overkill, as I am not looking for user interaction on the site. I’m good with html, js, and css, so would not be opposed to a barebones provider.

Basically, who is everyone using, and what considerations went into that decision?

I have crossposted this question on .ml, as well, but can’t properly link each on the other.

  • tht@social.pwned.page
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 days ago

    If it doesn’t need a backend you can just host it on github/cloudflare pages, easy and free forever

  • irotsoma@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 days ago

    Hetzner is my go to for VPS hosting right now. Good balance of quality and cost IMHO. But I nee d more than just a static website, so a VPS may be overkill for you to maintain. I like the control and flexibility, though.

  • baggachipz@sh.itjust.works
    link
    fedilink
    arrow-up
    5
    ·
    2 days ago

    If you want to have a static site, you can do all of this for free through Cloudflare. Has full GitHub integration so that you can commit a change, and Cloudflare will run whatever build step is necessary from your framework (e.g. Hugo, 11ty, etc) and deploy it for you. No need to pay for a host if this is what you want.

  • howrar@lemmy.ca
    link
    fedilink
    arrow-up
    9
    ·
    3 days ago

    I mostly use AWS. I have about five different accounts going and I delete/remake them each time the free tier runs out.

      • howrar@lemmy.ca
        link
        fedilink
        arrow-up
        2
        ·
        2 days ago

        I keep local backups of everything, so restoring the files is trivial. In the git repo, I have instructions on how to set things up: what packages to install, where to place certain config files and what to put in them. You could use containers to make it even easier, but I haven’t found the need for it yet.

  • originalucifer@moist.catsweat.com
    link
    fedilink
    arrow-up
    10
    ·
    3 days ago

    i use nearlyfreespeech.net for registrar and small-site hosting. its incredibly cheap, pay for what you need etc.

    i use amazon AWS for anything that needs professional-level services including SMTP and ‘account handoff’ capability if i need to walk away and hand it to someone else.

  • Psythik@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    2 days ago

    000webhost, because I’ve been using them on and off for over 20 years and they’re good enough for my needs.

  • whoareu@lemmy.ca
    link
    fedilink
    arrow-up
    6
    ·
    3 days ago

    I use tilde.club to host my website and gemini capsule. It’s awersome I don’t have to think about managing the server since it’s done by the staff of tilde.club

    • 𝕸𝖔𝖘𝖘@infosec.pubOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 days ago

      That’s a really cool space for hobbies and such, and I will totally use this! For this particular project, though, I need proper tld and hosting service. Doesn’t have to be a .com, per se.

  • nicgentile@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    3 days ago

    My fiction writing site (www.gorillarepublic.co) runs off of Grav. I wanted to go DB free, so flat file was big, wanted to avoid WP and Ghost, so this became it. It’s fast, light and works for me, thought it needed panel beating to where it is right now.

  • pencil_nerd@mander.xyz
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 days ago

    I like Alwyzon. They’re in Austria and I’m in North America, but it doesn’t seem to matter. Somehow their servers are always so much quicker to respond than others.

  • x00z@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 days ago

    I moved from TransIP to Hetzner. TransIP started costing me more than €40 for 2vCPU + 4GB RAM + 1.25TB extra storage. While this same product only cost me €23 years ago. So I decided to move to Hetzner because I could get a 2vCPU + 8GB + 1TB extra storage for only €21. Plus it also allows Tor bridge nodes, which was a must for me. After doing benchmarks to see if the Hetzner server wasn’t shit, I came to the conclusion that it was almost 5 times faster. Awesome. I don’t have too much experience with them yet, but on first glance I’m very happy.

    Regarding software, I run Docker containers with different software. But the main service I’m running is a self made PHP website/webapp. I also use Grav for a blog, but I’m not too happy with it because I think it’s convoluted.

  • residentmarchant@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 days ago

    Depending on the interactivity required from the website, you can use GitHub pages. I’ve hosted my personal portfolio site/blog on there for years with no issues.

    It’s limited to HTML/CSS/JS but there are also GitHub Actions to take markdown pages and render them as HTML, keeping updating the site easy for everyone.

  • Max-P@lemmy.max-p.me
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    3 days ago

    This post will probably get taken down, it doesn’t belong to AskLemmy. You might want !selfhosted@lemmy.world or one of the programming communities like !webdev@programming.dev.

    That said, it’s fairly easy to just rent out a cheap VPS for like $5 to get started, get NGINX, MariaDB and PHP running on it and then install Wordpress or Drupal.

    I personally would wait for the Wordpress drama to settle before commiting to that platform.

    The problem with hosting services dedicated to say, Wordpress, is the lack of control. If you need other apps to run you have to pay for another service, whereas your own VPS/server you can do whatever you want. Need ElasticSearch for something else? Sure, no problem, as long as the server is big enough.