Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

xarmian

Members
  • Joined

  • Last visited

  1. Pad is now listed on CA inside Unraid. If you're looking for it, Search for "Pad". The listing looks like this:
  2. Pad is a project tracker built for developers and AI coding agents. Single Go binary, SQLite by default, MCP-ready (Claude Code, Cursor, Windsurf, Codex). Your data stays on your Unraid box — no telemetry, no account required, no cloud lock-in. Image: ghcr.io/perpetualsoftware/pad:latest (multi-arch: amd64, arm64) Source: https://github.com/PerpetualSoftware/pad Install docs: https://getpad.dev/docs/self-hosting/unraid Bug reports: https://github.com/PerpetualSoftware/pad/issues Pad Cloud (managed): https://getpad.dev — if you'd rather not self-host What you getTasks, ideas, plans, docs — typed collections, FTS-indexed search, wiki-style [[item-links]] resolved across collections MCP server built in — Claude / Cursor / Windsurf can read and write items via natural language Auth + 2FA + role-based workspace membership (owner / editor / viewer) Real-time sync via SSE — multi-tab + multi-user without polling Email invitations via Maileroo (optional) or copyable join codes if you skip email config InstallFull walkthrough: getpad.dev/docs/self-hosting/unraid Short version once Pad lands in CA: Apps → search "Pad" → Install → wait ~10s for healthy → Logs → grab the bootstrap URL from the Pad first-run setup banner → paste in browser → email/name/password → done. First-run setupPad's first-admin bootstrap is gated to either localhost OR a one-time token written to the container logs. Two paths: Default — token from logs. Click the container's Logs button, scroll for Pad first-run setup, copy the URL (http://<your-tower>:7777/setup#token=<TOKEN>), paste in your browser. The #token= portion is a URL fragment — browser-only, never sent to the server. Trusted-network shortcut — open mode. If your Unraid is LAN-only / Tailscale-only / firewalled, set the Bypass Setup Token field to true and visit /setup directly. No token required. Don't enable this if your WebUI port is exposed to the open internet — anyone who races you becomes admin. The bypass is gated to UserCount==0; once an admin exists the surface closes regardless of the flag. Form fieldsField Default Notes WebUI Port 7777 Change if 7777 is in use Appdata /mnt/user/appdata/pad/ SQLite DB, attachments, encryption key, logs PUID / PGID 99 / 100 Unraid nobody:users; rarely changed Log Level info debug / info / warn / error Bypass Setup Token false Trusted networks only — see above Public URL (empty) Required if reverse-proxying Maileroo API Key (empty) Optional; enables email invitations Email From / Name (empty) / Pad Required if Maileroo key is set BackupsStop the container so SQLite isn't mid-write, then: tar -C /mnt/user/appdata -czf "pad-backup-$(date +%F).tar.gz" pad/Critical files: pad.db (+ WAL/SHM), encryption.key (losing this bricks encrypted fields like TOTP seeds), attachments/. The entrypoint runs chown -R PUID:PGID on every start, so the backup is portable across hosts. Reverse proxySet the Public URL field to your external URL (e.g. https://pad.example.com), point your proxy at <unraid-host>:7777. Standard headers; no special config. Public URL is required so emailed invitation links point at the right host. Connect your CLI + AI agentsbrew install perpetualsoftware/tap/pad pad init --url http://<your-tower>:7777 --workspace <your-workspace-slug> pad agent install claude # or: cursor / windsurf / codexpad agent install drops the natural-language /pad skill into your AI coding tool. Pad also runs as a local MCP server (pad mcp install claude-desktop) for MCP-aware tools — the skill and MCP are independent integrations; use either, both, or neither. Support boundariesThis thread — Unraid-specific install / runtime questions, template fields, common gotchas. GitHub Issues (github.com/PerpetualSoftware/pad/issues) — bug reports, feature requests, anything Pad-the-product. Tracked and tied to commits. Pad is built by Perpetual Software (perpetualsoftware.org). Template lives at github.com/PerpetualSoftware/unraid-templates — PRs welcome. Reply with feedback, questions, or "this is missing X" — I read everything.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.