-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Docker image 5.3.0 breaks custom index.html #26
Comments
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. |
I'm having the same issue |
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. |
This is still an issue as of 2/13/2024.
|
Can confirm it's still an issue. Version 5.2.5-ls168 seems fine. |
Can confirm |
How is this still an issue? Manually overwriting the HTML as RO or using an older container image is not ideal, much like the reliability of this image. |
Upstream keeps the static app files mixed in with user modifiable files, which makes our init a hacky one. On top of that, they keep changing the file/folder structures and keep breaking our init for updates. I used to use this in production when we first published the docker image so I kept up with the changes then but I no longer use it so I haven't stayed on top of the cat and mouse game. |
Hi. Same issue on ARM64. |
Is there an existing issue for this?
Current Behavior
When deploying librespeed with container tag 5.3.0 (latest), my custom template in /config/www/index.html is not served. On a clean build, template examples are also not generated in /config/www
Expected Behavior
My template in /config/www/index.html should be served and templates should be generated in /etc/www on a clean build.
This is working when I roll back to version 5.2.5.
Steps To Reproduce
Deploy container lscr.io/linuxserver/librespeed:5.3.0
check logs
check /config/www/index.html
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: