From 41a5b7007ee330009e7582c81b76baf6c847c087 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Wed, 18 Sep 2024 18:47:20 +0200 Subject: [PATCH] update links to the documentation Signed-off-by: Nicola Murino --- README.md | 6 +++--- examples/backup/README.md | 2 +- examples/data-retention/README.md | 2 +- examples/quotascan/README.md | 2 +- pkgs/choco/sftpgo.nuspec | 12 ++++++------ pkgs/choco/tools/ChocolateyInstall.ps1 | 8 +++++--- 6 files changed, 17 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 499c2955..05f0b18e 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,14 @@ The WebClient UI allows end users to change their credentials, browse and manage We strongly believe in Open Source software model, so we decided to make SFTPGo available to everyone, but maintaining and evolving SFTPGo takes a lot of time and work. To make development and maintenance sustainable you should consider to support the project with a [sponsorship](https://github.com/sponsors/drakkan). -We also provide [professional services](https://sftpgo.com/#pricing) to support you in using SFTPGo to the fullest. - The open source license grant you freedom but not assurance of help. So why would you rely on free software without support or any guarantee it will stay healthy and maintained for the upcoming years? Supporting the project benefit businesses and the community because if the project is financially sustainable, using this business model, we don't have to restrict features and/or switch to an [Open-core](https://en.wikipedia.org/wiki/Open-core_model) model. The technology stays truly open source. Everyone wins. It is important to understand that you should support SFTPGo and any other Open Source project you rely on for ongoing maintenance, even if you don't have any questions or need new features, to mitigate the business risk of a project you depend on going unmaintained, with its security and development velocity implications. +We also provide [commercial support](https://sftpgo.com/). + ### Thank you to our sponsors #### Platinum sponsors @@ -57,7 +57,7 @@ If you report an invalid issue and/or ask for step-by-step support, your issue w ## Documentation -You can read more about supported features and documentation at [sftpgo.github.io](https://sftpgo.github.io/). +You can read more about supported features and documentation at [docs.sftpgo.com](https://docs.sftpgo.com/). ## Release Cadence diff --git a/examples/backup/README.md b/examples/backup/README.md index d00ce1d8..3190390c 100644 --- a/examples/backup/README.md +++ b/examples/backup/README.md @@ -1,6 +1,6 @@ # Data Backup -:warning: Since v2.4.0 you can use the [EventManager](https://sftpgo.github.io/latest/eventmanager/) to schedule backups. +:warning: Since v2.4.0 you can use the [EventManager](https://docs.sftpgo.com/latest/eventmanager/) to schedule backups. The `backup` example script shows how to use the SFTPGo REST API to backup your data. diff --git a/examples/data-retention/README.md b/examples/data-retention/README.md index 6508c295..ca1c7679 100644 --- a/examples/data-retention/README.md +++ b/examples/data-retention/README.md @@ -1,6 +1,6 @@ # File retention policies -:warning: Since v2.4.0 you can use the [EventManager](https://sftpgo.github.io/latest/eventmanager/) to schedule data retention checks. +:warning: Since v2.4.0 you can use the [EventManager](https://docs.sftpgo.com/latest/eventmanager/) to schedule data retention checks. The `checkretention` example script shows how to use the SFTPGo REST API to manage data retention. diff --git a/examples/quotascan/README.md b/examples/quotascan/README.md index 0e7c0a04..0830a308 100644 --- a/examples/quotascan/README.md +++ b/examples/quotascan/README.md @@ -1,6 +1,6 @@ # Update user quota -:warning: Since v2.4.0 you can use the [EventManager](https://sftpgo.github.io/latest/eventmanager/) to schedule quota scans. +:warning: Since v2.4.0 you can use the [EventManager](https://docs.sftpgo.com/latest/eventmanager/) to schedule quota scans. The `scanuserquota` example script shows how to use the SFTPGo REST API to update the users' quota. diff --git a/pkgs/choco/sftpgo.nuspec b/pkgs/choco/sftpgo.nuspec index 854d3603..2577a7f4 100644 --- a/pkgs/choco/sftpgo.nuspec +++ b/pkgs/choco/sftpgo.nuspec @@ -3,17 +3,17 @@ sftpgo - 2.5.6 + 2.6.2 https://github.com/drakkan/sftpgo/tree/main/pkgs/choco asheroto SFTPGo Nicola Murino https://github.com/drakkan/sftpgo - https://cdn.statically.io/gh/drakkan/sftpgo/v2.5.6/static/img/logo.png + https://cdn.statically.io/gh/drakkan/sftpgo/v2.6.2/static/img/logo.png https://github.com/drakkan/sftpgo/blob/main/LICENSE false https://github.com/drakkan/sftpgo - https://github.com/drakkan/sftpgo/tree/v2.5.6/docs + https://docs.sftpgo.com/2.6/ https://github.com/drakkan/sftpgo/issues sftp sftp-server ftp webdav s3 azure-blob google-cloud-storage cloud-storage scp data-at-rest-encryption multi-factor-authentication multi-step-authentication Full-featured and highly configurable file transfer server: SFTP, HTTP/S,FTP/S, WebDAV. @@ -26,13 +26,13 @@ SFTPGo allows to create HTTP/S links to externally share files and folders secur SFTPGo is highly customizable and extensible to suit your needs. -You can find more info [here](https://github.com/drakkan/sftpgo). +You can find more info [here](https://docs.sftpgo.com/2.6/). ### Notes * This package installs SFTPGo as Windows Service. -* After the first installation please take a look at the [Getting Started Guide](https://sftpgo.github.io/latest/initial-configuration/). - https://github.com/drakkan/sftpgo/releases/tag/v2.5.6 +* After the first installation please take a look at the [Getting Started Guide](https://docs.sftpgo.com/2.6/initial-configuration/). + https://github.com/drakkan/sftpgo/releases/tag/v2.6.2 diff --git a/pkgs/choco/tools/ChocolateyInstall.ps1 b/pkgs/choco/tools/ChocolateyInstall.ps1 index fa5fd930..cca2d7fe 100644 --- a/pkgs/choco/tools/ChocolateyInstall.ps1 +++ b/pkgs/choco/tools/ChocolateyInstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop' $packageName = 'sftpgo' $softwareName = 'SFTPGo' -$url = 'https://github.com/drakkan/sftpgo/releases/download/v2.5.6/sftpgo_v2.5.6_windows_x86_64.exe' -$checksum = 'C20BB051D3EA2ACBF05231ECB94410D01648E15DE304CA6240D37FDC34007DBE' +$url = 'https://github.com/drakkan/sftpgo/releases/download/v2.6.2/sftpgo_v2.6.2_windows_x86_64.exe' +$checksum = '40905AED44A7189C5DF6164631DB07BCBB53FAB7A63503A6BE7AD1328D9986D5' $silentArgs = '/VERYSILENT' $validExitCodes = @(0) @@ -47,6 +47,8 @@ Write-Output "" Write-Output "General information (README) location:" Write-Output "`thttps://github.com/drakkan/sftpgo" Write-Output "Documentation location:" -Write-Output "`thttps://sftpgo.github.io/" +Write-Output "`thttps://docs.sftpgo.com/" +Write-Output "Commercial support:" +Write-Output "`thttps://sftpgo.com/" Write-Output "" Write-Output "---------------------------" \ No newline at end of file