thorntech/sftpgateway-admin-ui

By thorntech

•Updated about 1 month ago

Web administration dashboard for SFTP Gateway. Requires thorntech/sftpgateway-backend

Image
Security
Integration & delivery
Databases & storage
0

10K+

thorntech/sftpgateway-admin-ui repository overview

⁠SFTP Gateway Admin UI

⁠What's New in 3.8.3

  • Maintenance release: rebuilt to stay in lockstep with backend 3.8.3 on the latest hardened base image

For the full changelog, see the CHANGELOG⁠.


This is the web-based administration dashboard for SFTP Gateway. It provides an intuitive interface for managing SFTP users, cloud storage destinations, and server configuration.

⁠Important

This image is one component of a multi-container deployment. You need both images to run SFTP Gateway:

ImageDescription
thorntech/sftpgateway-backend⁠Core SFTP server and API
thorntech/sftpgateway-admin-ui (this image)Web administration dashboard

šŸ‘‰ See thorntech/sftpgateway-backend⁠ for complete deployment instructions and docker-compose configuration.

⁠Configuration

⁠Environment Variables
VariableDescriptionRequired
BACKEND_URLURL to the backend API (e.g., http://backend:8080/)Yes
SECURITY_CLIENT_IDOAuth client ID (must match backend)Yes
SECURITY_CLIENT_SECRETOAuth client secret (must match backend)Yes
WEBSITE_BUNDLE_CRTTLS certificate (PEM format)Yes
WEBSITE_KEYTLS private key (PEM format)Yes
CLOUD_PROVIDERDefault cloud provider hintNo
⁠Ports
PortProtocolDescription
80TCPHTTP
443TCPHTTPS

⁠TLS Configuration

A valid TLS certificate and private key are required for production deployments. Provide these via the WEBSITE_BUNDLE_CRT and WEBSITE_KEY environment variables in PEM format.

If you're using a certificate chain, include all certificates in WEBSITE_BUNDLE_CRT with the server certificate first, followed by intermediate certificates.

Alternatively, you can terminate TLS at a load balancer or reverse proxy and connect to the UI container over HTTP on port 80.

⁠Security

SFTP Gateway container images are built on Docker Hub Infrastructure (DHI)⁠ with near-zero CVEs and a distroless runtime, minimizing the attack surface. Every release includes SBOMs (Software Bill of Materials) and SLSA Build Level 3⁠ provenance attestations, providing verifiable proof of build integrity.

For instructions on inspecting image attestations, see the backend image documentation⁠.

⁠License & Terms

SFTP Gateway is commercial software. Use is governed by the End User License Agreement⁠. A 30-day free trial is included — no payment information required.

To purchase a license, visit sftpgateway.com/purchase⁠.

⁠Support

For technical support, contact [email protected]⁠.

⁠About Thorn Technologies

SFTP Gateway is developed by Thorn Technologies⁠, specialists in secure file transfer and cloud integration solutions.

Tag summary

Content type

Image

Digest

sha256:9f9d2d273…

Size

23.8 MB

Last updated

about 1 month ago

docker pull thorntech/sftpgateway-admin-ui