From 36a3c3033d22ab9eb975f312805f95cd33fbae87 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Wed, 24 Sep 2025 00:24:42 +0200 Subject: [PATCH] chore(kb): add sources --- knowledge base/dblab engine.md | 4 ++++ knowledge base/gitlab/glab.md | 4 +++- knowledge base/gitlab/pipeline.md | 2 +- knowledge base/gopass.md | 32 ++++++++++++++++++++++++++++--- 4 files changed, 37 insertions(+), 5 deletions(-) diff --git a/knowledge base/dblab engine.md b/knowledge base/dblab engine.md index af47d38..da9fb8f 100644 --- a/knowledge base/dblab engine.md +++ b/knowledge base/dblab engine.md @@ -430,6 +430,8 @@ Solution: remove all ZFS snapshots in the pool that should be used for the refre - [PostgreSQL] - [Documentation] - [`dblab`][dblab] +- [Extended Docker Images with PostgreSQL for Database Lab] +- [SE Docker Images with PostgreSQL] ### Sources @@ -461,7 +463,9 @@ Solution: remove all ZFS snapshots in the pool that should be used for the refre [Codebase]: https://gitlab.com/postgres-ai/database-lab [DBLab Engine configuration reference]: https://postgres.ai/docs/reference-guides/database-lab-engine-configuration-reference [Documentation]: https://postgres.ai/docs/ +[Extended Docker Images with PostgreSQL for Database Lab]: https://gitlab.com/postgres-ai/custom-images [How to install DBLab manually]: https://postgres.ai/docs/how-to-guides/administration/install-dle-manually +[SE Docker Images with PostgreSQL]: https://gitlab.com/postgres-ai/se-images [Website]: https://postgres.ai/ diff --git a/knowledge base/gitlab/glab.md b/knowledge base/gitlab/glab.md index d4b607b..419b6d3 100644 --- a/knowledge base/gitlab/glab.md +++ b/knowledge base/gitlab/glab.md @@ -78,6 +78,7 @@ glab mr list --repo 'someGroup/someNamespace/someRepo' ## Further readings - [Codebase] +- [Documentation] -[codebase]: https://gitlab.com/gitlab-org/cli +[Codebase]: https://gitlab.com/gitlab-org/cli +[Documentation]: https://gitlab.com/gitlab-org/cli/-/blob/main/docs/source/index.md diff --git a/knowledge base/gitlab/pipeline.md b/knowledge base/gitlab/pipeline.md index 9213066..ecbfffe 100644 --- a/knowledge base/gitlab/pipeline.md +++ b/knowledge base/gitlab/pipeline.md @@ -285,7 +285,7 @@ Solution: give that user _developer_ access or have somebody else with enough pr [customize pipeline configuration]: https://docs.gitlab.com/ee/ci/pipelines/settings.html [debugging ci/cd pipelines]: https://docs.gitlab.com/ee/ci/debugging.html [pipeline schedules api]: https://docs.gitlab.com/ee/api/pipeline_schedules.html -[predefined ci/cd variables reference]: https://docs.gitlab.com/ee/ci/variables/predefined_variables.html +[Predefined CI/CD variables reference]: https://docs.gitlab.com/ci/variables/predefined_variables/ [push options]: https://docs.gitlab.com/ee/user/project/push_options.html [specify when jobs run with rules]: https://docs.gitlab.com/ee/ci/jobs/job_rules.html [use ci/cd configuration from other files]: https://docs.gitlab.com/ee/ci/yaml/includes.html diff --git a/knowledge base/gopass.md b/knowledge base/gopass.md index 69f1ddc..f49bec3 100644 --- a/knowledge base/gopass.md +++ b/knowledge base/gopass.md @@ -2,7 +2,8 @@ 1. [TL;DR](#tldr) 1. [File formats](#file-formats) -1. [Browsers integration](#browsers-integration) +1. [Plugins of interest](#plugins-of-interest) +1. [Browser integration](#browser-integration) 1. [Browserpass](#browserpass) 1. [Troubleshooting](#troubleshooting) 1. [Further readings](#further-readings) @@ -193,10 +194,22 @@ rm -r "${HOME}/.local/share/gopass/stores/root" See [secrets], but mostly [features]. -## Browsers integration +## Plugins of interest + +| Plugin | Summary | +| ----------------------- | ----------------------------------------- | +| [browserpass] | Browser integration | +| [gopassbridge] | Browser plugin wrapping `gopass-jsonapi` | +| [gopass-jsonapi] | Communicate with gopass via JSON messages | +| [git-credential-gopass] | Cache git credentials | +| [gopass-hibp] | [haveibeenpwnd.com] integration | + +## Browser integration ### Browserpass +Refer [browserpass extension installation guide]. + ```sh brew tap amar1729/formulae brew install browserpass @@ -214,6 +227,10 @@ See the [FAQ] page. - GoPass' [website] - GoPass' [documentation] - [woile's cheatsheet] +- [gopass-jsonapi] +- [gopass-hibp] +- [gopassbridge] +- [git-credential-gopass] ### Sources @@ -221,9 +238,13 @@ See the [FAQ] page. - [Configuration][config] + +[browserpass]: #browserpass + [config]: https://github.com/gopasspw/gopass/blob/master/docs/config.md [documentation]: https://github.com/gopasspw/gopass/tree/master/docs @@ -234,4 +255,9 @@ See the [FAQ] page. [browserpass extension installation guide]: https://github.com/browserpass/browserpass-extension# +[git-credential-gopass]: https://github.com/gopasspw/git-credential-gopass +[gopass-hibp]: https://github.com/gopasspw/gopass-hibp +[gopass-jsonapi]: https://github.com/gopasspw/gopass-jsonapi +[gopassbridge]: https://github.com/gopasspw/gopassbridge +[haveibeenpwnd.com]: https://haveibeenpwned.com/ [woile's cheatsheet]: https://woile.github.io/gopass-cheat-sheet/