所有应用程序 - 0 应用程序
domain-watchdog
Docker 应用程序 from DevlinDelFuego's Repository
概述
Requires an existing PostgreSQL and Redis container on the same Docker network.
Also deploy the domain-watchdog-worker container.
Before starting, create the database:
docker exec -it YOUR_POSTGRES_CONTAINER psql -U YOUR_USER -c "CREATE DATABASE domainwatchdog;"
Install domain-watchdog on Unraid in a few clicks.
Find domain-watchdog in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
要求
下载统计数据
详细信息
maelgangloff/domain-watchdog:latest运行时参数
- 网络用户界面
http://[IP]:[PORT:80]/- 网络
bridge- 外壳
sh- 特权
- false
- 额外参数
--restart=unless-stopped
模板配置
Port to access the Domain Watchdog web interface.
- 目标
- 80
- 默认值
- 8080
- 价值
- 8080
Internal Caddy state storage.
- 目标
- /data
- 默认值
- /mnt/user/appdata/domain-watchdog/caddy/data
- 价值
- /mnt/user/appdata/domain-watchdog/caddy/data
Internal Caddy configuration storage.
- 目标
- /config
- 默认值
- /mnt/user/appdata/domain-watchdog/caddy/config
- 价值
- /mnt/user/appdata/domain-watchdog/caddy/config
User-uploaded public content. Create a home.md file here to customize the landing page.
- 目标
- /app/public/content
- 默认值
- /mnt/user/appdata/domain-watchdog/public/content
- 价值
- /mnt/user/appdata/domain-watchdog/public/content
Passphrase used to encrypt JWT keypair. Generate with: openssl rand -hex 32 — If changing this on an existing install, regenerate keys with: docker exec domain-watchdog php /app/bin/console lexik:jwt:generate-keypair --overwrite
- 目标
- JWT_PASSPHRASE
Leave as prod.
- 目标
- APP_ENV
- 默认值
- prod
- 价值
- prod
Random secret key. Generate with: openssl rand -hex 32
- 目标
- APP_SECRET
Set to true if behind a reverse proxy with SSL. Set to false for plain HTTP direct access.
- 目标
- HTTP_SECURE_COOKIE
- 默认值
- true
- 价值
- true
Internal Caddy binding. Leave as :80.
- 目标
- SERVER_NAME
- 默认值
- :80
- 价值
- :80
Your server's outgoing public IP address. Required for some domain connectors/registrars.
- 目标
- OUTGOING_IP
Allow new users to register. Set to false to lock down the instance.
- 目标
- REGISTRATION_ENABLED
- 默认值
- true
- 价值
- true
Require email verification on signup. Requires a working Mailer DSN.
- 目标
- REGISTRATION_VERIFY_EMAIL
- 默认值
- false
- 价值
- false
Full PostgreSQL connection string. Format: postgresql://USER:PASSWORD@CONTAINER_NAME:PORT/DATABASE?serverVersion=VERSION&charset=utf8
- 目标
- DATABASE_URL
- 默认值
- postgresql://app:password@postgresql:5432/domainwatchdog?serverVersion=16&charset=utf8
- 价值
- postgresql://app:password@postgresql:5432/domainwatchdog?serverVersion=16&charset=utf8
Redis connection for async messages. Format: redis://CONTAINER_NAME:PORT/messages?lazy=1
- 目标
- MESSENGER_ASYNC_TRANSPORT_DSN
- 默认值
- redis://redis:6379/messages?lazy=1
- 价值
- redis://redis:6379/messages?lazy=1
Redis connection for low-priority RDAP messages.
- 目标
- MESSENGER_RDAP_LOW_TRANSPORT_DSN
- 默认值
- redis://redis:6379/messages-rdap-low?lazy=1
- 价值
- redis://redis:6379/messages-rdap-low?lazy=1
Redis connection for high-priority RDAP messages.
- 目标
- MESSENGER_RDAP_HIGH_TRANSPORT_DSN
- 默认值
- redis://redis:6379/messages-rdap-high?lazy=1
- 价值
- redis://redis:6379/messages-rdap-high?lazy=1
Redis connection for distributed locking. Format: redis://CONTAINER_NAME:PORT
- 目标
- LOCK_DSN
- 默认值
- redis://redis:6379
- 价值
- redis://redis:6379
SMTP connection for email alerts. Example: smtp://user:pass@smtp.example.com:587 — Leave as null://null to disable.
- 目标
- MAILER_DSN
- 默认值
- null://null
- 价值
- null://null
Display name for outgoing notification emails.
- 目标
- MAILER_SENDER_NAME
- 默认值
- Domain Watchdog
- 价值
- Domain Watchdog
Sender address for outgoing notification emails.
- 目标
- MAILER_SENDER_EMAIL
- 默认值
- notifications@example.com
- 价值
- notifications@example.com
OAuth2/OIDC client ID. Leave blank to disable SSO.
- 目标
- OAUTH_CLIENT_ID
OAuth2/OIDC client secret.
- 目标
- OAUTH_CLIENT_SECRET
OAuth2 authorization endpoint URL.
- 目标
- OAUTH_AUTHORIZATION_URL
OAuth2 token endpoint URL.
- 目标
- OAUTH_TOKEN_URL
OAuth2 userinfo endpoint URL.
- 目标
- OAUTH_USERINFO_URL
OAuth2 scopes to request. Example: openid profile email
- 目标
- OAUTH_SCOPE
Automatically redirect to SSO login instead of showing the local login form.
- 目标
- SSO_AUTO_REDIRECT
- 默认值
- false
- 价值
- false