You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i've been a very bad boy and have been overwriting standalone.php in my docker-compose.yml to add some deep customizations.
I now realize that this was a bad idea :/ Any quick recommendations on how to easily migrate my standalone.php "fork" to the new structure? I'm not even sure what the right file location would be and i'm not too keen on reimplementing the changes to a more sophistocated and correct way because of no time 🙈 and on top of that i didn'teven use a version control to retrace my steps 🌚 (but out of curiosity - how would one do that "the right way"?)
to solve this you have to look at entrypoint.sh. there is the logic for which files are used for the docker image.
default is to use docker/ui.php which can be mounted at /speedtest/ui.php in the compose file
to simplify that for a more complex ui, we have to use a frontend folder which is copied completely not just a single file... this is work in progress in the newdesign branch.
Originally posted by @jk779 in #645 (comment)
The text was updated successfully, but these errors were encountered: