SSH Key?
-
Just played around with Github Pages on Cloudron and it worked beautifully, just as expected
Though the https origin with username/password combo seemed a bit antiquated by now. What would it take to be able to whitelist SSH keys for this app and being able to bypass https auth entirely?
-
@nebulon Yeah, let's put in ssh server like the one we have in gogs and just have it read of an authorized_keys file editable via the File Manager. What do you think? We can also remove the password based authorization entirely. I think we just implemented it that way for initial prototyping.