This commit is contained in:
eroncero 2025-02-27 21:35:31 +01:00
parent b53c19929a
commit 3ea80eda6c

View File

@ -2,8 +2,8 @@
Critical:
- When phpmyadmin install-script generates a password, it doesnt match with the password stored in '/etc/phpmyadmin/config-db.php'.
- At least hard-code DB credentials to /var/www/ZnoteAAC/config.php so it can be able to access.
Refactor:
- Remove phpmyadmin dependencies written in install-script. Dependencies should be in the dockerfile. (Also make a copy of the original script).
- Check for more phpmyadmin errors. Proper php.ini tweaking?
- Tweak /var/www/ZnoteAAC/config.php properly.