Add HermitStash one-click app#1291
Open
dotCooCoo wants to merge 3 commits intocaprover:masterfrom
Open
Conversation
Post-quantum encrypted self-hosted file sharing server.
- Default version: 1.6.1 -> 1 (rolling latest in 1.x major) - Add init, security_opt no-new-privileges, cap_drop ALL with minimal cap_add (CHOWN, SETUID, SETGID, DAC_OVERRIDE) - Add PUID/PGID/UMASK/TZ env vars
- Add stop_grace_period: 1m so the SQLite shutdown path can flush + reseal data/db.key.enc before the container stops (matches the umbrel-apps template). - Add /health-based healthcheck via node:http with the same parameters the upstream Dockerfile uses (interval 30s, timeout 5s, start_period 30s, retries 3).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds HermitStash — a post-quantum encrypted self-hosted file sharing server.
ghcr.io/dotcoocoo/hermitstashEncryption stack: ML-KEM-1024 vault, XChaCha20-Poly1305 file encryption, Argon2id key derivation. TLS negotiates X25519MLKEM768 for quantum-resistant key exchange.
Note:
shm_sizeis documented as a post-deploy step since it is not supported in the CapRover compose parser.Website: https://hermitstash.com
Source: https://github.com/dotCooCoo/hermitstash
License: AGPL-3.0-or-later
Self Check before Merge
npm ci && npm run validate_apps && npm run formatter