hyperreal's Nook of Apocrypha is part of an effort toward the archiving and long-term preservation of any and all digital heritage, obscura, and ideas. #opendirectory #archive #digitalhistory
It’s mostly old computer and gaming magazines at this time.
I’m using the Caddy web server. Yeah, the directory listing is more aesthetically satisfying than other web server software. I also like how it shows the sizes of the files as a bar with the number inside it so you can visually see size comparisons between the files.
If you use Caddy web server, you don’t need Nginx. Caddy and Nginx are both web servers. I prefer Caddy over Nginx, Apache, and other web servers because of its simplicity and the ability to have automatic HTTPS.
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.
I’m using the Caddy web server. Yeah, the directory listing is more aesthetically satisfying than other web server software. I also like how it shows the sizes of the files as a bar with the number inside it so you can visually see size comparisons between the files.
Yeah I would totally use that for nginx.
If you use Caddy web server, you don’t need Nginx. Caddy and Nginx are both web servers. I prefer Caddy over Nginx, Apache, and other web servers because of its simplicity and the ability to have automatic HTTPS.
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.