I want to build a “pirate portfolio” of all my personal fan works. There’s manga, anime, documentaries, book chapters, all sorts of things I’ve translated myself from Russian and English. Mostly Japanese, British and modern Russian content. No USA.

What do you guys think would be the best place to host the website? Not the content itself, which I plan on uploading to mega until I can afford to build a small home server.

I live in a “pirate-friendly” country (Brazil), but it won’t make any difference if the website platform itself is located in a regulated country, am I right? They can have it taken down anyway.

I’m thinking of nothing special, even a simple rentry page, minimally customized, would do.

So, what do you guys think I should do to protect my website from being randomly taken down? How to post the links? Where to host the websites? Thanks!

  • Agathon@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    30
    ·
    8 months ago

    If I were doing this and lived in a country that’s not hostile to piracy, I’d look up webhosting providers in my country. I’d then learn a little HTML and CSS at https://www.w3schools.com/html/ and just write pages in Notepad++ and upload them to the server.

    If my host dumped me, it would be ridiculously simple to re-upload the files to a new host.

  • funkless_eck@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    9
    ·
    8 months ago

    i host my site on BlueHost with WordPress because it’s fairly cheap, easy, no set up (WordPress pre installed).

    You do have to know how to use WordPress (not any harder than using Excel, really).

    • Potatos_are_not_friends@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      8 months ago

      I’ve been developing for WP for over a decade and I’m just blown away when a grandma who can’t use her phone for some reason knows how to use WordPress.

      • funkless_eck@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        3
        ·
        8 months ago

        yeah, I mean if you’re writing your own plug-ins/ multi level menus / themes from scratch it gets a tad more complicated (but really not much more than variable = data_for_variable and if x then y) but really it’s just a file system with posts instead of files.

  • oscardejarjayes [comrade/them]@hexbear.net
    link
    fedilink
    English
    arrow-up
    7
    ·
    8 months ago

    You could use a static site generator (like Hugo or Zola), then you could stick the site wherever you want, from GitHub pages to local website hosters. Another interesting option would be putting it on Tor or i2p. You can setup those programs to host your website on your computer easily.

  • SLaSZT@kbin.social
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    8 months ago

    If you want to do this for free, you could always use a dynamic DNS provider like NO-IP or DuckDNS to get a free hostname.

    Then you can use a static site generator to generate a site and use NGINX, Traefik, or similar to create a simple web server (with a reverse proxy that uses SSL to provide HTTPS) to host the content directly from your computer.

    Currently, I use this method to host a couple of services that my friends and I use, such as Kavita, qBittorrent web UI, and a simple kanban board.

  • 1984@lemmy.today
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    8 months ago

    Once big tech starts to monitor everyone in the west using AI, Brazil will be the place to be… :)

  • reboot6675@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 months ago

    You can create a simple static website and deploy it to Vercel for free. You can buy a domain name and attach it pretty easily, but it’s not needed (by default website will have .vercel.app domain).

  • Cinner@lemmy.worldB
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 months ago

    If you prevent search engines from crawling your site via robots.txt and use cloudflare free and a DMCA-ignored host (just search it) you’ll be fine. Don’t use a .com domain, use .ph .md .is .today, stick with the domains archive.today uses and you’ll be good. If you ever get kicked off of cloudflare, just point your DNS back towards your host.