Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c2c633f517 | |||
| 9d672044cc | |||
| 9dc0495132 | |||
| e26d009253 | |||
| 374dda540e | |||
| c5da9593de | |||
| fde3a018b2 | |||
| a260c1f1ca | |||
| 0d0cc5d1c3 |
@@ -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
|
||||
+8
-6
@@ -3851,12 +3851,12 @@ services:
|
||||
access_log /config/log/$$host_access.log ;
|
||||
error_log /config/log/$$host_error.log ;
|
||||
swag.uptime-kuma.enabled: true
|
||||
swag.uptime-kuma.monitor.url: https://portall.${MY_TLD}
|
||||
swag.uptime-kuma.monitor.url: https://ports.${MY_TLD}
|
||||
swag.uptime-kuma.monitor.interval: 300
|
||||
homepage.group: System Administration
|
||||
homepage.name: PortNote
|
||||
homepage.href: https://portall.${MY_TLD}
|
||||
homepage.icon: /icons/portnote.png
|
||||
homepage.href: https://ports.${MY_TLD}
|
||||
homepage.icon: port-note.png
|
||||
homepage.description: Management for container ports
|
||||
ports:
|
||||
- 23186:3000
|
||||
@@ -4005,7 +4005,7 @@ services:
|
||||
LAN_NETWORK: 192.168.1.0/24
|
||||
NAME_SERVERS: 192.168.1.254,1.1.1.1
|
||||
PGID: ${PGID}
|
||||
PUID: ${puid}
|
||||
PUID: ${PUID}
|
||||
SOCKS_USER: admin
|
||||
SOCKS_PASS: socks
|
||||
TZ: ${TZ}
|
||||
@@ -4048,9 +4048,10 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${DOCKER_VOLUME_CONFIG}/qbittorrent/config:/config
|
||||
- ${DOCKER_VOLUME_CONFIG}/.openvpn:/config/openvpn
|
||||
- ${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:
|
||||
@@ -4493,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