Advanced Search
Search Results
10 total results found
software
things i know about software
vault
vault by hashicorp
concourse
concourse ci
userscripts
some userscripts that I use
firefox
basics
vault is a secrets management engine by hashicorp. some cli usage after installing vault: login to your instance: vault login -address https://vault.arul.io using concourse as an example: enable kv store: vault secrets enable -version=2 -path=concourse kv conc...
deployment
I deploy vault with docker compose. caveats when vault or docker restart, the vault is sealed. this can be problematic when other programs have short-lived access tokens, since they will be unable to renew the tokens, therefore being left with expired tokens. ...
basics
concourse is an open-source CI/CD thing. setup concourse is (mostly) controlled via the fly cli.
twitch
Userscripts are pretty useful on twitch. ffz auto dark mode auto max quality
Dark Mode
userChrome.css: /* Remove New Tab Flash */ @-moz-document url(chrome://browser/content/browser.xul) { browser[type="content-primary"], tabbrowser tabpanels, #appcontent > #content { background: #323234 !important; } } #tabbrowser-tabpanels { backgroun...