Closed xboxfly15 closed 3 days ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Please provide the actual run/compose you're trying to use with this env.
I’m using Coolify so there is none. It’s just the image with that environment variable.On 26 Nov 2024, at 3:38 pm, Adam @.***> wrote: Please provide the actual run/compose you're trying to use with this env.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
PMA_CONFIG_BASE64
& PMA_USER_CONFIG_BASE64
are not built-in envs that phpmyadmin can read, the official docker image does its own processing of them to replace the config files. I'll need to open a PR to make similar affordances for our image.
Cheers. Yeah I could not see any code in this repo that added such which I thought was weird as I was just lead to believe it supported all env variables based on the README We support all of the official [environment variables](https://docs.phpmyadmin.net/en/latest/setup.html#docker-environment-variables) for configuration...
which is why I opened this issue.
Is there an existing issue for this?
Current Behavior
Using lscr.io/linuxserver/phpmyadmin:latest PMA_USER_CONFIG_BASE64 and PMA_CONFIG_BASE64 do not work at all. All other environment variables work except for them two.
Expected Behavior
Work the same as the official image which overrides any previous environment variables.
Steps To Reproduce
Environment
No response
CPU architecture
x86-64
Docker creation
Container logs