h5ai / Caddy - 笔记
h5ai 是一款功能强大 PHP 文件目录列表程序,由德国开发者 Lars Jung 主导开发,它提供多种文件目录列表呈现方式,支持多种主流 Web 服务器,例如 Nginx、Apache、Cherokee、Lighttpd 等,支持多国语言,可以使用本程序在线预览文本、图片、音频、视频等。
- 官方:https://larsjung.de/h5ai/
- 演示:https://larsjung.de/h5ai/demo/
- GitHub:https://github.com/lrsjng/h5ai
- 下载:https://github.com/lrsjng/h5ai/releases
Caddy 链接重写规则:
rewrite {
if {path} ends_with /
to {dir}/index.html {dir}/index.php /_h5ai/public/index.php
}
系统环境等信息查询地址:http://your domain/_h5ai/public/
;密码为空
,可在_h5ai/private/conf/options.json
修改。
Movie thumbs:
apt-get install -y libav-tools
# Debian / Ubuntu
PDF thumbs:
apt-get install -y graphicsmagick
Shell zip:
apt-get install -y zip
强迫症患者福音:
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。