-domoticz: Fixed Download URL
-esphome: Disabled sudo pseudo-terminal while building
-kavita: Fixed dailing with existing userdata in update script
-nextcloud updated a php opcache setting
* Fixed not Stoping/Starting php-fpm services on upgrade and install
* Fixed PHP detection by checking if php or php-fpm exists
CT Nextcloud: added missing php-Phar package,
fixed typo in FirstRun.sh
Refactored PHP packagelists to set the PHP version when running `AlpinePHPTool.sh` instead of having it set in the pkglist.
This change will deprecate `AlpineUpdatePHPVer.sh` since only the `NewPHPVer` variable in `AlpinePHPTool.sh` needs to change the PHP version change
Now using external `AlpinePHPTool` script for installing/configuring php.
This wil make upgrading PHP on existing containers automaticaly plausible/easier.
Removed php packages from alpine.yaml and moved them to CT-Files `Config/php.pkglist`
Remove PHP configurations steps from CT's init.sh and integrated them in ` AlpinePHPTool`
Removed PHP timezone configuration files and intergradeded them in `AlpinePHPTool`
Updated
All CT's unsing NGINX:
Added a teporary work around for the repo,
Using te 3.19 one for now
CT -Nextcloud:
Switched from redis to valkey,
Added missing php (Ctype) and imagemagick (SVG) modules