ZeppelinBot / Zeppelin

Zeppelin is a moderation bot for Discord, designed with large servers and reliability in mind.
https://zeppelin.gg/
Other
389 stars 192 forks source link

Inconsistent Docker Dev Port Number #468

Closed zayKenyon closed 6 months ago

zayKenyon commented 6 months ago

Across the example env and the dev guide there is an inconsistency of which port to use, leading to confusion when trying to connect through SSH. These needs to be standardised, I'm down to PR this just let me know whether it should be 3002 or 3022.

https://github.com/ZeppelinBot/Zeppelin/blob/68a391f4011e6aa78d70b899e23313923d7ca961/.env.example#L45

  1. Choose Connect via SSH and create a new connection: Username: ubuntu Host: 127.0.0.1 Port: 3002
linear[bot] commented 6 months ago

ZDEV-110 Inconsistent Docker Dev Port Number

zayKenyon commented 6 months ago

Follow up, the SSH port cannot take 3002 because that's in use for the dashboard. https://github.com/ZeppelinBot/Zeppelin/blob/68a391f4011e6aa78d70b899e23313923d7ca961/dashboard/serve.js#L14

zayKenyon commented 6 months ago

https://github.com/ZeppelinBot/Zeppelin/commit/bea395982c1319e0c1c996faa45d56fed752cd29