Skip to content

Commit

Permalink
back to development
Browse files Browse the repository at this point in the history
Signed-off-by: Nicola Murino <[email protected]>
  • Loading branch information
drakkan committed May 15, 2024
1 parent 19e9857 commit ac43862
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 18 deletions.
10 changes: 5 additions & 5 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.0</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.0/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://sftpgo.github.io/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 @@ -31,8 +31,8 @@ You can find more info [here](https://github.com/drakkan/sftpgo).
### 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://sftpgo.github.io/2.6/initial-configuration/).</description>
<releaseNotes>https://github.com/drakkan/sftpgo/releases/tag/v2.6.0</releaseNotes>
</metadata>
<files>
<file src="**" exclude="**\*.md;**\icon.png;**\icon.jpg;**\icon.svg" />
Expand Down
6 changes: 4 additions & 2 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.0/sftpgo_v2.6.0_windows_x86_64.exe'
$checksum = '86846D6630E217D7391E7699E65377C0BD043234D30F5DD0D1361E7B816681FC'
$silentArgs = '/VERYSILENT'
$validExitCodes = @(0)

Expand Down Expand Up @@ -48,5 +48,7 @@ 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 "Commercial support:"
Write-Output "`thttps://sftpgo.com/#pricing"
Write-Output ""
Write-Output "---------------------------"
6 changes: 6 additions & 0 deletions pkgs/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
sftpgo (2.6.0-1ppa1) bionic; urgency=medium

* New upstream release

-- Nicola Murino <[email protected]> Wed, 15 May 2024 19:12:01 +0200

sftpgo (2.5.6-1ppa1) bionic; urgency=medium

* New upstream release
Expand Down
8 changes: 4 additions & 4 deletions pkgs/debian/patches/config.diff
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Index: sftpgo/sftpgo.json
===================================================================
--- sftpgo.orig/sftpgo.json
+++ sftpgo/sftpgo.json
@@ -57,7 +57,7 @@
@@ -63,7 +63,7 @@
"domains": [],
"email": "",
"key_type": "4096",
Expand All @@ -11,7 +11,7 @@ Index: sftpgo/sftpgo.json
"ca_endpoint": "https://acme-v02.api.letsencrypt.org/directory",
"renew_days": 30,
"http01_challenge": {
@@ -186,7 +186,7 @@
@@ -194,7 +194,7 @@
},
"data_provider": {
"driver": "sqlite",
Expand All @@ -20,7 +20,7 @@ Index: sftpgo/sftpgo.json
"host": "",
"port": 0,
"username": "",
@@ -202,7 +202,7 @@
@@ -210,7 +210,7 @@
"track_quota": 2,
"delayed_quota_update": 0,
"pool_size": 0,
Expand All @@ -29,7 +29,7 @@ Index: sftpgo/sftpgo.json
"actions": {
"execute_on": [],
"execute_for": [],
@@ -244,7 +244,7 @@
@@ -252,7 +252,7 @@
"port": 0,
"proto": "http"
},
Expand Down
12 changes: 5 additions & 7 deletions windows-installer/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,15 @@ the env.d directory.
This eliminates the need to merge your changes with the default configuration file after each update.
You can simply replace the configuration file with the default one after updating SFTPGo.

https://github.com/drakkan/sftpgo/blob/main/docs/full-configuration.md
Documentation:

Getting started guide:
https://sftpgo.github.io/

https://github.com/drakkan/sftpgo/blob/main/docs/howto/getting-started.md
Commercial support:

Step-to-step tutorials:
https://sftpgo.com/#pricing

https://github.com/drakkan/sftpgo/tree/main/docs/howto

Source code and documentation:
Source code:

https://github.com/drakkan/sftpgo

Expand Down

0 comments on commit ac43862

Please sign in to comment.