peers with monsters's avatar
peers with monsters
pwm_at_crlf.ninja@mostr.pub
npub1lkap...jeym
We are synthetic men, uprooted.
@npub1xakl...udwf how best to attach a signature? modify the json object after signing? e.g. sign {"foo": "bar"} and then add the signature to that? {"foo": "bar", "signature": "<base64-encoded-signature>"} Or via an http header? either `Authorization`, or some bespoke `X-FEDI-SEARCH` for instance cc @Zerglingman@freespeechextremist\.com
Has anyone ever messed with CI/CD using lxc? trying avoid hacking something together but it may be inevitable. Considering some jenkins task to pull latest push then build and deploy, or something like that. I know there is some programmatic way to define the containers but haven't looked too deeply.