Skip to content

Commit

Permalink
update links to the documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
  • Loading branch information
drakkan committed Sep 18, 2024
1 parent 7337b29 commit 41a5b70
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/backup/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion examples/data-retention/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion examples/quotascan/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
12 changes: 6 additions & 6 deletions pkgs/choco/sftpgo.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sftpgo</id>
<version>2.5.6</version>
<version>2.6.2</version>
<packageSourceUrl>https://github.com/drakkan/sftpgo/tree/main/pkgs/choco</packageSourceUrl>
<owners>asheroto</owners>
<title>SFTPGo</title>
<authors>Nicola Murino</authors>
<projectUrl>https://github.com/drakkan/sftpgo</projectUrl>
<iconUrl>https://cdn.statically.io/gh/drakkan/sftpgo/v2.5.6/static/img/logo.png</iconUrl>
<iconUrl>https://cdn.statically.io/gh/drakkan/sftpgo/v2.6.2/static/img/logo.png</iconUrl>
<licenseUrl>https://github.com/drakkan/sftpgo/blob/main/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/drakkan/sftpgo</projectSourceUrl>
<docsUrl>https://github.com/drakkan/sftpgo/tree/v2.5.6/docs</docsUrl>
<docsUrl>https://docs.sftpgo.com/2.6/</docsUrl>
<bugTrackerUrl>https://github.com/drakkan/sftpgo/issues</bugTrackerUrl>
<tags>sftp sftp-server ftp webdav s3 azure-blob google-cloud-storage cloud-storage scp data-at-rest-encryption multi-factor-authentication multi-step-authentication</tags>
<summary>Full-featured and highly configurable file transfer server: SFTP, HTTP/S,FTP/S, WebDAV.</summary>
Expand All @@ -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/).</description>
<releaseNotes>https://github.com/drakkan/sftpgo/releases/tag/v2.5.6</releaseNotes>
* After the first installation please take a look at the [Getting Started Guide](https://docs.sftpgo.com/2.6/initial-configuration/).</description>
<releaseNotes>https://github.com/drakkan/sftpgo/releases/tag/v2.6.2</releaseNotes>
</metadata>
<files>
<file src="**" exclude="**\*.md;**\icon.png;**\icon.jpg;**\icon.svg" />
Expand Down
8 changes: 5 additions & 3 deletions pkgs/choco/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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 "---------------------------"

0 comments on commit 41a5b70

Please sign in to comment.