Pad
Docker 应用程序 from Perpetual Software's Repository
概述
运行时参数
- 网络用户界面
http://[IP]:[PORT:7777]/- 网络
bridge- 外壳
sh- 特权
- false
模板配置
Pad web UI. Browse to http://[your-tower]:[port]/ after install.
- 目标
- 7777
- 默认值
- 7777
- 价值
- 7777
Pad's persistent data: SQLite database, attachments, encryption key, logs, and config. Back this up to keep your workspace safe.
- 目标
- /data
- 默认值
- /mnt/user/appdata/pad/
- 价值
- /mnt/user/appdata/pad/
User ID the pad process runs as. Default 99 (nobody) matches Unraid's appdata permissions. Change only if you know what you're doing — must be a positive integer.
- 默认值
- 99
- 价值
- 99
Group ID the pad process runs as. Default 100 (users) matches Unraid's appdata permissions. Change only if you know what you're doing — must be a positive integer.
- 默认值
- 100
- 价值
- 100
Verbosity for the server log. One of: debug, info, warn, error.
- 目标
- PAD_LOG_LEVEL
- 默认值
- info
- 价值
- info
If true, the first admin account can be created directly from the web UI (browse to http://[your-tower]:[port]/setup) without copying a bootstrap token from the container logs. Convenient for trusted home networks. Default false (token required from logs). WARNING: while no users exist, anyone who can reach the WebUI port can claim the first admin account — only set true on networks you trust (LAN behind a firewall, Tailscale, etc.). Once an admin exists this setting has no effect.
- 目标
- PAD_BYPASS_SETUP_TOKEN
- 默认值
- false
- 价值
- false
External URL when pad is behind a reverse proxy (SWAG / NGINX Proxy Manager / etc.). Required for emailed invitation links to point at the right host. Example: https://pad.example.com
- 目标
- PAD_URL
Optional. Enables transactional email (workspace invitations). Without it, invites use copyable join codes via the CLI. Sign up at maileroo.com.
- 目标
- PAD_MAILEROO_API_KEY
Sender address for invitation emails. Required if Maileroo API Key is set. Must be on a domain you control.
- 目标
- PAD_EMAIL_FROM
Display name on outbound emails (the human-friendly part before the address). Defaults to 'Pad'.
- 目标
- PAD_EMAIL_FROM_NAME
- 默认值
- Pad
- 价值
- Pad
详细信息
ghcr.io/perpetualsoftware/pad:latest在Unraid 上运行 Pad 。
Pad 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。