Expose MinIO

Give your local MinIO S3-compatible storage a public endpoint for remote uploads.

S3-Compatible Storage, Publicly Accessible

MinIO provides S3-compatible object storage. A tunnel lets external apps upload/download from your local MinIO instance.

Setup

Run MinIO on port 9000 (API) and 9001 (Console).

Run the PanicTunnl command with port 9000 for the API endpoint.

For the web console, run a second tunnel for port 9001.

// CONFIG_INIT [EXPOSE MINIO]free.skytunnel.dev
STATUSREADY
PUBLIC_URLhttps://*.free.skytunnel.dev
DEF_9000
ssh -p 2222 -R 0:localhost:9000 free@free.skytunnel.dev

Paste this into your terminal to start tunneling.

FAQ

Yes, but you need two separate PanicTunnl sessions, one for each port.