feat: implement user linking for members and update database schema for user associations
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 53s

This commit is contained in:
Torsten Schulz (local)
2026-07-22 23:54:45 +02:00
parent 46079fc16e
commit 3ac4039097
12 changed files with 319 additions and 18 deletions

9
docs/tt-verein.de.conf Normal file
View File

@@ -0,0 +1,9 @@
# HTTP: www.tt-verein.de und tt-verein.de -> HTTPS
<VirtualHost *:80>
ServerName www.tt-verein.de
Redirect permanent / https://tt-verein.de/
</VirtualHost>
<VirtualHost *:80>
ServerName tt-verein.de
Redirect permanent / https://tt-verein.de/
</VirtualHost>