From d8f38f89372df78a947734c738e3f4d9ece05e09 Mon Sep 17 00:00:00 2001 From: Zuke Date: Fri, 17 Jan 2025 23:32:38 -0600 Subject: [PATCH] removed key gen steps - changed to saltbox facts --- docs/sandbox/apps/hoarder.md | 11 ----------- docs/sandbox/apps/meilisearch.md | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/docs/sandbox/apps/hoarder.md b/docs/sandbox/apps/hoarder.md index 90838b166..80c2f859f 100644 --- a/docs/sandbox/apps/hoarder.md +++ b/docs/sandbox/apps/hoarder.md @@ -18,17 +18,6 @@ Use the ```sb inventory``` system to set any environment variables that are desi See [Hoarder Configuration](https://docs.hoarder.app/configuration) for supported variables -Two keys need to be generated and stored in your ```/opt/sandbox/settings.yaml``` generate both with ```openssl rand -base64 36``` - -Store them in the following - -```yml -hoarder: - nextauth_secret: $$$ -meilisearch: - meili_master_key: $$$ -``` - ## Deployment ``` shell diff --git a/docs/sandbox/apps/meilisearch.md b/docs/sandbox/apps/meilisearch.md index b5a430e37..3c17d1fbe 100644 --- a/docs/sandbox/apps/meilisearch.md +++ b/docs/sandbox/apps/meilisearch.md @@ -18,17 +18,6 @@ Use the ```sb inventory``` system to set any environment variables that are desi See [Meilisearch Environment Variables](https://www.meilisearch.com/docs/learn/self_hosted/configure_meilisearch_at_launch#environment) for supported variables -If not following the Hoarder role instructions: - -One key needs to be generated and stored in your ```/opt/sandbox/settings.yaml``` generate with ```openssl rand -base64 36``` - -Store in the following - -```yml -meilisearch: - meili_master_key: $$$ -``` - ## Deployment ``` shell