Closed Gisleburt closed 1 year ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Hi @Gisleburt, I have the same problem on my side, the only way i found to solve it, is having my docker LXC CT as an "Unprivilegied CT".
To clarify, we do not support docker in lxc. Even the proxmox (majority of lxc users seem to be proxmox users based on the issue reports we get) devs recommend against running docker in lxc. So that wouldn't be considered a solution.
For the OP, your issue is likely due to storing the config folder on nfs. We don't support or recommend putting config folders on a remote share (media/data folders are fine). Especially databases do not like that. On k8s, you can either do local or block storage like longhorn.
Thanks for the response @aptalca. I'd been wanting to add Longhorn for a little while so this was a nice excuse, wish I'd done it earlier now, it was far easier than my NFS provisioner 😛 .
Unfortunately I still get a 500 and still don't get anything in the logs.
To clarify, we do not support docker in lxc. Even the proxmox (majority of lxc users seem to be proxmox users based on the issue reports we get) devs recommend against running docker in lxc. So that wouldn't be considered a solution.
For the OP, your issue is likely due to storing the config folder on nfs. We don't support or recommend putting config folders on a remote share (media/data folders are fine). Especially databases do not like that. On k8s, you can either do local or block storage like longhorn.
Thanks for the information.
By the way, doing additional tests, even if it's not a recommended solution to use LXC docker, switching from a CT template "turnkey" to a CT template "standard" is solving the issue on my landscape. All is working fine on my side now.
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
What else can I add to help?
Your issues are probably just because of using k3s. While I've seen users say they have it working, it's not a platform we provide support for.
Ok, I'll try something else. Thanks for looking into it.
This issue is locked due to inactivity
Is there an existing issue for this?
Current Behavior
When arriving on a fresh, the homescreen works fine, but clicking 'Add an application here' causes a 500
Expected Behavior
I should be able to add an application
Steps To Reproduce
I am trying to run the container in kubernetes (see below for deployment yaml).
I have tried both 2.5.6 and 2.5.5 (based on a similar sounding bug in linuxserver/Heimdall#1183)
I've also tried with and without the PUID and PGID but its the same either way (also other files have been written to the volume)
Logs:
kubectl logs ...
/config/log/heimdall
/config/log/nginx/error.log
exists but is empty/config/log/nginx/access.log
shows the 500s but has no useful info about them/config/log/php/error.log
only says fpm is readySome possible quirks:
With no logs I'm not sure what to go off
Environment
CPU architecture
x86-64
Docker creation
Container logs