jcormier
jcormier
> I wasn't able to get Etcher to run from source correctly though Hmm I couldn't even get npm to build etcher on my ubuntu machine. Must be doing something...
Note the config for the internal nginx config can be found here: https://github.com/sameersbn/docker-redmine/blob/master/assets/runtime/config/nginx/redmine If you want to try modifying it, you can volume mount over it. ``` - ./config/nginx/redmine:/etc/docker-redmine/runtime/config/nginx/redmine:ro ```...
I did just try to upload then download a 3.4GB iso on a fresh repo and it downloaded without issue. Though it was all run locally on my machine so...
Closing
Its probably possible, someone would just need to figure out and test the changes to the github build scripts. Pull requests are welcome
What plugin is requiring this?
I would guess that you may need to update those plugins
Then I'd guess they don't support ruby 3.2 yet. You can go back to 5.1.1-3. Though may be a good idea to contact them and ask them about ruby 3.2...
Thanks @danone-dev for looking into this. The action mailer docs seem very vague on what the valid settings of these configs are. Perhaps ssl and tls just have to be...
Huh well, that sucks. I expected the github workflow to only tag the latest for changes to the master branch... I wonder if there is anyone who understands how to...