Ryan McGuire
Ryan McGuire
https://book.rymcg.tech/linux-workstation/kvm-libvirt/index.html
All the apps have X_IP_SOURCERANGE They also need to have X_IP_STRATEGY_DEPTH and X_IP_STRATEGY_EXCLUDED_IPS See https://doc.traefik.io/traefik/middlewares/http/ipallowlist/#ipstrategyexcludedips This will let you specify a sourcerange to allow and further filter it based on...
Refactor tiddlywiki to support multiple authentication backends. Fixes #129
Right now, Postgres uses step-ca to create a new CA for each instance, only to sign one key for postgres. This should be removed, in favor of the external Step-CA...
[Right now its a static list of entrypoints](https://github.com/EnigmaCurry/d.rymcg.tech/blob/9422efea347a6df6b39ed3feba13ca3336c6a5c6/traefik/.env-dist#L116-L159) Not wanting to break existing config, I propose creating a new variable `TRAEFIK_EXTRA_ENTRYPOINTS`: ``` TRAEFIK_EXTRA_ENTRYPOINTS=[[ENTRYPOINT_NAME, ENTRYPOINT_ADDRESS, ENTRYPOINT_PORT], ... ] ``` and to...
On GrapheneOS (and possibly iPad) the mTLS cert generated by step-ca does not import. This was tested by @mcmikemn to be due to the fact that the CA cert is...
I think its a good idea to allow building the Docker image from an arbitrary repository and git ref id, otherwise it will always build from your repo at master,...
A hypothetical management interface I dreamed up: # dry_agent dry_agent is a ChatOps bot and agent for d.rymcg.tech. The bot sits in a Matrix room which you can chat with...