jiatao99

Results 27 comments of jiatao99

After I create another super user and run under that user, the 500 error went away. However, when I click on view(novnc) button, I still get this error: "Something went...

Either way is fine. Just thought extending the interface is a lot easier since the implementation class has to implement this interface anyway.

> [This library](https://github.com/ukparliament/Mapping) by @hellikopter does just that. > Not documented but might help you. Thanks. Will check it

Here is the output: ``` {"column1":[{"value1":[{"$type":""System.Decimal"},"1.001"]}],"column2":[{"value2":[null,"text"]}]} ``` see ```{"$type":""System.Decimal"}``` the problem is :""String.Decimal" whenever you use TypelessFormatter without write anything out in your own formatter, it output "" after :

+1 Thanks for this beautiful extension. It will be very useful to integrate with Dev Kit

> I'm having this problem too. I did a workaround just moving the cert files to the proper location and editing the host configuration with nano. But iit is not...

When I try to build your Dockfile locally using `docker build .`, ``` # Add files. COPY rootfs/ / ``` I got this error. Step 12/16 : COPY rootfs/ /...

Thank you very much for your Dockfile. I finally make the dns challenge works with cloudflare (even with wildcard certificate). I have to do a couple of things 1. Modify...

1. in your `/rootfs/etc/cont-init.d/nginx-proxy-manager.sh` you have this line. However, if I create my own cli.int inside my mapped letsencrpyt folder, sometime it does not copy over `[ -f $XDG_CONFIG_HOME/letsencrypt/cli.ini ]...

1. If you pre-install some common ```certbot-dns-xxxx``` inside your Dockerfile. It will be perfect. Remember to put ==0.30. Otherwise it will be failed. Or maybe you can build certbot in...