Initial Commit

Update Dockerfile_cleaner, Dockerfile_recorder, and 12 more files...
This commit is contained in:
2023-05-15 17:07:19 +02:00
commit 6b3ef62c4b
14 changed files with 752 additions and 0 deletions

11
htdocs/.htaccess Normal file
View File

@@ -0,0 +1,11 @@
# Prevent access to .htaccess
<Files ~ "^.*\.([Hh][Tt][Aa]|[Pp][Yy])">
Require all denied
</Files>
# Fixing Apache's autistic fit with .mkv files
AddType video/x-matroska mkv
# Allowing indexes
Options +Indexes -FollowSymlinks -ExecCGI
ServerSignature Off