Added extra notes, manual database restore script (preliminary) and added teamspeak.nix configuration.

This commit is contained in:
Root User 2026-02-09 22:40:44 +01:00
parent ee11c9171b
commit 39e044b757
Signed by: root
GPG key ID: 087F0A95E5766D72
3 changed files with 220 additions and 0 deletions

View file

@ -0,0 +1,7 @@
How to change passwords in case of a major heck up
```zsh
sudo podman exec -it -u www-data partdb sh
# inside container:
cd /var/www/html
php bin/console partdb:users:set-password USERNAME
```