MarkusGnigler
MarkusGnigler
Since it's a warning in the admin panel, would it also be a good idea to implement an env variable for the default_phone_region setting? ```php
Hy @bbhxwl, Sure, i'm using my own compose file with all services based on alpine image (tag with alpine - 23-fpm-alpine) and my custom nginx based proxy webserver from [nginx4docker](https://github.com/MarkusGnigler/nginx4docker)....
Hi Steve, is there any suggestion for an example type for the value object? Should there be only one example of it or should there also be actions operating on...
@craigs100 Don't make your life hard and install such a small tool. Use docker instead ;) Bash ```bash docker run -it --rm \ --publish 3030:80 \ --publish 25:25 \ --publish...
First, thanks for the port :) i'll tried it, and is true. A PR is created if it's a desired change. #10
Can be closed #10
Sry but windows builds are not easily possible on gh actions. https://github.com/docker/build-push-action/issues/18 I try it on my own project [ghorg-sync](https://github.com/MarkusGnigler/ghorg-sync) and it really doesn't work. I abandoned the PR Is...
Thanks for looking into this. I have followed your advice and added the nested json formatting `\{ and \}` but the error remains. - [x] The entire config string is...
I have copied the new format without linebreaks. Unfortunately it does not work either. ```sql CREATE SERVER "steampipe_gcp" FOREIGN DATA WRAPPER "steampipe_postgres_gcp" OPTIONS (config '{"project":"test-dev-project-415510","credentials": \{ "type": "service_account", ... ```...
Thanks for your Work and Time! ### My setup. I have an ephemeral system, running in the cloud. The database is running within a container with all extensions installed. In...