I gone through a lot of hosting service providers and unfortunetly cannot find a single one that can be used without running nonfree programs, all of them require loading bulky obfuscated JavaScript apps.

I know of Codeberg Pages for static sites for example, but it is not suitable for any business or professional use.

  • Molecular0079@lemmy.world
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    1
    ·
    10 months ago

    I am confused why you think it requires additional software. For example, I personally use DigitalOcean, and that allows you to spin up servers via their website. No extra software needed.

    • Euphoma@lemmy.ml
      link
      fedilink
      English
      arrow-up
      7
      ·
      edit-2
      10 months ago

      I think he’s calling the website that is running non-free javascript as an additional piece of software based on his commment on “bulky obfuscated JavaScript apps.”

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

        So…he wants to email somebody to create a server for him? This seems highly impractical and unnecessary lol.

        • McSinyx@slrpnk.net
          link
          fedilink
          English
          arrow-up
          2
          ·
          10 months ago

          The separation is pedantic, but you can have dynamic websites without JS or with free ones. The argument is basically the server-side software only see the data you input, but client-side malware can extract information or do other nasty things you can’t observe or prevent.

          • Molecular0079@lemmy.world
            link
            fedilink
            English
            arrow-up
            4
            ·
            10 months ago

            I get what you mean, but OP’s gonna have a hard time finding any website, much less a VPS provider, that doesn’t have Javascript in it and for good reason. There’s things like remote consoles and status dashboards that simply don’t work without Javascript.

            If its really a concern, you can run the Javascript in a separate browser instance, but I find that precaution to be completely unnecessary because if you don’t trust your VPS provider, why would you trust that they won’t do anything to your server or use your payment info for nefarious purposes? The Javascript is the least of OP’s concerns IMHO.

        • smileyheadOP
          link
          fedilink
          English
          arrow-up
          3
          arrow-down
          2
          ·
          10 months ago

          Or just via web browser that can show websites and does not run any random script that was send to it.

          Something like that would be seen as huge deal when talking about mobile or desktop programs, but somehow when browsers do not show how many MB of additional software they downloaded to build a webpage (that in my opinion should already be build by the server) somehow we all assume there is no software.

          • Molecular0079@lemmy.world
            link
            fedilink
            English
            arrow-up
            5
            ·
            10 months ago

            Something like that would be seen as huge deal when talking about mobile or desktop programs

            That’s because mobile and desktop programs have far more access to your system compared to Javascript programs that run in a permissioned sandbox. They are not the same thing.

            that in my opinion should already be build by the server

            Eh, that’s debateable honestly. Sometimes pages built by dynamic Javascript have much a much better and fluid UI experience than server-side rendering, which require slow full-page reloads. To each their own though, there’s benefits and disadvantages to both methods.

      • Molecular0079@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        10 months ago

        You need Javascript to run things like remote consoles and metrics dashboards. I don’t think its something you can really avoid tbh.

        Why do you want to avoid Javascript so badly in this case? If its a matter of trust, a VPS provider can do far more damage by just using your payment information or messing with your server directly.

        • smileyheadOP
          link
          fedilink
          English
          arrow-up
          3
          arrow-down
          2
          ·
          10 months ago

          Web remote console or live metrics are understandable. But requiring scripts to register or show a header is something I try to avoid. And not because of security or privacy but out of principle of simplicity and healthy web ecosystem.