Tobias Knöppler

Results 116 comments of Tobias Knöppler

Okay, sorry, maybe this was just a use case I wasn't aware of - it's indeed possible to access the admin panel via the domain *if you're in the same...

Do you have any custom proxies in front of NCP? `You're speaking plain HTTP to an SSL-enabled server port.` clearly states that you are trying to talk to NCP via...

Hm, that output looks perfectly fine, actually... Can you try again with `curl -u ncp: -kv https://ncp-local-ip`? *PLEASE MAKE SURE TO REMOVE THE PASSWORD FROM THE OUTPUT BEFORE POSTING!*

I see... I think I understand the issue. The web interface is actually working, but the certificate has changed. Since your browser already knew the old certificate and HSTS is...

> What makes it a problem to use SSLCertificateFile /etc/letsencrypt/live/domain.com/fullchain.pem and SSLCertificateKeyFile /etc/letsencrypt/live/domain.com/privkey.pem ? Nothing, I was just not aware that the admin panel was configured in this way. This...

> I updated nc-apps, nextcloud, and nc-update; all from the ncp web panel yesterday. Everything went fine, no issues. > > Today I decided to update my debian 11 system...

> @pulsejet using ImageMagick sounds like a good idea. Point 3 could also solve #111 Maybe we can use already generated images by the image preview generator app? Would it...

@pulsejet Oh, that's good to hear. Then it's even more important to not reintroduce it here, imo :)

@pulsejet After looking at the PR you linked, I have to contradict: They are using the NC preview provider, which in turn *can* use imagick, depending on it's configuration. That's...

> This issue is already solved... Oh, I see... How was it solved, though? With or without imagick and in the latter case, did it introduce imagick as a hard...