refactored all to dev

This commit is contained in:
2025-11-26 21:48:53 -08:00
parent a8066686bc
commit f8ca733307
170 changed files with 12 additions and 29 deletions
+16
View File
@@ -0,0 +1,16 @@
# Zammad
Proxy port: 8080 on zammad-nginx
Zammad has good support for their own repo, probably better to use that one.
This is just Zammad for my own
Official Documenation: https://docs.zammad.org/en/latest/install/docker-compose.html
Official Repository: https://github.com/zammad/zammad-docker-compose/blob/master/docker-compose.yml
```bash
mkdir -p data/elasticsearch
chown -R 1000:1000 data/
chmod -R 755 data/elasticsearch/
```