From e3923b28b8faaf0cc8fadc179fd85ad934787482 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 5 Jan 2024 11:20:18 +0100 Subject: [PATCH] Move dev/ things to development --- {coturn => development/coturn}/README.md | 0 {coturn => development/coturn}/coturn/turnserver.conf | 0 {coturn => development/coturn}/docker-compose.yaml | 0 {jitsi => development/jitsi}/.env | 0 {jitsi => development/jitsi}/README.md | 0 {jitsi => development/jitsi}/config/jibri/.gitignore | 0 {jitsi => development/jitsi}/config/jicofo/.gitignore | 0 {jitsi => development/jitsi}/config/jigasi/.gitignore | 0 {jitsi => development/jitsi}/config/jvb/.gitignore | 0 {jitsi => development/jitsi}/config/prosody/.gitignore | 0 {jitsi => development/jitsi}/config/transcripts/.gitignore | 0 {jitsi => development/jitsi}/config/web/.gitignore | 0 {jitsi => development/jitsi}/docker-compose.yml | 0 {matrix_extDB => development/matrix_extDB}/matrix_noDB/.env | 0 {matrix_extDB => development/matrix_extDB}/matrix_noDB/README.md | 0 .../matrix_extDB}/matrix_noDB/conf/default | 0 .../matrix_extDB}/matrix_noDB/conf/elementhttp.conf | 0 .../matrix_extDB}/matrix_noDB/dconf/nginx.conf | 0 .../matrix_extDB}/matrix_noDB/docker-compose.yaml | 0 .../matrix_extDB}/matrix_noDB/element/config.json.sh | 0 .../matrix_extDB}/matrix_noDB/element/element.conf.sh | 0 .../matrix_extDB}/matrix_noDB/element/redirector.conf.sh | 0 .../matrix_extDB}/matrix_noDB/element/synapse.conf.sh | 0 .../matrix_extDB}/matrix_noDB/synapse/federation_sender.log.yaml | 0 .../matrix_extDB}/matrix_noDB/synapse/generic-worker-log.yaml | 0 .../matrix_extDB}/matrix_noDB/synapse/homeserver.yaml.sh | 0 .../matrix_extDB}/matrix_noDB/synapse/log.yaml | 0 .../matrix_noDB/synapse/workers/synapse-federation-sender-1.yaml | 0 .../matrix_noDB/synapse/workers/synapse-generic-worker-1.yaml | 0 .../matrix_extDB}/matrix_noDB_redis/README.md | 0 .../matrix_extDB}/matrix_noDB_redis/conf/default | 0 .../matrix_extDB}/matrix_noDB_redis/conf/elementhttp.conf | 0 .../matrix_extDB}/matrix_noDB_redis/dconf/nginx.conf | 0 .../matrix_extDB}/matrix_noDB_redis/docker-compose.yaml | 0 .../matrix_extDB}/matrix_noDB_redis/element/config.json.sh | 0 .../matrix_extDB}/matrix_noDB_redis/element/element.conf.sh | 0 .../matrix_extDB}/matrix_noDB_redis/element/redirector.conf.sh | 0 .../matrix_extDB}/matrix_noDB_redis/element/synapse.conf.sh | 0 .../matrix_noDB_redis/synapse/federation_sender.log.yaml | 0 .../matrix_noDB_redis/synapse/generic-worker-log.yaml | 0 .../matrix_extDB}/matrix_noDB_redis/synapse/homeserver.yaml.sh | 0 .../matrix_extDB}/matrix_noDB_redis/synapse/log.yaml | 0 .../synapse/workers/synapse-federation-sender-1.yaml | 0 .../synapse/workers/synapse-generic-worker-all.yaml | 0 .../synapse/workers/synapse-generic-worker-sync.yaml | 0 {matrix_extDB => development/matrix_extDB}/postgresql/.env | 0 {matrix_extDB => development/matrix_extDB}/postgresql/README.md | 0 .../matrix_extDB}/postgresql/docker-compose.yaml | 0 {matrix_includeDB => development/matrix_includeDB}/.env | 0 {matrix_includeDB => development/matrix_includeDB}/README.md | 0 .../matrix_includeDB}/docker-compose.yaml | 0 .../matrix_includeDB}/element/config.json.sh | 0 .../matrix_includeDB}/synapse/homeserver.yaml.sh | 0 .../matrix_includeDB}/synapse/log.yaml | 0 {redis-tls => development/redis-tls}/cert/CA-cert.pem | 0 {redis-tls => development/redis-tls}/cert/certificate.crt | 0 {redis-tls => development/redis-tls}/cert/certificate.key | 0 {redis-tls => development/redis-tls}/docker-compose.yaml | 0 {redis-tls => development/redis-tls}/predixy/conf/auth.conf | 0 {redis-tls => development/redis-tls}/predixy/conf/cluster.conf | 0 {redis-tls => development/redis-tls}/predixy/conf/latency.conf | 0 {redis-tls => development/redis-tls}/predixy/conf/predixy.conf | 0 {redis-tls => development/redis-tls}/redis-master.conf | 0 {redis-tls => development/redis-tls}/redis-slave.conf | 0 {redis => development/redis}/docker-compose.yaml | 0 {redis => development/redis}/predixy/conf/auth.conf | 0 {redis => development/redis}/predixy/conf/cluster.conf | 0 {redis => development/redis}/predixy/conf/latency.conf | 0 {redis => development/redis}/predixy/conf/predixy.conf | 0 {redis => development/redis}/predixy/conf/predixy.log | 0 {redis => development/redis}/redis-master.conf | 0 {redis => development/redis}/redis-slave.conf | 0 72 files changed, 0 insertions(+), 0 deletions(-) rename {coturn => development/coturn}/README.md (100%) rename {coturn => development/coturn}/coturn/turnserver.conf (100%) rename {coturn => development/coturn}/docker-compose.yaml (100%) rename {jitsi => development/jitsi}/.env (100%) rename {jitsi => development/jitsi}/README.md (100%) rename {jitsi => development/jitsi}/config/jibri/.gitignore (100%) rename {jitsi => development/jitsi}/config/jicofo/.gitignore (100%) rename {jitsi => development/jitsi}/config/jigasi/.gitignore (100%) rename {jitsi => development/jitsi}/config/jvb/.gitignore (100%) rename {jitsi => development/jitsi}/config/prosody/.gitignore (100%) rename {jitsi => development/jitsi}/config/transcripts/.gitignore (100%) rename {jitsi => development/jitsi}/config/web/.gitignore (100%) rename {jitsi => development/jitsi}/docker-compose.yml (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB/.env (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB/README.md (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB/conf/default (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB/conf/elementhttp.conf (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB/dconf/nginx.conf (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB/docker-compose.yaml (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB/element/config.json.sh (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB/element/element.conf.sh (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB/element/redirector.conf.sh (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB/element/synapse.conf.sh (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB/synapse/federation_sender.log.yaml (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB/synapse/generic-worker-log.yaml (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB/synapse/homeserver.yaml.sh (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB/synapse/log.yaml (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB/synapse/workers/synapse-federation-sender-1.yaml (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB/synapse/workers/synapse-generic-worker-1.yaml (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB_redis/README.md (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB_redis/conf/default (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB_redis/conf/elementhttp.conf (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB_redis/dconf/nginx.conf (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB_redis/docker-compose.yaml (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB_redis/element/config.json.sh (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB_redis/element/element.conf.sh (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB_redis/element/redirector.conf.sh (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB_redis/element/synapse.conf.sh (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB_redis/synapse/federation_sender.log.yaml (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB_redis/synapse/generic-worker-log.yaml (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB_redis/synapse/homeserver.yaml.sh (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB_redis/synapse/log.yaml (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB_redis/synapse/workers/synapse-federation-sender-1.yaml (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB_redis/synapse/workers/synapse-generic-worker-all.yaml (100%) rename {matrix_extDB => development/matrix_extDB}/matrix_noDB_redis/synapse/workers/synapse-generic-worker-sync.yaml (100%) rename {matrix_extDB => development/matrix_extDB}/postgresql/.env (100%) rename {matrix_extDB => development/matrix_extDB}/postgresql/README.md (100%) rename {matrix_extDB => development/matrix_extDB}/postgresql/docker-compose.yaml (100%) rename {matrix_includeDB => development/matrix_includeDB}/.env (100%) rename {matrix_includeDB => development/matrix_includeDB}/README.md (100%) rename {matrix_includeDB => development/matrix_includeDB}/docker-compose.yaml (100%) rename {matrix_includeDB => development/matrix_includeDB}/element/config.json.sh (100%) rename {matrix_includeDB => development/matrix_includeDB}/synapse/homeserver.yaml.sh (100%) rename {matrix_includeDB => development/matrix_includeDB}/synapse/log.yaml (100%) rename {redis-tls => development/redis-tls}/cert/CA-cert.pem (100%) rename {redis-tls => development/redis-tls}/cert/certificate.crt (100%) rename {redis-tls => development/redis-tls}/cert/certificate.key (100%) rename {redis-tls => development/redis-tls}/docker-compose.yaml (100%) rename {redis-tls => development/redis-tls}/predixy/conf/auth.conf (100%) rename {redis-tls => development/redis-tls}/predixy/conf/cluster.conf (100%) rename {redis-tls => development/redis-tls}/predixy/conf/latency.conf (100%) rename {redis-tls => development/redis-tls}/predixy/conf/predixy.conf (100%) rename {redis-tls => development/redis-tls}/redis-master.conf (100%) rename {redis-tls => development/redis-tls}/redis-slave.conf (100%) rename {redis => development/redis}/docker-compose.yaml (100%) rename {redis => development/redis}/predixy/conf/auth.conf (100%) rename {redis => development/redis}/predixy/conf/cluster.conf (100%) rename {redis => development/redis}/predixy/conf/latency.conf (100%) rename {redis => development/redis}/predixy/conf/predixy.conf (100%) rename {redis => development/redis}/predixy/conf/predixy.log (100%) rename {redis => development/redis}/redis-master.conf (100%) rename {redis => development/redis}/redis-slave.conf (100%) diff --git a/coturn/README.md b/development/coturn/README.md similarity index 100% rename from coturn/README.md rename to development/coturn/README.md diff --git a/coturn/coturn/turnserver.conf b/development/coturn/coturn/turnserver.conf similarity index 100% rename from coturn/coturn/turnserver.conf rename to development/coturn/coturn/turnserver.conf diff --git a/coturn/docker-compose.yaml b/development/coturn/docker-compose.yaml similarity index 100% rename from coturn/docker-compose.yaml rename to development/coturn/docker-compose.yaml diff --git a/jitsi/.env b/development/jitsi/.env similarity index 100% rename from jitsi/.env rename to development/jitsi/.env diff --git a/jitsi/README.md b/development/jitsi/README.md similarity index 100% rename from jitsi/README.md rename to development/jitsi/README.md diff --git a/jitsi/config/jibri/.gitignore b/development/jitsi/config/jibri/.gitignore similarity index 100% rename from jitsi/config/jibri/.gitignore rename to development/jitsi/config/jibri/.gitignore diff --git a/jitsi/config/jicofo/.gitignore b/development/jitsi/config/jicofo/.gitignore similarity index 100% rename from jitsi/config/jicofo/.gitignore rename to development/jitsi/config/jicofo/.gitignore diff --git a/jitsi/config/jigasi/.gitignore b/development/jitsi/config/jigasi/.gitignore similarity index 100% rename from jitsi/config/jigasi/.gitignore rename to development/jitsi/config/jigasi/.gitignore diff --git a/jitsi/config/jvb/.gitignore b/development/jitsi/config/jvb/.gitignore similarity index 100% rename from jitsi/config/jvb/.gitignore rename to development/jitsi/config/jvb/.gitignore diff --git a/jitsi/config/prosody/.gitignore b/development/jitsi/config/prosody/.gitignore similarity index 100% rename from jitsi/config/prosody/.gitignore rename to development/jitsi/config/prosody/.gitignore diff --git a/jitsi/config/transcripts/.gitignore b/development/jitsi/config/transcripts/.gitignore similarity index 100% rename from jitsi/config/transcripts/.gitignore rename to development/jitsi/config/transcripts/.gitignore diff --git a/jitsi/config/web/.gitignore b/development/jitsi/config/web/.gitignore similarity index 100% rename from jitsi/config/web/.gitignore rename to development/jitsi/config/web/.gitignore diff --git a/jitsi/docker-compose.yml b/development/jitsi/docker-compose.yml similarity index 100% rename from jitsi/docker-compose.yml rename to development/jitsi/docker-compose.yml diff --git a/matrix_extDB/matrix_noDB/.env b/development/matrix_extDB/matrix_noDB/.env similarity index 100% rename from matrix_extDB/matrix_noDB/.env rename to development/matrix_extDB/matrix_noDB/.env diff --git a/matrix_extDB/matrix_noDB/README.md b/development/matrix_extDB/matrix_noDB/README.md similarity index 100% rename from matrix_extDB/matrix_noDB/README.md rename to development/matrix_extDB/matrix_noDB/README.md diff --git a/matrix_extDB/matrix_noDB/conf/default b/development/matrix_extDB/matrix_noDB/conf/default similarity index 100% rename from matrix_extDB/matrix_noDB/conf/default rename to development/matrix_extDB/matrix_noDB/conf/default diff --git a/matrix_extDB/matrix_noDB/conf/elementhttp.conf b/development/matrix_extDB/matrix_noDB/conf/elementhttp.conf similarity index 100% rename from matrix_extDB/matrix_noDB/conf/elementhttp.conf rename to development/matrix_extDB/matrix_noDB/conf/elementhttp.conf diff --git a/matrix_extDB/matrix_noDB/dconf/nginx.conf b/development/matrix_extDB/matrix_noDB/dconf/nginx.conf similarity index 100% rename from matrix_extDB/matrix_noDB/dconf/nginx.conf rename to development/matrix_extDB/matrix_noDB/dconf/nginx.conf diff --git a/matrix_extDB/matrix_noDB/docker-compose.yaml b/development/matrix_extDB/matrix_noDB/docker-compose.yaml similarity index 100% rename from matrix_extDB/matrix_noDB/docker-compose.yaml rename to development/matrix_extDB/matrix_noDB/docker-compose.yaml diff --git a/matrix_extDB/matrix_noDB/element/config.json.sh b/development/matrix_extDB/matrix_noDB/element/config.json.sh similarity index 100% rename from matrix_extDB/matrix_noDB/element/config.json.sh rename to development/matrix_extDB/matrix_noDB/element/config.json.sh diff --git a/matrix_extDB/matrix_noDB/element/element.conf.sh b/development/matrix_extDB/matrix_noDB/element/element.conf.sh similarity index 100% rename from matrix_extDB/matrix_noDB/element/element.conf.sh rename to development/matrix_extDB/matrix_noDB/element/element.conf.sh diff --git a/matrix_extDB/matrix_noDB/element/redirector.conf.sh b/development/matrix_extDB/matrix_noDB/element/redirector.conf.sh similarity index 100% rename from matrix_extDB/matrix_noDB/element/redirector.conf.sh rename to development/matrix_extDB/matrix_noDB/element/redirector.conf.sh diff --git a/matrix_extDB/matrix_noDB/element/synapse.conf.sh b/development/matrix_extDB/matrix_noDB/element/synapse.conf.sh similarity index 100% rename from matrix_extDB/matrix_noDB/element/synapse.conf.sh rename to development/matrix_extDB/matrix_noDB/element/synapse.conf.sh diff --git a/matrix_extDB/matrix_noDB/synapse/federation_sender.log.yaml b/development/matrix_extDB/matrix_noDB/synapse/federation_sender.log.yaml similarity index 100% rename from matrix_extDB/matrix_noDB/synapse/federation_sender.log.yaml rename to development/matrix_extDB/matrix_noDB/synapse/federation_sender.log.yaml diff --git a/matrix_extDB/matrix_noDB/synapse/generic-worker-log.yaml b/development/matrix_extDB/matrix_noDB/synapse/generic-worker-log.yaml similarity index 100% rename from matrix_extDB/matrix_noDB/synapse/generic-worker-log.yaml rename to development/matrix_extDB/matrix_noDB/synapse/generic-worker-log.yaml diff --git a/matrix_extDB/matrix_noDB/synapse/homeserver.yaml.sh b/development/matrix_extDB/matrix_noDB/synapse/homeserver.yaml.sh similarity index 100% rename from matrix_extDB/matrix_noDB/synapse/homeserver.yaml.sh rename to development/matrix_extDB/matrix_noDB/synapse/homeserver.yaml.sh diff --git a/matrix_extDB/matrix_noDB/synapse/log.yaml b/development/matrix_extDB/matrix_noDB/synapse/log.yaml similarity index 100% rename from matrix_extDB/matrix_noDB/synapse/log.yaml rename to development/matrix_extDB/matrix_noDB/synapse/log.yaml diff --git a/matrix_extDB/matrix_noDB/synapse/workers/synapse-federation-sender-1.yaml b/development/matrix_extDB/matrix_noDB/synapse/workers/synapse-federation-sender-1.yaml similarity index 100% rename from matrix_extDB/matrix_noDB/synapse/workers/synapse-federation-sender-1.yaml rename to development/matrix_extDB/matrix_noDB/synapse/workers/synapse-federation-sender-1.yaml diff --git a/matrix_extDB/matrix_noDB/synapse/workers/synapse-generic-worker-1.yaml b/development/matrix_extDB/matrix_noDB/synapse/workers/synapse-generic-worker-1.yaml similarity index 100% rename from matrix_extDB/matrix_noDB/synapse/workers/synapse-generic-worker-1.yaml rename to development/matrix_extDB/matrix_noDB/synapse/workers/synapse-generic-worker-1.yaml diff --git a/matrix_extDB/matrix_noDB_redis/README.md b/development/matrix_extDB/matrix_noDB_redis/README.md similarity index 100% rename from matrix_extDB/matrix_noDB_redis/README.md rename to development/matrix_extDB/matrix_noDB_redis/README.md diff --git a/matrix_extDB/matrix_noDB_redis/conf/default b/development/matrix_extDB/matrix_noDB_redis/conf/default similarity index 100% rename from matrix_extDB/matrix_noDB_redis/conf/default rename to development/matrix_extDB/matrix_noDB_redis/conf/default diff --git a/matrix_extDB/matrix_noDB_redis/conf/elementhttp.conf b/development/matrix_extDB/matrix_noDB_redis/conf/elementhttp.conf similarity index 100% rename from matrix_extDB/matrix_noDB_redis/conf/elementhttp.conf rename to development/matrix_extDB/matrix_noDB_redis/conf/elementhttp.conf diff --git a/matrix_extDB/matrix_noDB_redis/dconf/nginx.conf b/development/matrix_extDB/matrix_noDB_redis/dconf/nginx.conf similarity index 100% rename from matrix_extDB/matrix_noDB_redis/dconf/nginx.conf rename to development/matrix_extDB/matrix_noDB_redis/dconf/nginx.conf diff --git a/matrix_extDB/matrix_noDB_redis/docker-compose.yaml b/development/matrix_extDB/matrix_noDB_redis/docker-compose.yaml similarity index 100% rename from matrix_extDB/matrix_noDB_redis/docker-compose.yaml rename to development/matrix_extDB/matrix_noDB_redis/docker-compose.yaml diff --git a/matrix_extDB/matrix_noDB_redis/element/config.json.sh b/development/matrix_extDB/matrix_noDB_redis/element/config.json.sh similarity index 100% rename from matrix_extDB/matrix_noDB_redis/element/config.json.sh rename to development/matrix_extDB/matrix_noDB_redis/element/config.json.sh diff --git a/matrix_extDB/matrix_noDB_redis/element/element.conf.sh b/development/matrix_extDB/matrix_noDB_redis/element/element.conf.sh similarity index 100% rename from matrix_extDB/matrix_noDB_redis/element/element.conf.sh rename to development/matrix_extDB/matrix_noDB_redis/element/element.conf.sh diff --git a/matrix_extDB/matrix_noDB_redis/element/redirector.conf.sh b/development/matrix_extDB/matrix_noDB_redis/element/redirector.conf.sh similarity index 100% rename from matrix_extDB/matrix_noDB_redis/element/redirector.conf.sh rename to development/matrix_extDB/matrix_noDB_redis/element/redirector.conf.sh diff --git a/matrix_extDB/matrix_noDB_redis/element/synapse.conf.sh b/development/matrix_extDB/matrix_noDB_redis/element/synapse.conf.sh similarity index 100% rename from matrix_extDB/matrix_noDB_redis/element/synapse.conf.sh rename to development/matrix_extDB/matrix_noDB_redis/element/synapse.conf.sh diff --git a/matrix_extDB/matrix_noDB_redis/synapse/federation_sender.log.yaml b/development/matrix_extDB/matrix_noDB_redis/synapse/federation_sender.log.yaml similarity index 100% rename from matrix_extDB/matrix_noDB_redis/synapse/federation_sender.log.yaml rename to development/matrix_extDB/matrix_noDB_redis/synapse/federation_sender.log.yaml diff --git a/matrix_extDB/matrix_noDB_redis/synapse/generic-worker-log.yaml b/development/matrix_extDB/matrix_noDB_redis/synapse/generic-worker-log.yaml similarity index 100% rename from matrix_extDB/matrix_noDB_redis/synapse/generic-worker-log.yaml rename to development/matrix_extDB/matrix_noDB_redis/synapse/generic-worker-log.yaml diff --git a/matrix_extDB/matrix_noDB_redis/synapse/homeserver.yaml.sh b/development/matrix_extDB/matrix_noDB_redis/synapse/homeserver.yaml.sh similarity index 100% rename from matrix_extDB/matrix_noDB_redis/synapse/homeserver.yaml.sh rename to development/matrix_extDB/matrix_noDB_redis/synapse/homeserver.yaml.sh diff --git a/matrix_extDB/matrix_noDB_redis/synapse/log.yaml b/development/matrix_extDB/matrix_noDB_redis/synapse/log.yaml similarity index 100% rename from matrix_extDB/matrix_noDB_redis/synapse/log.yaml rename to development/matrix_extDB/matrix_noDB_redis/synapse/log.yaml diff --git a/matrix_extDB/matrix_noDB_redis/synapse/workers/synapse-federation-sender-1.yaml b/development/matrix_extDB/matrix_noDB_redis/synapse/workers/synapse-federation-sender-1.yaml similarity index 100% rename from matrix_extDB/matrix_noDB_redis/synapse/workers/synapse-federation-sender-1.yaml rename to development/matrix_extDB/matrix_noDB_redis/synapse/workers/synapse-federation-sender-1.yaml diff --git a/matrix_extDB/matrix_noDB_redis/synapse/workers/synapse-generic-worker-all.yaml b/development/matrix_extDB/matrix_noDB_redis/synapse/workers/synapse-generic-worker-all.yaml similarity index 100% rename from matrix_extDB/matrix_noDB_redis/synapse/workers/synapse-generic-worker-all.yaml rename to development/matrix_extDB/matrix_noDB_redis/synapse/workers/synapse-generic-worker-all.yaml diff --git a/matrix_extDB/matrix_noDB_redis/synapse/workers/synapse-generic-worker-sync.yaml b/development/matrix_extDB/matrix_noDB_redis/synapse/workers/synapse-generic-worker-sync.yaml similarity index 100% rename from matrix_extDB/matrix_noDB_redis/synapse/workers/synapse-generic-worker-sync.yaml rename to development/matrix_extDB/matrix_noDB_redis/synapse/workers/synapse-generic-worker-sync.yaml diff --git a/matrix_extDB/postgresql/.env b/development/matrix_extDB/postgresql/.env similarity index 100% rename from matrix_extDB/postgresql/.env rename to development/matrix_extDB/postgresql/.env diff --git a/matrix_extDB/postgresql/README.md b/development/matrix_extDB/postgresql/README.md similarity index 100% rename from matrix_extDB/postgresql/README.md rename to development/matrix_extDB/postgresql/README.md diff --git a/matrix_extDB/postgresql/docker-compose.yaml b/development/matrix_extDB/postgresql/docker-compose.yaml similarity index 100% rename from matrix_extDB/postgresql/docker-compose.yaml rename to development/matrix_extDB/postgresql/docker-compose.yaml diff --git a/matrix_includeDB/.env b/development/matrix_includeDB/.env similarity index 100% rename from matrix_includeDB/.env rename to development/matrix_includeDB/.env diff --git a/matrix_includeDB/README.md b/development/matrix_includeDB/README.md similarity index 100% rename from matrix_includeDB/README.md rename to development/matrix_includeDB/README.md diff --git a/matrix_includeDB/docker-compose.yaml b/development/matrix_includeDB/docker-compose.yaml similarity index 100% rename from matrix_includeDB/docker-compose.yaml rename to development/matrix_includeDB/docker-compose.yaml diff --git a/matrix_includeDB/element/config.json.sh b/development/matrix_includeDB/element/config.json.sh similarity index 100% rename from matrix_includeDB/element/config.json.sh rename to development/matrix_includeDB/element/config.json.sh diff --git a/matrix_includeDB/synapse/homeserver.yaml.sh b/development/matrix_includeDB/synapse/homeserver.yaml.sh similarity index 100% rename from matrix_includeDB/synapse/homeserver.yaml.sh rename to development/matrix_includeDB/synapse/homeserver.yaml.sh diff --git a/matrix_includeDB/synapse/log.yaml b/development/matrix_includeDB/synapse/log.yaml similarity index 100% rename from matrix_includeDB/synapse/log.yaml rename to development/matrix_includeDB/synapse/log.yaml diff --git a/redis-tls/cert/CA-cert.pem b/development/redis-tls/cert/CA-cert.pem similarity index 100% rename from redis-tls/cert/CA-cert.pem rename to development/redis-tls/cert/CA-cert.pem diff --git a/redis-tls/cert/certificate.crt b/development/redis-tls/cert/certificate.crt similarity index 100% rename from redis-tls/cert/certificate.crt rename to development/redis-tls/cert/certificate.crt diff --git a/redis-tls/cert/certificate.key b/development/redis-tls/cert/certificate.key similarity index 100% rename from redis-tls/cert/certificate.key rename to development/redis-tls/cert/certificate.key diff --git a/redis-tls/docker-compose.yaml b/development/redis-tls/docker-compose.yaml similarity index 100% rename from redis-tls/docker-compose.yaml rename to development/redis-tls/docker-compose.yaml diff --git a/redis-tls/predixy/conf/auth.conf b/development/redis-tls/predixy/conf/auth.conf similarity index 100% rename from redis-tls/predixy/conf/auth.conf rename to development/redis-tls/predixy/conf/auth.conf diff --git a/redis-tls/predixy/conf/cluster.conf b/development/redis-tls/predixy/conf/cluster.conf similarity index 100% rename from redis-tls/predixy/conf/cluster.conf rename to development/redis-tls/predixy/conf/cluster.conf diff --git a/redis-tls/predixy/conf/latency.conf b/development/redis-tls/predixy/conf/latency.conf similarity index 100% rename from redis-tls/predixy/conf/latency.conf rename to development/redis-tls/predixy/conf/latency.conf diff --git a/redis-tls/predixy/conf/predixy.conf b/development/redis-tls/predixy/conf/predixy.conf similarity index 100% rename from redis-tls/predixy/conf/predixy.conf rename to development/redis-tls/predixy/conf/predixy.conf diff --git a/redis-tls/redis-master.conf b/development/redis-tls/redis-master.conf similarity index 100% rename from redis-tls/redis-master.conf rename to development/redis-tls/redis-master.conf diff --git a/redis-tls/redis-slave.conf b/development/redis-tls/redis-slave.conf similarity index 100% rename from redis-tls/redis-slave.conf rename to development/redis-tls/redis-slave.conf diff --git a/redis/docker-compose.yaml b/development/redis/docker-compose.yaml similarity index 100% rename from redis/docker-compose.yaml rename to development/redis/docker-compose.yaml diff --git a/redis/predixy/conf/auth.conf b/development/redis/predixy/conf/auth.conf similarity index 100% rename from redis/predixy/conf/auth.conf rename to development/redis/predixy/conf/auth.conf diff --git a/redis/predixy/conf/cluster.conf b/development/redis/predixy/conf/cluster.conf similarity index 100% rename from redis/predixy/conf/cluster.conf rename to development/redis/predixy/conf/cluster.conf diff --git a/redis/predixy/conf/latency.conf b/development/redis/predixy/conf/latency.conf similarity index 100% rename from redis/predixy/conf/latency.conf rename to development/redis/predixy/conf/latency.conf diff --git a/redis/predixy/conf/predixy.conf b/development/redis/predixy/conf/predixy.conf similarity index 100% rename from redis/predixy/conf/predixy.conf rename to development/redis/predixy/conf/predixy.conf diff --git a/redis/predixy/conf/predixy.log b/development/redis/predixy/conf/predixy.log similarity index 100% rename from redis/predixy/conf/predixy.log rename to development/redis/predixy/conf/predixy.log diff --git a/redis/redis-master.conf b/development/redis/redis-master.conf similarity index 100% rename from redis/redis-master.conf rename to development/redis/redis-master.conf diff --git a/redis/redis-slave.conf b/development/redis/redis-slave.conf similarity index 100% rename from redis/redis-slave.conf rename to development/redis/redis-slave.conf