awkspace
awkspace
A Lambda@Edge deployment would, I think, be a more lightweight solution for redirection than another bucket and distribution. Something like (written for `!Sub`): ```javascript exports.handler = async (event, context) =>...
This project is awesome for writing new text, but I'd like to be able to edit text that's already present. Right now I just copy/paste it into Emacs when invoking...
Some systems require `--privileged` for `dockit` to work; others just require `--cap-add=SYS_ADMIN`. Investigate the difference and drop permissions where possible.