feat(web): relay Dockerfile, compose file, and hosting guide - #3954
Open
paul-nechifor wants to merge 1 commit into
Open
paul-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
|
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #3954 +/- ##
==========================================
- Coverage 78.90% 78.89% -0.01%
==========================================
Files 1469 1469
Lines 138999 138999
Branches 11941 11941
==========================================
- Hits 109672 109668 -4
- Misses 25930 25932 +2
- Partials 3397 3399 +2
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
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
paul-nechifor
force-pushed
the
paul/feat/t12e-relay-hosting
branch
from
September 10, 2026 20:00
346a604 to
2c1cd2e
Compare
paul-nechifor
temporarily deployed
to
cachix
September 10, 2026 20:00 — with
GitHub Actions
Inactive
paul-nechifor
force-pushed
the
paul/feat/t12e-relay-hosting
branch
from
September 11, 2026 05:20
2c1cd2e to
37c2917
Compare
leshy
force-pushed
the
paul/feat/t12e-relay-hosting
branch
from
September 11, 2026 10:55
37c2917 to
1e9a26f
Compare
paul-nechifor
force-pushed
the
paul/feat/t12e-relay-hosting
branch
from
September 11, 2026 18:14
1e9a26f to
990bbac
Compare
paul-nechifor
force-pushed
the
paul/feat/t12e-relay-hosting
branch
from
September 11, 2026 21:44
990bbac to
4f181e5
Compare
paul-nechifor
marked this pull request as ready for review
September 14, 2026 18:08
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 14, 2026 18:31
4f181e5 to
c800076
Compare
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