Teo Dumski

Results 9 comments of Teo Dumski

It would be a nice option to customize proxy docker image (we have to stick with `zodern:nginx-proxy` for now). For me, it's only thing stopping me from deploying on my...

Hi, @conorstrejcek, I've managed to run `jwilder/nginx-proxy:latest` as an alternative to the default nginx-proxy image. Just wanetd to share my solution with you. I used [this file](https://github.com/zodern/meteor-up/blob/6752efd63218cf00caa3e19b0d2999f6d837a9de/src/plugins/proxy/assets/templates/start.sh) as a guide...

Same here :/ Macbook Air M1. Any ideas? Thx, Teo

Hi, is this planned to implement anytime soon? When working on multiple monitors the feature seems really necessary. Or maybe there is another way to work on one project using...

That would be awesome, any plans for that? Cheers

Same here with Seeed Xiao ESP32-XX boards...

For someone who wonders how to change the active pane color (in settings.json file): ``` "experimental.theme_overrides": { // ... "border.selected": "#f00", // ... } ``` It took me a while...