Garrett LeSage

Results 767 comments of Garrett LeSage

I've pushed some fixups for mobile, including some more performance wins. Desktop mode still needs some work, but it wasn't as bad off anyway (and usually desktops have beefier CPUs...

It seems to be documented already at: https://cockpit-project.org/external/wiki/Proxying-Cockpit-over-Apache-with-LetsEncrypt#tlsssl-certificate-with-lets-encrypt > Now copy the certificates information into the cockpit certificate folder using the following commands > ``` > cat /etc/letsencrypt/live/cockpit.your-domain.com/fullchain.pem >> /etc/cockpit/ws-certs.d/1-my-cert.cert...

Ideally, we'd want to have the RTL check in a function that both places used, but I wanted to get a very simple proof of concept started. There are a...

@yarons: I hope this is a good start. Are you able to check out this branch and compile Cockpit locally to check things out? We have a guide @ https://cockpit-project.org/external/source/HACKING

I changed `var` to `let` in the two places `lang_dir` is initialized. (I didn't change any of the other variables that are set in the same code blocks.) As I...

I've added some login support as requested. It's also quite basic. I've used var instead of let, as the login page needs to support old browsers, such as Internet Explorer...

@yarons: I was talking with @andreasn about this PR last week and suggested we set up a VM for testing, with this branch compiled in. Hopefully we can get something...

Rebased to master. @yarons: I hope this compiles better for you now!

Rebased to current code & force-pushed

Rebased to master. 1. This still needs someone (@martinpitt, @marusak, etc.) to pick it up and polish the code to be better than my little hack. :wink: 2. And then...