HesselTjeerdsma
HesselTjeerdsma
This should be a relatively easy fix by adding the following header in the nginx config file for PMA. `proxy_set_header X-Forwarded-Proto https;` Since nginx will always ssl terminate requests to...
This would only fix the https error, but the main problem is that the .scss are not compiled and thus there are no css files. I fixed this by running:...
Final comment here, since phpmyadmin v5.0 (and since there is no version check in place for wordops) uses yarn to compile the scss file, this step should be implemented in...
Yes, that would be much easier. I tried including yarn + sass to compile the scss and in install the packages in a fork, but this was overly complicated. Using...
1. @nordurljosahvida Would like to help! At the moment I am also quite busy but I will write a bash script, and leave the implementing up to you!
Here is some simple code that updates dns records using the cloudflare api, I hope it is useful! ``` #!/bin/bash AUTH_EMAIL="" #ask during setup AUTH_KEY="" # found in cloudflare account...
@nordurljosahvida How is the implementation going?
@nordurljosahvida No problem, what do you mean with implementing it on a lower level?
@nordurljosahvida ah I see, that bash framework looks interesting! Yes, I do control multiple sites via multiple zones on one account. If I can be of any help, let me...
Any progress on this?