Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c2c633f517 | |||
| 9d672044cc | |||
| 9dc0495132 | |||
| e26d009253 | |||
| 374dda540e |
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user