update README and support link now that SFTPGo Enterprise is GA

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2025-09-07 18:18:55 +02:00
parent aad4de6001
commit 78d93730e0
6 changed files with 17 additions and 11 deletions

View File

@@ -46,14 +46,16 @@ It is important to understand that you should support SFTPGo and any other Open
## Support ## Support
You can use SFTPGo for free, respecting the obligations of the Open Source [license](#license), but please do not ask or expect free support as well. SFTPGo is free to use under the terms of its Open Source [license](#license). We are proud to offer a powerful and fully functional open source edition that is suitable for many production use cases.
Use [discussions](https://github.com/drakkan/sftpgo/discussions) to ask questions and get support from the community. While we do not offer direct free support, community support is available. You can use [GitHub Discussions](https://github.com/drakkan/sftpgo/discussions) to ask questions, share feedback, and engage with other users of the project.
We offer commercial support, guarantees, and advice for SFTPGo: If you require guaranteed support, expert guidance, or advanced features, consider using SFTPGo Enterprise: a commercially licensed edition of SFTPGo that extends the open source version with enterprise-only features and full support.
- With our [plans](https://sftpgo.com/plans) you can safely install and use SFTPGo on-premise in professional environments. SFTPGo Enterprise is available in two deployment options:
- With our [SaaS offerings](https://sftpgo.com/saas) you can use SFTPGo hosted in the cloud, fully managed and supported.
- On-premises: Deploy on your own infrastructure with full control and commercial-grade support. More details: [sftpgo.com/on-premises](https://sftpgo.com/on-premises)
- Fully managed SaaS: Let us handle the infrastructure. Ideal for teams that want a secure, scalable, and maintenance-free setup with full support included. More details: [sftpgo.com/saas](https://sftpgo.com/saas)
## Documentation ## Documentation
@@ -67,7 +69,9 @@ Before start translating please take a look at our contribution [guidelines](htt
## Release Cadence ## Release Cadence
SFTPGo releases are feature-driven, we don't have a fixed time based schedule. As a rough estimate, you can expect 1 or 2 new major releases per year and several bug fix releases. SFTPGo follows a feature-driven release cycle rather than a fixed, time-based schedule. Currently, our primary development efforts are focused on the [Enterprise edition](https://docs.sftpgo.com/enterprise/#enterprise-edition), which benefits from a faster release cadence and receives major new features (see [changelog](https://docs.sftpgo.com/enterprise/changelog/)).
This open-source version of SFTPGo remains maintained and will continue to receive bug fixes and essential updates. However, not all enhancements introduced in the Enterprise edition will be available.
## Acknowledgements ## Acknowledgements
@@ -94,6 +98,8 @@ The [theme](https://keenthemes.com/bootstrap-templates) used in WebAdmin and Web
More information about [compliance](https://sftpgo.com/compliance.html). More information about [compliance](https://sftpgo.com/compliance.html).
**Note:** We do not provide legal advice. If you have questions about license compliance or whether your use case is permitted under the license terms, please consult your legal team.
## Copyright ## Copyright
Copyright (C) 2019 - 2025 Nicola Murino Copyright (C) 2019 - 2025 Nicola Murino

View File

@@ -71,7 +71,7 @@
"desc": "Um SFTPGo verwenden zu können, müssen Sie einen Administratorbenutzer erstellen!", "desc": "Um SFTPGo verwenden zu können, müssen Sie einen Administratorbenutzer erstellen!",
"submit": "Administrator erstellen und anmelden", "submit": "Administrator erstellen und anmelden",
"install_code_mismatch": "Der Installationscode stimmt nicht überein", "install_code_mismatch": "Der Installationscode stimmt nicht überein",
"help_text": "SFTPGo braucht Ihre Hilfe!" "help_text": "Kommerzieller Support"
}, },
"login": { "login": {
"username": "Benutzername", "username": "Benutzername",

View File

@@ -71,7 +71,7 @@
"desc": "To start using SFTPGo you need to create an administrator user", "desc": "To start using SFTPGo you need to create an administrator user",
"submit": "Create admin and Sign in", "submit": "Create admin and Sign in",
"install_code_mismatch": "The installation code does not match", "install_code_mismatch": "The installation code does not match",
"help_text": "SFTPGo needs your help" "help_text": "Commercial support"
}, },
"login": { "login": {
"username": "Username", "username": "Username",

View File

@@ -71,7 +71,7 @@
"desc": "Pour commencer à utiliser SFTPGo vous devez créer un utilisateur administrateur", "desc": "Pour commencer à utiliser SFTPGo vous devez créer un utilisateur administrateur",
"submit": "Créer un administrateur et se connecter", "submit": "Créer un administrateur et se connecter",
"install_code_mismatch": "Le code d'installation ne correspond pas", "install_code_mismatch": "Le code d'installation ne correspond pas",
"help_text": "SFTPGo a besoin de votre aide" "help_text": "Support commercial"
}, },
"login": { "login": {
"username": "Nom d'utilisateur", "username": "Nom d'utilisateur",

View File

@@ -71,7 +71,7 @@
"desc": "Per iniziare a utilizzare SFTPGo devi creare un utente amministratore", "desc": "Per iniziare a utilizzare SFTPGo devi creare un utente amministratore",
"submit": "Crea amministratore e accedi", "submit": "Crea amministratore e accedi",
"install_code_mismatch": "Il codice di installazione non corrisponde", "install_code_mismatch": "Il codice di installazione non corrisponde",
"help_text": "SFTPGo ha bisogno del tuo aiuto" "help_text": "Supporto commerciale"
}, },
"login": { "login": {
"username": "Nome utente", "username": "Nome utente",

View File

@@ -102,7 +102,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
</div> </div>
{{- if not .HideSupportLink}} {{- if not .HideSupportLink}}
<div class="d-flex fw-semibold text-primary"> <div class="d-flex fw-semibold text-primary">
<a href="https://github.com/drakkan/sftpgo?tab=readme-ov-file#sponsors" target="_blank" rel="noopener noreferrer" class="px-2"> <a href="https://sftpgo.com/on-premises" target="_blank" rel="noopener noreferrer" class="px-2">
<span data-i18n="setup.help_text"></span> <span data-i18n="setup.help_text"></span>
</a> </a>
</div> </div>