Initial commit: Modular Deploymentcenter platform

This commit is contained in:
Deploymentcenter Bot
2026-08-05 21:23:24 +02:00
commit 3a38fd4837
27 changed files with 2323 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# API Unauthenticated Access
Satisfy Any
Allow from all
# Apache 2.4+ compatibility
<IfModule mod_authz_core.c>
Require all granted
</IfModule>