feat: update Hoarder Docker Compose configuration with environment variables and reintroduce 1Password CLI
Some checks failed
Nix Format Check / check-format (push) Failing after 41s
Some checks failed
Nix Format Check / check-format (push) Failing after 41s
This commit is contained in:
parent
61f29fb7ba
commit
0d9d2cf207
@ -6,9 +6,11 @@ services:
|
||||
- {{ hoarder_data_dir }}/hoarder:/data
|
||||
ports:
|
||||
- 3500:3000
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
HOARDER_VERSION: release
|
||||
NEXTAUTH_SECRET: "{{ lookup('onepassword', ref='op://j7nmhqlsjmp2r6umly5t75hzb4/Hoarder/NEXTAUTH_SECRET') }}"
|
||||
MEILI_MASTER_KEY: "{{ lookup('onepassword', ref='op://j7nmhqlsjmp2r6umly5t75hzb4/Hoarder/MEILI_MASTER_KEY') }}"
|
||||
NEXTAUTH_URL: http://localhost:3000
|
||||
MEILI_ADDR: http://meilisearch:7700
|
||||
BROWSER_WEB_URL: http://chrome:9222
|
||||
OPENAI_API_KEY: "{{ lookup('onepassword', ref='op://j7nmhqlsjmp2r6umly5t75hzb4/Hoarder/OPENAI_API_KEY') }}"
|
||||
|
@ -28,9 +28,6 @@
|
||||
wget
|
||||
fastfetch
|
||||
|
||||
# 1Password CLI
|
||||
_1password-cli
|
||||
|
||||
# Package management
|
||||
devbox
|
||||
|
||||
|
@ -1,4 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ ddrescue ];
|
||||
home.packages = with pkgs; [
|
||||
ddrescue
|
||||
|
||||
# 1Password CLI
|
||||
_1password-cli
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user