StudioEtrange
StudioEtrange
For file named with wrong extension
Fixed by #387
Yes need at least auto login for reverse proxy which take care of security layer itself. Need login to be disabled into airdcppweb
In short : Yes that is the case ! And solved other situations relative to the situation when we use scripts independently (running get_token alone or port_forwarding alone) from whatever...
CAPS characters is for global variable
2 years ago, I wrote simple scripts to cross compile go applications i.e : ngrok go application built on multi platform : https://github.com/StudioEtrange/ngrok-build I digged into the problem of cross...
Same bug here. with ``` operation_arguments6 = api.parser() operation_arguments6.add_argument('a', required=True, help='A number', location=['form','args']) operation_arguments6.add_argument('b', required=True, help='A number', location=['form','args']) ``` result ``` parser_params = dict((p['name'], p) for p in expect.__schema__) File...
Yes I think it is the problem with the volume list not correctly managed. This version should solved this https://github.com/StudioEtrange/docker-volume-bindfs
Exact same error on a raspberry pi 4 And yes, I have run ``` sed -i 's/I386_PC = y/I386_PC = n/' Makefile sed -i 's/ARM_RPI = n/ARM_RPI = y/' Makefile...