Added extra notes, manual database restore script (preliminary) and added teamspeak.nix configuration.
This commit is contained in:
parent
ee11c9171b
commit
39e044b757
3 changed files with 220 additions and 0 deletions
7
nix-system-configs/modules/songsheet/wavelog/notes.md
Normal file
7
nix-system-configs/modules/songsheet/wavelog/notes.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue