Christophe Gosiau
Christophe Gosiau
Hi @attilabalazsy, Thanks for this! Would there be any chance that one of the maintainers includes this in the next version? (@vpp)
This worked for me: postgresql_global_config_options: - option: data_directory value: "/custom/data/dir" postgresql_data_dir: /custom/data/dir The postgresql_data_dir variable only initializes a database in the given directory.
+1 Would it be possible to add extra colors? Perhaps a color picker?
I think the PR broke something: ``` 2020-07-30 13:10:13,411 - synapse.http.server - 83 - ERROR - POST-73- Failed handle request via 'LoginRestServlet': Traceback (most recent call last): File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line...
This is not a server issue. The link in the page refers to this url: https://www.gravatar.com/avatar/aa078506c365ca8c70ddd0fd01e8494b?s=250&d=https%3A%2F%2Fmautic.MYHOSTNAME.be%2Fapp%2Fassets%2Fimages%2Favatar.svg%3Fv5fca5e5d This url responds with a 302 redirect to https://i2.wp.com/mautic.MYHOSTNAME.be/app/assets/images/avatar.svg?ssl=1 If this url is requested,...
I made a pull request with a fix that was proposed by PHP developers: https://github.com/php/php-src/issues/10051