Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Return the name of the extra-links directory inside SECRETS-DIRECTORY.
Returns two directory names: the secrets directory and the extra-links directory.
Create SECRET by calling SOPS. Secrets are created in SECRETS-DIRECTORY and can be symlinked to EXTRA-LINKS-DIRECTORY, depending on user configuration.
sops-guix secrets can be linked to arbitrary locations once they are provisioned. The service keeps track of these links into EXTRA-LINKS-DIRECTORY, to be able to manage their lifecycle. This procedure's purpose is to cleanup symlinks and secrets files before provisioning new ones.
Set the environment variables required by SOPS to retreive age and GnuPG command line entrypoints.