Pad

Pad

Docker 应用程序 from Perpetual Software's Repository

概述

Pad is local-first project management for developers and AI coding agents. Single Go binary, SQLite by default, MCP-ready (Claude Code / Cursor / Windsurf). Your data stays on your Unraid box — no telemetry, no account required, no cloud lock-in. After install, click the container's Logs button to grab the first-run bootstrap token, then visit the WebUI to claim the first admin. See the install guide for screenshots: https://getpad.dev/docs/self-hosting/Unraid

运行时参数

网络用户界面
http://[IP]:[PORT:7777]/
网络
bridge
外壳
sh
特权
false

模板配置

WebUI PortPorttcp

Pad web UI. Browse to http://[your-tower]:[port]/ after install.

目标
7777
默认值
7777
价值
7777
AppdataPathrw

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/
PUIDVariable

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
PGIDVariable

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
Log LevelVariable

Verbosity for the server log. One of: debug, info, warn, error.

目标
PAD_LOG_LEVEL
默认值
info
价值
info
Bypass Setup TokenVariable

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
Public URLVariable

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
Maileroo API KeyVariable

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
Email FromVariable

Sender address for invitation emails. Required if Maileroo API Key is set. Must be on a domain you control.

目标
PAD_EMAIL_FROM
Email From NameVariable

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
最后更新2026-06-02
初见2026-05-12

在Unraid 上运行 Pad 。

Pad 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。