Compare commits

..

5 Commits

Author SHA1 Message Date
Trez.One c2c633f517 DMH config. 2025-05-21 13:17:55 -04:00
Trez.One 9d672044cc qBittorrent volume fixes.
Auto-Unseal for Vault / Unseal Vault (push) Failing after 12m47s
2025-05-21 07:53:00 -04:00
Trez.One 9dc0495132 qBittorrent volume fixes. 2025-05-21 07:52:22 -04:00
Trez.One e26d009253 qBittorrent volume fixes. 2025-05-21 07:23:53 -04:00
Trez.One 374dda540e Scraperr registration. 2025-05-21 06:41:43 -04:00
2 changed files with 36 additions and 2 deletions
@@ -0,0 +1,33 @@
{% set vault_addr = 'https://vault.trez.wtf' %}
{% set secrets_path = 'rinoa-docker/env' %}
components:
- vault
- dmh
vault:
# key used to encrypt vault data at-rest - `age-keygen` to generate new private key
key:
file: /data/vault.json # where to save vault data
state:
file: /data/state.json # where to save dmh data
# address to vault
remote_vault:
client_uuid: random-uuid-dont-copy # generate new, random, UUID
url: http://127.0.0.1:8080
# how to treat `Action.ProcessAfter`, `Action.MinInterval`, `Secret.ProcessAfter` - supported values 'minute', 'hour'
action:
process_unit: hour
# configuration for all execute plugins
execute:
plugin:
bulksms:
routing_group: premium
token:
id: "auth-token-id"
secret: "auth-token-secret"
mail:
username: "username"
password: "password"
server: smtp.server.com
from: dmh@some-domain.com
tls_policy: tls_mandatory
+3 -2
View File
@@ -4049,9 +4049,9 @@ services:
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKER_VOLUME_CONFIG}/.openvpn:/config/openvpn
- ${DOCKER_VOLUME_CONFIG}/qbittorent/config:/config
- ${DOCKER_VOLUME_CONFIG}/qbittorrent/:/config
- ${DOCKER_VOLUME_CONFIG}/qbittorrent/data:/data
- ${DOCKER_VOLUME_STORAGE}/downloads:/storage
- ${DOCKER_VOLUME_STORAGE}/downloads:/downloads
radarec:
container_name: radarec
environment:
@@ -4494,6 +4494,7 @@ services:
OLLAMA_URL: http://ollama:11434
OLLAMA_MODEL: phi3
MONGODB_URI: mongodb://scraperr:${SCRAPERR_MONGODB_PASSWORD}@mongodb:27017/scraperr?replicaSet=rinoa
REGISTRATION_ENABLED: true
SECRET_KEY: ${SCRAPERR_SECRET_KEY}
ALGORITHM: HS256
ACCESS_TOKEN_EXPIRE_MINUTES: 600