Alexander Lehmann
Alexander Lehmann
I would call that a design flaw of the page, it works fine with e.g. Gitea since that uses a regular image in HTML and not a modal
I believe that is a feature of the web server, not the application, so this might be difficult to implement unless you have a frontend proxy, but it could be...
I have to look it up, but I think a fe proxy can implement that if the files are static. Anyway, I think that would be useful feature if it...
@besmirzanaj are you sure that your host allows outbound SMTP connections? I am trying to find an similar issue in my setup and I found that my VPS blocks port...
I have written a small shell script to do automatic uploads that could be used in a CI workflow, I currently use that for a client tool to upload screenshots...
I would like that as well, I am monitoring my gemini server which is ssl/1965 port and it would be nice to check the connect and maybe the cert validity...
STARTTLS is mostly used for SMTP I guess, that is easy to implement for a check but requires a rule for each protocol. Plain TLS connects like SMTPS are much...
It should be easy to write a plugin for that for the monitor (though i have not looked at how plugins work in general, it might be worthwhile to write...
> When implementing this, can you please add an option to compare public key of certificate with a stored public key in the monitor configuration. E.g. via sha256sum of the...