From a959a64b4c4d00088ffbface331d1ef202f3de6d Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 5 Feb 2024 21:19:48 +0100 Subject: [PATCH] Explain which port is used for what --- doc/POST_INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index b420b12..781da2d 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -4,3 +4,7 @@ Your Garage node have been installed. You can now connect to other nodes with th bootstrap_peers: __SELF_BOOTSTRAP_PEERS__ Current garage layout: __GARAGE_LAYOUT__ + +The RPC port is __PORT__ +The S3 API port is __PORT_API__ but you should use port 443 (HTTPS reverse proxy with Nginx) in your client settings +The web endpoint (for HTTP public access, for a static website or social media files) is __PORT_WEB__, and if you want to use you should setup website access for the bucket, and a `redirect_ynh` app pointing to `127.0.0.1:__PORT_WEB__`, using the domain `bucketname.__DOMAIN__`.