Skip to content

Conversation

@serinko
Copy link
Contributor

@serinko serinko commented Oct 24, 2025

Script helping operators to install, configure and deploy QUIC bridge as systemd service.

Improvements:

  • using bridge-cfg for configuration setup
  • follows Latest binaries
  • nym-noce config.toml backup
  • logging
  • helper commands
  • Simplified: No need to pass much info
  • run as root

This PR resolves #6141


This change is Reviewable

@vercel
Copy link

vercel bot commented Oct 24, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
nym-explorer-v2 Ready Ready Preview Comment Oct 29, 2025 8:39pm
nym-node-status Ready Ready Preview Comment Oct 29, 2025 8:39pm
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
docs-nextra Ignored Ignored Preview Oct 29, 2025 8:39pm

@jmwample
Copy link
Contributor

jmwample commented Oct 28, 2025

I think this looks really great for getting everything setup to run a bridge.

I am a little confused though wrt. the use of the debian package. Using dpkg -i nym-bridge.deb should add the systemd service itself and the postinst scripts configure firewall to work with the default ports and run bridge-cfg (https://github.com/nymtech/nym-bridges/blob/main/pkg/debian/postinst). But it looks like this script has a custom systemd service that it can / does serialize for the nym-bridge service also runs bridge-cfg itself.

So I guess my question is -- if we are using dpkg -i ... here do these scripts play well with the postinst deb scripts. Could some of these be added / converted to be part of the deb postinst / postrm scripts themselves?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Issue] Nym QUIC Bridge config bridges.toml file parsing error

4 participants