• ghost_towels@sh.itjust.works
    link
    fedilink
    arrow-up
    53
    ·
    3 months ago

    On the flip side my husband has held on to the domain he got for 22 YEARS., and never did anything with it. We finally got our emails up and running with it last week. Don’t let your dreams be dreams!

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

      Out of curiosity; who is providing the mail service? Or are you self-hosting? Trying to organise mine, hoping I can get it done maybe 19 years quicker.

      • ghost_towels@sh.itjust.works
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        3 months ago

        I use Hover. They’re based in Canada and I’ve been using them for years for my business domain and email. Was an easy choice for personal too. Every time I’ve had to call the tech support they have fixed the problem super fast, did extra stuff, and were super lovely. $20 a year for a small mailbox each, which is more than enough for us.

      • shadshack@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        3 months ago

        I just set my domain email up with Zoho. Was easy enough and they have a free option. Although I pay $1.25/mo per user for two users, just to get a little extra storage space and be able to use SMTP and ActiveSync to send email from my servers for notifications and use a different mobile app than their default one.

  • Captainvaqina@sh.itjust.works
    link
    fedilink
    arrow-up
    33
    ·
    3 months ago

    You know what’s worse? Starting a successful one that makes a whole ass salary and then having google updates smack it the f out.

    • Event_Horizon@lemmy.world
      link
      fedilink
      arrow-up
      8
      ·
      edit-2
      3 months ago

      I’d be tempted to buy that. When you visit it’s just a white page with a leather couch in the middle of the screen, everytime you click the couch it would moan seductively and every fifth click would give a squelch sound.

  • collapse_already@lemmy.ml
    link
    fedilink
    English
    arrow-up
    19
    ·
    3 months ago

    More like “Dammit, my domain auto-remewed again. Oh well, it’s only $12. I’ll cancel next year.” (It’s been 5 years.)

  • Melvin_Ferd@lemmy.world
    link
    fedilink
    arrow-up
    10
    ·
    3 months ago

    This whole thread is a gem. So many amazing websites. It’s inspired me to make a website and hopefully be a repo for all your websites like the old internet

  • doughless@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    edit-2
    3 months ago

    I let one of mine expire a few years ago. Finally decided I wanted to try to register it again, but a squatter is now sitting on it asking for something like $10k $3.6k.

    Edit: just double-checked, they lowered the price to only $3595!

    • Opisek@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      3 months ago

      And that’s why I’ll never give up my domain. Those vultures will immediately snap it.

  • RacerX@lemm.ee
    link
    fedilink
    arrow-up
    8
    ·
    3 months ago

    Wanted to start a blog about my weight loss journey. Lost the weight and never started the blog. Still paying for the domain 7 years later.

    Only thing left to do is gain the weight back so I can try again!

  • TriflingToad@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    3 months ago

    ok genuine question from someone who wants to make a website but has no experience in it other than a HTML class and doesn’t want to resort to a cushy GUI based website maker, How do I make a website? I’m not talking about the HTML, I got that part down. I’m talking about how do I actually get a domain and host? I tried doing it and got like a $5 domain, but the host was like $30 for a year which was too much for me and couldn’t figure out how to selfhost with my extremely limited knowledge. Is that just what it costs to have a website or is there an easier way?

    • pm_me_your_quackers@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      3 months ago

      For hosting check out something like github pages. There several other free ones as well, but pages looks like the easiest to set up. If you want something more robust, you could look into Netlify or Vercel, but that’s gonna require a little more know-how.

    • CorneliusTalmadge@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      3 months ago

      It depends on how fancy of a website you are trying to make. But check out something like Hugo or Jekyll. I haven’t used Jekyll personally but have used Hugo. There are plenty of templates to get you started depending the type of content you are planning on putting up.

      And the best part is you can host the site for free on GitHub or Gitlab, so the domain name is the only cost.

    • fuckwit_mcbumcrumble@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      4
      ·
      3 months ago

      Self host isn’t that bad. Say you have a raspberry pi. Install linux on the pi (basically the only thing to do with it), then google how to set up a LAMP server (Linux, Apache, Mysql, Php/python). Once you’ve followed all the steps they list then now you have a web server. To get it out on the internet log into your router and port forward for HTTP and now anyone can see that glorious Apache default web page.

      Then for a domain just find the first domain register and buy the domain from them. Once you own a domain point it towards your IP address (just google what is my IP) and you’re set.

      Your web page is now on the internet and anyone can type a nice name to get to your page. Anyone can also use any exploits then find so you have to make sure you’re keeping up updating your devices. And every port you forward is an intrusion point into your network should someone want to hack you.

      • SilentStorms@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        1
        ·
        3 months ago

        Anyone can also use any exploits then find so you have to make sure you’re keeping up updating your devices. And every port you forward is an intrusion point into your network should someone want to hack you.

        This is the part that scares the shit out of me. I bought a domain with the intention of making a little web 1.0 website for fun and to learn, but I have no real idea what I’m doing and the security risk makes it a non-starter :(

        • fuckwit_mcbumcrumble@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          3 months ago

          If you’re hosting a basic web 1.0 website you’re gonna be pretty safe. Just install Apache and call it a day. As long as there’s no exploits in apache and you only port forward for basic HTTP theres very little to go wrong. Plus realistically, whos gonna want to hack your site?

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

      First off, it’s important to understand Responsive Design responsive design and why you shouldn’t be writing your own css these days as a newbie. Bootstrap is a public css doc with a lot of those problems pre-solved, so you might want to look up some of their tooling.

      As far as a website: you’ll need a domain name, you can get some for free, but they usually have short renewals otherwise this is unavoidable.

      You can pay for “shared hosting” at any of the major vendors like blue host or GoDaddy and get apache or aspx file hosting for like you said $X0/year.

      You can use an s3 static website for ~free. Creating a DNS hosted zone is $.50. but you can create an s3 bucket (think flash drive in the cloud) store a threshold of free documents, and publish them as a website all within the free tier of AWS. This has some technical background and AWS can get expensive of you make mistakes (although this shouldn’t scale much unless you upload a thousands ton of files repeatedly)

      Alternatively you can use GitHub pages . Git is a tool used by developers to share and edit code, they let you publish free HTML as well, but requires learning git or figuring out a tool with a UI like source tree. I don’t think you can use custom domains with this though.

      Although if you have any interest in tech, you can also create a free nginx docker container through a lot of services like ecs, but you can also self host in a “sandbox”. Docker creates a mini virtual machine with all of the code required to run self contained. Nginx let’s you create HTML docker containers by mounting a directory. ~ docker start nginx /website/directory And it just runs self contained.

  • t�m@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    3 months ago

    I was tempted to get a domain tie it to a docker image on azure then host a private (just me) Lemmy /(m)/kbin with a few other fediverse (like friendica) on it but I’m just too broke at the moment

    • Opisek@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      3 months ago

      I don’t recommend hosting a Lemmy just for yourself. How federation currently works is it mirrors EVERYTHING. Your disk will be filled up with images you never even view and you put yourself at risk of having illegal imagery on your machine if you don’t actively keep up with which instances you must ban.