vault backup: 2026-05-05 16:18:04

This commit is contained in:
Vadym Samoilenko 2026-05-05 16:18:04 +01:00
parent 0a789e2c09
commit 7c6c6b3e7f
2 changed files with 4 additions and 0 deletions

View file

@ -297,6 +297,7 @@ cd backend && composer install && php -S localhost:5015 # :5015
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-05-05 | Relaxed Safety toggle for Veo | Added toggle to left panel, backend safety filter level changed to BLOCK_FEWEST | cinema-studio-pro backend, Video Gen UI component |
| 2026-05-05 | Safety settings bypass toggle | Safety threshold configuration added, deployment script executed | safetySettings config, Image Gen module, deploy-optical.sh |
| 2026-05-05 | Safety blocks bypass | HARM_CATEGORY thresholds set to BLOCK_ONLY_HIGH, deploy script executed | safetySettings config, deploy-optical.sh |
| 2026-05-05 | Safety settings bypass | HARM_CATEGORY thresholds set to BLOCK_ONLY_HIGH for sexually_explicit, hate_speech, harassment, dangerous_content | safetySettings.json, deploy-optical.sh |

View file

@ -168,3 +168,6 @@ tags: [daily]
- 16:03 | `aimpress`
- **Asked:** How to manage forgotten service logins and passwords on PVE server securely?
- **Done:** Added current services and credentials to Vaultwarden, reset NPM password via container, configured proxy manually.
- 16:16 | `cinema-studio-pro-kling`
- **Asked:** Add option to bypass safety blocks in Nano banana's video generation settings.
- **Done:** Implemented Relaxed Safety toggle in UI and configured backend to use BLOCK_FEWEST filter level for Veo.