feat(web): relay Dockerfile, compose file, and hosting guide - #3954
Draft
paul-nechifor wants to merge 1 commit into
Draft
feat(web): relay Dockerfile, compose file, and hosting guide#3954paul-nechifor wants to merge 1 commit into
paul-nechifor wants to merge 1 commit into
Conversation
paul-nechifor
requested review from
Dreamsorcerer,
aclauer,
leshy,
mustafab0 and
spomichter
as code owners
September 5, 2026 23:12
paul-nechifor
marked this pull request as draft
September 5, 2026 23:13
Contributor
Greptile SummaryAdds production-oriented packaging and documentation for hosting the web relay.
Confidence Score: 5/5Merge-safe: no outstanding issues require changes before merging. No accepted new findings or outstanding previous findings contribute to the assessment. Reviews (2): Last reviewed commit: "feat(web): relay Dockerfile, compose fil..." | Re-trigger Greptile |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## paul/feat/t12d-relay-auth #3954 +/- ##
============================================================
Coverage ? 78.16%
============================================================
Files ? 1428
Lines ? 134916
Branches ? 11644
============================================================
Hits ? 105453
Misses ? 26160
Partials ? 3303
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
leshy
force-pushed
the
paul/feat/t12e-relay-hosting
branch
from
September 6, 2026 07:59
c8901dd to
6609ec6
Compare
paul-nechifor
marked this pull request as ready for review
September 8, 2026 05:53
paul-nechifor
marked this pull request as draft
September 8, 2026 06:42
paul-nechifor
force-pushed
the
paul/feat/t12e-relay-hosting
branch
from
September 8, 2026 16:36
6609ec6 to
a544df2
Compare
paul-nechifor
force-pushed
the
paul/feat/t12e-relay-hosting
branch
from
September 8, 2026 23:31
a544df2 to
4c56b2a
Compare
paul-nechifor
force-pushed
the
paul/feat/t12e-relay-hosting
branch
from
September 9, 2026 00:28
4c56b2a to
eb716f4
Compare
paul-nechifor
force-pushed
the
paul/feat/t12e-relay-hosting
branch
from
September 9, 2026 02:34
eb716f4 to
382549d
Compare
paul-nechifor
force-pushed
the
paul/feat/t12e-relay-hosting
branch
from
September 9, 2026 22:54
382549d to
14cd90b
Compare
docker/relay/Dockerfile builds web/ into a denoland/deno:2.6.10 image that runs the relay as the unprivileged deno user with the certificate and auth file mounted at /etc/relay; Dockerfile.dockerignore replaces the repo-root .dockerignore, which would drop package.json. compose.yaml publishes 443 TCP+UDP and mounts ./config read-only. docs/usage/relay_hosting.md covers DNS, firewall, certbot with a deploy hook that installs the files as uid 1993 and restarts the relay, the auth file, robot and operator setup, systemd without Docker, mkcert on a LAN, troubleshooting, and the demo checklist. The web CI job builds the image so it cannot rot.
paul-nechifor
force-pushed
the
paul/feat/t12e-relay-hosting
branch
from
September 10, 2026 00:47
14cd90b to
346a604
Compare
paul-nechifor
had a problem deploying
to
cachix
September 10, 2026 00:47 — with
GitHub Actions
Failure
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.
Closes DIM-1174