cross-posted from: https://lemmy.dbzer0.com/post/37243380

I have an nginx server with WordPress where I post my own poetry, for no one to see. Also the subdomains I use for some self-hosted stuff.

  • Sabata@ani.social
    link
    fedilink
    arrow-up
    1
    ·
    3 hours ago

    I had a blog on running on wordpress a few years back but it turns out I’m not interesting and don’t do stuff. I wanted to host a read only Wikipedia mirror that syncs up with the real one but I’m not sure what software to use and lose interest by the time the database torrent finishes.

  • thepreciousboar@lemm.ee
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    4 hours ago

    Self hosted WordPress is a big no-no in my opinion, very easy to get violated by random scripts.

    If you really don’t want a static site builder like jekyll, at least make it dockerized (do it even for a static website, dockerize everything as it’s better anyway)

  • Libb@jlai.lu
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    7 hours ago

    I have been using WP since it started being available (how long ago? fifteen years? Plus?) but in the last years I became real, real tired with the bloat and with the constant need to update WP in order to keep it secure. Also, I disliked however more complex it was becoming to fully own my WP, being able to control it and make it exactly how I wanted it to be. It’s probably just me getting too old to understand why those changes are good but that was enough to convince me to search for an alternative. And to question my own expectations and what I wanted my website to be.

    I now use Hugo to publish a static website. It’s much simpler, and it’s a much simpler website too. I like that.

    I write my content using Markdown. Use a command line (I don"t really, I made a short script that does it for me) to generate the new pages through Hugo and then upload them using SSH to my server, which is hosted by a small French company whose customer support is excellent. They manage all security issues much better and much quicker than I will ever be able to (I’m way too incompetent to be able to do server security right). They’re also always willing to help me no matter how silly my request can be, no matter what stupid mistake I can make—and I have done some real stupid ones ;)

    The site itself is fully static (HTML with very little CSS). There is no script running, and there is nothing I need to constantly keep updated but the content itself… which happens when I feel like it.

    I wanted that website to be as privacy-respecting, and as un-taxing as possible for people with slow Internet access. I also wanted to see how small/bloat-less I could make it while still make it feel nice enough to be willing to post stuff. It’s a very minimal website. It loads fast. At least, I tried my best to achieve that, even learning way more than I ever cared to know about image optimization. No doubt it could still be improved, but I think it’s already ok.

    It’s script-free and it’s also 100% ads-free. I hate ads as much as I hate the current crackdown on our right to privacy.

    I have no analytics running so I can’t tell for sure, but judging by the very few messages I receive I don’t get much visitors, if any. I quite like being that old fool talking all by himself, most of the time. Hence the name of the blog ;)

    I don’t post much. I share reflections and considerations. ie, a little over year ago I explained in a couple posts why I decided to almost completely quit reading ebooks, switching back to print books after 20 years or so almost exclusively reading ebooks. Or I write about how I try to make things simpler and try to live simpler (no I don’t live in a cabin in the woods, far from it), about writing and reading, memories and silly stuff. At its core, it’s a personal blog nothing more. I write almost exclusively in English, with the occasional post in French because, well, I’m French but that could also change as I’ve recently realized I have this growing itch to write more in French—let’s just say I feel sad and very unhappy seeing how poorly French is being treated by some people around here, or something like that.

    I have not yet made up my mind on what is considered the correct usage regarding sharing link to a personal website here on Lemmy, so I avoid posting it but if anyone wants to see it I can post the link, obviously. You can also click on my profile, the link is in my bio ;)

  • afb@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    9 hours ago

    I have a couple of websites, a personal blog (rarely updated) on an Ubuntu VPS and a site for my horror fiction on an OpenBSD VPS. Wouldn’t host anything web-facing on my home network for security reasons.

  • cabbage@piefed.social
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 hours ago

    I move around too often, so I don’t have a stable base from where I could get into self hosting. So I have some somepletly overpriced hosting plan for my personal website instead.

    It’s probably for the better, as I don’t have the time to learn these things properly, so if I did self hosting it would probably be a bit janky. I’m fascinated by the idea of it though.

  • DosDude👾@retrolemmy.com
    link
    fedilink
    arrow-up
    1
    ·
    9 hours ago

    I’m running my own lemmy instance, and have my own website running for just ramblings of my mind. No one will read it, except maybe bots, and that’s fine.

  • Emotional_Series7814@kbin.melroy.org
    link
    fedilink
    arrow-up
    1
    ·
    10 hours ago

    Nope. I heard about how basically anything you expose to the internet gets attacked really quick by script kiddies and hackers, so I figure you have to have a lot of cybersecurity/networking knowledge that I don’t to do that successfully.

    Also, not even sure what I’d put up there. I’m not too sure anyone super cares about my personal projects besides maybe my friends, and I can just text them.

    This is probably a boring reply and not the answer you were looking for, but “no” is indeed a valid answer to the question and it is Fediverse engagement ¯\_(ツ)_/¯ if this was a big community such that I knew your thread would be guaranteed to get replies, I would not have given the “no” kind of answer you probably were not looking for. Also, I do think my reasons why I do not have a website might be able to spark some discussion.

    • Yingwu@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      10 hours ago

      I’m not too deep into cybersecurity but I haven’t encountered any issues tbh. I think nginx, a firewall like ufw, coupled with secure passwords and keeping things updated is mostly good enough. I do host on a VPS though so not at home.