changeset 4912:b45c23ce24ba

mod_register_web: Include HTML templates in rock (thanks unbunt) Makes the module usable with the new plugin installer in Prosody 0.12
author Kim Alvefur <zash@zash.se>
date Wed, 30 Mar 2022 17:52:41 +0200
parents a8e9949a6ad2
children 3ddab718f717 47d03db2fca8
files mod_register_web/README.markdown
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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