Skip to content

fix: no need to expose postgres api endpoint#3

Open
benhaotang wants to merge 1 commit into
Cheblan:mainfrom
benhaotang:main
Open

fix: no need to expose postgres api endpoint#3
benhaotang wants to merge 1 commit into
Cheblan:mainfrom
benhaotang:main

Conversation

@benhaotang

Copy link
Copy Markdown

Thanks a lot for the original hard work, your doc is a lot cleaner than the original repo.

Today I received a warning from the german IT security agency(BSI) about a weak exposed postgres DB endpoint on my VPS, after digging, I find that it was actually due to this open port here, it is port forwarding 5432->0.0.0.0:5432, which make it venerable to attacks.
Since in the compose file, it is already using the same "jetkvm" network, which can be queried as api-db in any participant services, there is no need to expose the postgres DB endpoint to 0.0.0.0. This will help to make the service more secure.

Btw, I am hosting the 0.5.8 ui version and didn't run into any problem, so I would suggest also bumping the version number.

Since in the compose file, it is already using the same jetkvm network, there is no need to expose the postgres DB endpoint to 0.0.0.0. This will help to make the service more secure.
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.

1 participant