-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
to add php8.5 for new users, we need to edit templates:
- check if not present and append to: /etc/openpanel/docker/compose/1.0/.env this: stefanpejcic/openpanel-configuration@1b1f0b7
wget -O /etc/openpanel/php/ini/8.5.ini https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/php/ini/8.5.ini- edit
/etc/openpanel/docker/compose/1.0/docker-compose.yml to add: stefanpejcic/openpanel-configuration@70b47e2
for existing users we need a way to do the same:
- loop users
- check if they have 8.4 and not yet 8.5 - then append 8.5 same as above
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
In Progress