I need to host about 30 Gb of video, light traffic, but may need to upgrade in a year if things go well.

Self hosting isn’t really an option. I don’t want to deal with the security issues of keeping the hosted stuff separate from my home network.

I’d rather avoid AWS/Google, etc and give my money to a smaller company instead even if its a couple of bucks extra.

I’m also looking for a .family domain if anyone knows some good registrars.

It’s been about 20 years since I’ve hosted a website, and the only thing I can remember is don’t use GoDaddy.

  • Zachariah@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    3 months ago

    Glad to hear you made some progress. Wordpress is fairly easy to install and has nice themes. Hardest part is setting up a MySQL (or other *sql) server, but most self-hosted websites would need that anyway.

    If you filter the alternatives https://alternativeto.net/software/wordpress/ by “hosted” and “open source” you can get a nice list of alternatives, too.

    • OpticalMooseOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 months ago

      I may end up switching to something else. I’m doing a family history website, so MediaWiki seemed like a good choice because I like the Wikipedia style pages. But it’s been pretty difficult to work with so far.

      I had a course on Drupal and Joomla in college, maybe I’ll give those a try if Wiki doesn’t work out.

      Wordpress sounds good too - I’ve heard that’s the easiest to work with. Since this is a family history site, I’ve gotta think about the unlucky schmoe that has to take over this site once I kick the bucket.

      • Zachariah@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        3 months ago

        Yeah, I fought MediaWiki and it’s won for now.

        I tried it for the same reason. I like the Wikipedia style pages.

        I haven’t tried Drupal in over a decade. Wordpress was a little easier at the time, but better for blogging than pages.

        You might also look into tools that generate a static website. That way you’re not always worried about missing an upgrade and someone exploiting a vulnerability. Plus, your can just transfer the site to a new host by just copying the files/folders. And it can be shared on a USB drive, too.

        • OpticalMooseOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          3 months ago

          Static would definitely be easier. I finally got MediaWiki working but it’s really picky about what info I can enter and how I have to enter it. And if something goes wrong, it’ll be a pain to get everything installed and working again, even with backups.

          But Peertube was the main obstacle. Now that that’s done, I don’t think the website will be a big issue. The real issue is scanning thousands of photos, organizing them, and coming up with a privacy policy. I’ll probably have to require a login because people don’t want their photos out there exposed to the internet, but that’s a whole other can of worms.

          Just brainstorming here. Maybe I’ll store all the personal info in MySQL (which I’m pretty good at) and serve the individual pages with Joomla. Having all the info in a database will make it easier to migrate to whatever the next platform will be. And the only people listed on the site will be already dead, so that cuts down on privacy/identity theft issues.

          I’ve been dreading starting this project for over a year, but now that I’ve started, it’s not so bad - kind of fun, actually.