We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
porting guide: add License section (GPL-3.0, not MIT)
Home: bump image download links to 26.06.01
App-porting-guide: drop the runtime-bootstrap bullet (too app-specific for now)
App-porting-guide: add patterns learned from actual-budget - Non-Go runtimes: bundle the whole runtime + loader (cp /usr /lib, launch via bundled ld-linux) for no host-OS lib dependency; fixes buster + arm/v7. - Wrapping an upstream's own OIDC: register client + template its config + runtime bootstrap from configure; Authelia RFC 9207 iss gotcha -> oauth2 path. - Trust the platform CA for runtimes that ignore the OS store (NODE_EXTRA_CA_CERTS / REQUESTS_CA_BUNDLE -> syncloud.ca.crt). - Hold snapd auto-refresh via the platform-service entrypoint (photoprism). - App icon: meta/gui/icon.png 128x128. - Note: TCP-only upstreams may accept a unix socket path (Node listen(path)).
App-porting-guide: document syncloud/store-publisher publish step; mark syncloud-release deployer + AWS keys obsolete; add repo secrets table
Photoprism: drop options.yml IndexSchedule edit; it ships in the default config
Report-problems: lead with web UI Send logs; modernise SSH command list; fenced code blocks; PuTTY typo
Add Photoprism page: index Nextcloud photos via symlink, auto-index, replacing Recognize
External access: fix DNS rebind protection section Replace the inaccurate one-liner about browser caching with an accurate description of router-level DNS rebind protection. Add FRITZ!Box-specific steps (the most common consumer router that ships with rebind protection on by default) and a public-resolver workaround for users who can not change router settings.
add OnlyOffice page
App porting guide: upstream version usually lives in .drone.jsonnet; show jsonnet vs build.sh examples and point users at the forum first if neither matches
App porting guide: expand upstream-version-bump section, explain what upstream means and how GitHub users can contribute version bumps
App porting guide: link to GitHub for drone.jsonnet references, not local paths
App porting guide: drop buster pin pattern; rootfs now publishes refreshed buster docker per release
Bump image links 26.04.7 -> 26.04.9; add legacy HC4 image entry Older non-LCD HC4 boards now have a dedicated legacy image (older kernel, same rootfs) shipped in current releases, replacing the 25.12.1 fallback. HC4 page no longer hardcodes distro/kernel versions or a specific image version, so future migrations only require updating Home.md.
Home: bump image links 26.03.2 -> 26.04.7
Odroid-HC4: point older-board users at 25.12.1 (last Buster/5.11 image) as Petitboot fallback
Odroid-HC4: replace LCD notes with Petitboot workaround for old boards
Porting guide: default to zero code comments
Porting guide: require stdout/syslog logging, no log files
Porting guide: prefer web/ over www/ for frontend dir
Porting guide: add restart-delay and scripts-not-inline CI conventions - Every daemon in snap.yaml must set restart-delay: 10s to avoid tight restart loops on persistent failures. - Every CI step must invoke a committed shell script (./cli/build.sh, ./www/build.sh, ./ci/ui.sh, etc.) instead of inlining commands. Keeps build steps reproducible locally and diffable. owncast is the reference; redirect's inline pattern should not be mirrored.
Pin sibling-repo references to absolute GitHub URLs Relative ../repo/path references only work when reading the wiki from a local checkout with sibling repos. Replace them with absolute GitHub URLs pinned to current commit SHAs so the published wiki is usable.
Rewrite App-porting-guide for 2026 conventions Reflect current patterns: Go+Cobra CLI, Unix-socket internal comms, CGO_ENABLED=0 static builds, OIDC via Authelia (paperless pattern), Vue 3 + Element Plus + Vite frontend, Playwright UI tests, and bookworm+buster CI matrix. Reference apps: owncast, owntracks, paperless, redirect, bitwarden. Explicitly calls out outdated patterns in older apps so future ports don't mirror them blindly.
Update download links to 26.03.2 release
Add per-user TOTP reset to 2FA recovery docs
Add Two-Factor Authentication wiki page with recovery instructions
Updated GPU (markdown)
Destroyed Nvidia (markdown)