Files
space-infra/docs/ports.md
2026-02-25 13:23:29 +03:00

22 lines
706 B
Markdown

# Used ports
This file explains which ports are used and for what reason (please categorize them somehow and sort if possible)
## Shared usage
22 - open - ssh\
80 - open - caddy\
443 - open - caddy\
1024 - closed - gitea exposed on that port inside the server (not allowed to use from outside)\
1025 - open - gitea exposed it's ssh on that port (therefore allowed from outside)
#### User ports
1256 - open - Rogon1256's personal port\
2347 - closed - just-mn personal port
## Rules
If you want to add some extra port, then please:
1. Check opened prs of other people
2. Use 1024+ (because user for caddy isn't root and I don't want to change smth so please)
There will be more, but that's all for now