feat: 🎨 Added a new portainer configuration for sftpgo

Provided a new concise portainer configuration allowing users to deploy sftpgo if they wish.
This commit is contained in:
2026-03-04 14:16:46 +00:00
parent 26a2462631
commit b28b2ce4e6
2 changed files with 72 additions and 6 deletions

View File

@@ -1,8 +1,24 @@
# sftpgo (templates)
# SFTPGo (Portainer template)
### Description
Description for sftpgo goes here.
SFTPGo is a fully featured and highly configurable storage routing server with SFTP, HTTP/S, FTP/S and WebDAV support. It allows you to securely share files with local and remote users.
### Configuration
- Path: templates/sftpgo/docker-compose.yml
- Status: Draft
Quick notes:
- **Protocols**: Supports SFTP, FTP/S, WebDAV, and a built-in Web UI for file management.
- **Storage**: Can serve local storage, S3, Google Cloud Storage, and Azure Blob.
- **Authentication**: Supports multiple backends including SQLite, MySQL, PostgreSQL, and LDAP/OIDC.
Usage:
1. Import the compose file into Portainer's Stacks or App Templates.
2. Configure the environment variables for the initial admin user and database settings.
3. Map the data volume to persist user data and configuration.
4. Deploy the stack via Portainer.
5. Access the admin web interface at `http://<your-ip>:8080/web/admin`.
Helpful links:
- GitHub Repository: https://github.com/drakkan/sftpgo
- Documentation: https://github.com/drakkan/sftpgo/tree/main/docs
**Status:** Ready for configuration