Juan Carlos Carvajal B

Results 13 comments of Juan Carlos Carvajal B

I would be also interested to implement this. For the moment, I think I will use another js library to scroll after the pagepilling script is done. I am curious...

I recompiled the plugin using the Atom facility, it is working now.

is this feature being implemented?

I would also like to deactivate domains. Thanks for the feature request. Deactivated domains should for example not request a letsencrypt cert.

can confirm the issue. certs are not being renewed

I had to 1. update acme.sh 2. Th delete the certs in the froxlor panel 3. Eventually also remove the cert files from amce.sh 4. renew the certs through the...

you can solve this issue by deactivating "Force SSL" OR by adding the following custom location which will catch the letsencrypt requests (basically redirect back to the nginx proxy): @jc21...

I had to do it like this: tags.py @register.filter def get_item(dictionary, key): return the dictionary.get(key) {% for key in multifield %} {{ key }} -- {{ multifield.choices | get_item:key }}....