Hi everyone, I am running truenas scale on a modest home NAS. I have got some of my services tunneling to some subdomains via cloud flare zero trust and it seems to be fine. I am looking for advice on how to self host a blog and if I can continue that same method. It would be great to run it to the main domain instead of a sub domain, but honestly I don’t care too much. I expect none to very little traffic. I am looking for an app that I can run relatively easy and makes blogging for myself (images + text) as frictionless as possible. I am having trouble finding a guide for this and any that I do are on running much older versions of truenas scale.

I have heard good things about Ghost but couldn’t get it installed properly. Is Wordpress my best bet? I read somewhere that it can be sketchy opening up Wordpress to the internet so I am apprehensive. Any advice?

  • @tofubl@discuss.tchncs.de
    link
    fedilink
    English
    74 months ago

    Are you looking for advice regarding administration or the platform?

    I say for a simple blog it’s hard to beat Hugo. There are plenty of nice themes and easily adjustable, too with a bit of html/css.

    • @happydoors@lemm.eeOP
      link
      fedilink
      English
      24 months ago

      I guess both? Platform recommendations like yours will help point me in the right direction to figure out the admin part bit by bit. Much appreciated

      • @tofubl@discuss.tchncs.de
        link
        fedilink
        English
        1
        edit-2
        4 months ago

        If you’re not very set on hosting at home, hosting a static Hugo page directly on Github Pages is incredibly convenient and easy (and free.) With the right Github Action, updating the site is as simple as pushing content to the main branch and it automatically deploys. And should Github ever give you a reason to do so, moving away is as simple as copying your static files to any other webhost and pointing your domain there instead.

        Edit: It’s of course equally easy to deploy on your NAS - just a basic nginx serving the directory with your static site that Hugo generated.

  • @Samsy@lemmy.ml
    link
    fedilink
    English
    4
    edit-2
    4 months ago

    I use ghost and can totally recommend it. I installed it in 5 min. via docker compose in combination with mysql.

    The fact that it is low on resources, has tons of features and easy code injection, makes it perfect. WordPress is bloated with to much nonsense. If you want to see a good ghost example: https://itsfoss.com/

    PS only unnecessary are these stupid Twitter and Facebook integrations but they can be deactivated.

    If OP uses docker, I would share my compose.yml if wanted.

    • @forbiddenlake@lemmy.world
      link
      fedilink
      English
      14 months ago

      I use this, it’s fine, but development on the open version is very very slow.

      And they still haven’t fixed my pet bug: they introduced Unix socket listening, I found that enabling it prevented upgrades, reported the bug with details and repro, and nobody cares. The workaround is simple, delete the socket file before every start. But I remain confused why a bug that prevents upgrades remains.

  • MrPistachios
    link
    fedilink
    English
    34 months ago

    I have grav for a super basic site and blog I never update. Its like flat files of text you can just edit i also use cloudflare tunnel for it

  • @owenfromcanada@lemmy.world
    link
    fedilink
    English
    34 months ago

    Check out GetSimple. It’s a flat file system (so no database to mess with) and can run with just basic PHP (though it’ll guide you through installing modules if you want fancy urls, etc). Super easy to set up. I’ve been using it for years without a hitch.

  • @tofuwabohu@slrpnk.net
    link
    fedilink
    English
    24 months ago

    Personally I’m waiting for Ghost to support Activitypub but generally exposing WordPress is perfectly fine.

  • SK
    link
    fedilink
    24 months ago

    I’ve been using hubzilla for this, its a mix of blog/social network/cms.