電話から家サーバに保管してある写真のリストをApache2さんのauto indexで見やすくしてみたよ。

$ diff -u /etc/apache2/mods-available/autoindex.conf{.orig,}
--- /etc/apache2/mods-available/autoindex.conf.orig 2024-03-18 02:35:36.000000000 -1000
+++ /etc/apache2/mods-available/autoindex.conf 2025-09-18 14:46:36.542664084 -1000
@@ -5,6 +5,7 @@
# listings.
# Remove/replace the "Charset=UTF-8" if you don't use UTF-8 for your filenames.
IndexOptions FancyIndexing VersionSort HTMLTable NameWidth=* DescriptionWidth=* Charset=UTF-8
+IndexHeadInsert "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">"

#
# AddIcon* directives tell the server which icon to show for different
$ sudo systemctl restart apache2

0

If you have a fediverse account, you can quote this note from your own instance. Search https://mastodon.zunda.ninja/users/zundan/statuses/115228215026749079 on your instance and quote it. (Note that quoting is not supported in Mastodon.)