Add README, fix license to AGPLv3, untrack sync.sh

Add project README with features, installation instructions, and ELK
layout explanation. Fix license identifier from GPL-3.0 to AGPL-3.0 in
composer.json and module.php to match the actual LICENSE file. Remove
sync.sh from version control and add it to .gitignore.
This commit is contained in:
2026-03-15 09:55:41 +01:00
parent 96d1425036
commit ad398d2964
5 changed files with 52 additions and 15 deletions

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@ dist/
.DS_Store
.env
docker/.env
sync.sh