librespeed / speedtest

Self-hosted Speed Test for HTML5 and more. Easy setup, examples, configurable, mobile friendly. Supports PHP, Node, Multiple servers, and more
https://librespeed.org
GNU Lesser General Public License v3.0
12.05k stars 2.18k forks source link

Custom Frontend in docker #647

Open sstidl opened 2 months ago

sstidl commented 2 months ago

Hi guys,

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"?)

Originally posted by @jk779 in https://github.com/librespeed/speedtest/issues/645#issuecomment-2268490053

sstidl commented 2 months ago

@jk779 please post your docker-compose.yml so I can understand your problem