Skip to content

Commit

Permalink
removed key gen steps - changed to saltbox facts
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuke97 committed Jan 18, 2025
1 parent cccf423 commit d8f38f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions docs/sandbox/apps/hoarder.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 0 additions & 11 deletions docs/sandbox/apps/meilisearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8f38f8

Please sign in to comment.