Remco van der Velde

Results 24 comments of Remco van der Velde

@AlliBalliBaba its coming from the same server using a php script, it is not from a library, it is coming from the local file system. If you look at the...

@AlliBalliBaba i've checked how it serves the files: ```php file_get_contents($url); ``` and thats gives a response where `$data` is the `file_get_contents` here: ```php return new Response( $data, Response::TYPE_FILE, Response::STATUS_OK, [...

@AlliBalliBaba it moved to: https://github.com/raxon-org but yeah, i have made tons of repositories which are combined one functioning backend / frontend. The last part of the system isnt automated yet,...

Well i made a repository https://github.com/raxon-org/workspace which will be updated the coming weeks to make an installable little workspace with filemanager and music player. It is a docker image with...