It’s mostly old computer and gaming magazines at this time.

  • hyperrealOPA
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 day ago

    The page design of the directory listings are built in to the web server software. So this isn’t something you can add to Nginx or Apache. There is a way to change the appearance of how files from the directory listing are displayed, but you’d need to use PHP or JavaScript with CSS or something to implement a front-end for it, and it wouldn’t be anything you’d add to the web server configuration. If you look at https://beta.the-eye.eu/public/, they are using JavaScript and CSS to implement a dynamic front-end for the directory listing.

    • TCB13@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      1 day ago

      Yes, I’m aware… however there’s nothing making it so we can’t port the directory listing from caddy (most likely just HTML/JS) into nginx. Or, someone might already have done it, I guess will have a look.

      • hyperrealOPA
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 day ago

        I see what you mean. As far as I’m aware, I think that’s builtin to the web server software. So it’s not something you can change in Nginx to make it look like Caddy, nor can you modify Caddy’s configuration. I think the most Caddy does is change the background colors and font colors to match the user’s browser’s preference of light or dark mode, but this is builtin to the source code, so you can’t modify the colors unless you fork Caddy and change the source code yourself.