Initial import of space_profiles module

This commit is contained in:
Kelin Rescue Hub
2026-04-04 13:11:50 -04:00
commit 87a59e5a0a
35 changed files with 1627 additions and 0 deletions

27
README.md Normal file
View File

@@ -0,0 +1,27 @@
# Space Profiles Module
Template-driven rescue space profile pages with branding assets and controlled HTML regions for HumHub spaces.
## Requirements
- HumHub 1.14+
- `rescue_foundation` module available in the same HumHub instance
## Installation
Clone into the HumHub modules path using the folder name `space_profiles`:
```bash
git clone https://gitea.kelinreij.duckdns.org/humhub-modules/space-profiles.git /var/www/localhost/htdocs/protected/modules/space_profiles
```
Enable the module in HumHub (Marketplace / Modules UI), then run migrations:
```bash
php /var/www/localhost/htdocs/protected/yii migrate/up --include-module-migrations=1 --interactive=0
```
## Notes
- This module is designed for space-level use.
- If you run in Docker, execute commands inside the HumHub app container.