Software /
code /
prosody-modules
Diff
mod_http_dir_listing/README.markdown @ 5144:606f6c6535bb
mod_http_dir_listing: Add metadata to fix plugin package build
Needs these extras due to the non-standard layout and the extra
resources
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 13 Jan 2023 16:27:02 +0100 |
parent | 1820:8de50be756e5 |
child | 5145:885d696473d2 |
line wrap: on
line diff
--- a/mod_http_dir_listing/README.markdown Wed Jan 11 10:09:12 2023 +0000 +++ b/mod_http_dir_listing/README.markdown Fri Jan 13 16:27:02 2023 +0100 @@ -1,4 +1,10 @@ --- +rockspec: + build: + copy_directories: + - mod_http_dir_listing/http_dir_listing/resources + modules: + mod_http_dir_listing: mod_http_dir_listing/http_dir_listing/mod_http_dir_listing.lua summary: HTTP directory listing ...