2
0
Fork
You've already forked cloud-portal
0
No description
  • Go 100%
Find a file
2025年11月06日 23:12:05 -08:00
cfg docs 2025年11月06日 15:41:59 -08:00
lib/middleware middleware 2025年11月03日 08:52:16 -08:00
srv refactor 2025年11月06日 23:12:05 -08:00
.gitignore .gitignore 2025年11月03日 08:56:18 -08:00
blur.go blur 2025年11月03日 08:39:53 -08:00
go.mod go.* 2025年11月03日 08:28:32 -08:00
go.sum go.* 2025年11月03日 08:28:32 -08:00
httpserve.go http 2025年11月03日 13:19:55 -08:00
httpsserve.go https 2025年11月03日 13:29:25 -08:00
LICENSE initial commits 2025年11月03日 08:13:56 -08:00
main.go made it so setting the value of the NET_INTERFACE_EXTERNAL environment-variable actually works 2025年11月06日 21:50:17 -08:00
middleware.go middleware 2025年11月03日 08:52:41 -08:00
README.md docs 2025年11月06日 21:55:23 -08:00
serve.go made it so setting the value of the NET_INTERFACE_EXTERNAL environment-variable actually works 2025年11月06日 21:50:17 -08:00

CLOUD-PORTAL

cloud-portal is a type of gateway server — and in particular, a TLS termination proxy.

cloud-portal is part of the cloudular tool-set for self-hosting various software, daemons, and applications.

cloud-portal sits between the Internet and the cloud-bases — traffic from the Internet is received by a cloud-portal, and then the cloud-portal sends it to whichever cloud-base it was addressed to.

cloud-portal also hosts secure TLS certificates for HTTP servers on the cloud-bases.

Typically, cloud-portal would be running on a separate computer from the cloud-bases. And, although you can run cloud-portal on a computer with a single Ethernet-port, you should be able to get better performance if the computer running cloud-portal has 2 Ethernet-ports — where one Ethernet-port (directly or indirectly) connects to the Internet, and the other Ethernet-port connects to the network that the cloud-bases are (also) connected to (ideally connected via an Ethernet-switch rather than an Ethernet-hub).

See Also