fediverse-devnet / feditest

A testing framework for distributed, heterogeneous systems communicating with complex protocols, such as the Fediverse
https://feditest.org/
MIT License
31 stars 6 forks source link

Document/describe all setup variations that we intend to support #323

Closed jernst closed 3 weeks ago

jernst commented 3 weeks ago

We are talking about a few:

What others are there? Right now we just need to enumerate them, publishable documentation can come later.

steve-bate commented 3 weeks ago

It's a special case of https://feditest.org/quickstart/fediverse-developer/, but in addition to running on localhost (or another host on the local network), a developer may want to use a non-default port for the HTTP/HTTPS scheme. This could be useful if they are running multiple nodes on the same host or if the default port for the URL scheme is being used by something else on that host.

jernst commented 3 weeks ago

Other than non-standard port, in the same setup, do we want/need to support:

jernst commented 3 weeks ago

I think this is the simplest and at the same time most general approach: https://feditest.org/reference/howtos/run-application-locally-nonstandard-port/