mod_register_web: Include HTML templates in rock (thanks unbunt)
authorKim Alvefur <zash@zash.se>
Wed, 30 Mar 2022 17:52:41 +0200
changeset 4916 b45c23ce24ba
parent 4915 a8e9949a6ad2
child 4917 47d03db2fca8
child 4941 3ddab718f717
mod_register_web: Include HTML templates in rock (thanks unbunt) Makes the module usable with the new plugin installer in Prosody 0.12
mod_register_web/README.markdown
--- a/mod_register_web/README.markdown	Thu Mar 24 14:56:30 2022 +0100
+++ b/mod_register_web/README.markdown	Wed Mar 30 17:52:41 2022 +0200
@@ -2,6 +2,10 @@
 labels:
 - 'Stage-Alpha'
 summary: A web interface to register user accounts
+rockspec:
+  build:
+    copy_directories:
+    - templates
 ...
 
 Introduction