iprobedroid / swgoh-arena-tracker

47 stars 189 forks source link

Accept local file for ALLY_CODES_URL #15

Closed hatermater closed 3 years ago

hatermater commented 4 years ago

Please add code to accept local file for ALLY_CODES_URL instead of requiring URL Something like ALLY_CODES_FILE or check if file is local file first before trying network operation

iprobedroid commented 4 years ago

do not really understand how you going to use local files with docker containers

hatermater commented 4 years ago

By making a new local container (with changes) or by extracting the binaries from container and running them locally ;)

hatermater commented 4 years ago

Otherwise I have to run an http server to host the file in the container

depositor commented 4 years ago

what is the problem with using secret github gists?

pserwe commented 3 years ago

Personally, I'm running a standalone nginx alongside the docker containers, but there are container versions that can run essentially side by side, bound to localhost. Gists or some other free file hosting (even discord CDN can do it if you upload the file into a chat) also works.