suborbital / e2core

Server for sandboxed third-party plugins, powered by WebAssembly
https://suborbital.dev
Apache License 2.0
722 stars 41 forks source link

feat: Add --http-port flag to e2core mod start #400

Closed flaki closed 1 year ago

flaki commented 1 year ago

Adds a flag --http-port to e2core mod start, to select the HTTP port the sat instance will be exposed on.

This is currently only possible by setting HTTP_SAT_PORT on the env, which works well enough but undocumented and not very discoverable.