mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 15:10:23 +00:00
back to development
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
19e9857fea
commit
61bc0065f9
7 changed files with 26 additions and 20 deletions
|
@ -18,7 +18,7 @@ package version
|
||||||
import "strings"
|
import "strings"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
version = "2.6.0"
|
version = "2.6.99-dev"
|
||||||
appName = "SFTPGo"
|
appName = "SFTPGo"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ info:
|
||||||
SFTPGo supports groups to simplify the administration of multiple accounts by letting you assign settings once to a group, instead of multiple times to each individual user.
|
SFTPGo supports groups to simplify the administration of multiple accounts by letting you assign settings once to a group, instead of multiple times to each individual user.
|
||||||
The SFTPGo WebClient allows end users to change their credentials, browse and manage their files in the browser and setup two-factor authentication which works with Authy, Google Authenticator and other compatible apps.
|
The SFTPGo WebClient allows end users to change their credentials, browse and manage their files in the browser and setup two-factor authentication which works with Authy, Google Authenticator and other compatible apps.
|
||||||
From the WebClient each authorized user can also create HTTP/S links to externally share files and folders securely, by setting limits to the number of downloads/uploads, protecting the share with a password, limiting access by source IP address, setting an automatic expiration date.
|
From the WebClient each authorized user can also create HTTP/S links to externally share files and folders securely, by setting limits to the number of downloads/uploads, protecting the share with a password, limiting access by source IP address, setting an automatic expiration date.
|
||||||
version: 2.6.0
|
version: 2.6.99-dev
|
||||||
contact:
|
contact:
|
||||||
name: API support
|
name: API support
|
||||||
url: 'https://github.com/drakkan/sftpgo'
|
url: 'https://github.com/drakkan/sftpgo'
|
||||||
|
|
|
@ -3,17 +3,17 @@
|
||||||
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>sftpgo</id>
|
<id>sftpgo</id>
|
||||||
<version>2.5.6</version>
|
<version>2.6.0</version>
|
||||||
<packageSourceUrl>https://github.com/drakkan/sftpgo/tree/main/pkgs/choco</packageSourceUrl>
|
<packageSourceUrl>https://github.com/drakkan/sftpgo/tree/main/pkgs/choco</packageSourceUrl>
|
||||||
<owners>asheroto</owners>
|
<owners>asheroto</owners>
|
||||||
<title>SFTPGo</title>
|
<title>SFTPGo</title>
|
||||||
<authors>Nicola Murino</authors>
|
<authors>Nicola Murino</authors>
|
||||||
<projectUrl>https://github.com/drakkan/sftpgo</projectUrl>
|
<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>
|
<licenseUrl>https://github.com/drakkan/sftpgo/blob/main/LICENSE</licenseUrl>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
<projectSourceUrl>https://github.com/drakkan/sftpgo</projectSourceUrl>
|
<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>
|
<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>
|
<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>
|
<summary>Full-featured and highly configurable file transfer server: SFTP, HTTP/S,FTP/S, WebDAV.</summary>
|
||||||
|
@ -31,8 +31,8 @@ You can find more info [here](https://github.com/drakkan/sftpgo).
|
||||||
### Notes
|
### Notes
|
||||||
|
|
||||||
* This package installs SFTPGo as Windows Service.
|
* 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>
|
* 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.5.6</releaseNotes>
|
<releaseNotes>https://github.com/drakkan/sftpgo/releases/tag/v2.6.0</releaseNotes>
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
<file src="**" exclude="**\*.md;**\icon.png;**\icon.jpg;**\icon.svg" />
|
<file src="**" exclude="**\*.md;**\icon.png;**\icon.jpg;**\icon.svg" />
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
$ErrorActionPreference = 'Stop'
|
$ErrorActionPreference = 'Stop'
|
||||||
$packageName = 'sftpgo'
|
$packageName = 'sftpgo'
|
||||||
$softwareName = 'SFTPGo'
|
$softwareName = 'SFTPGo'
|
||||||
$url = 'https://github.com/drakkan/sftpgo/releases/download/v2.5.6/sftpgo_v2.5.6_windows_x86_64.exe'
|
$url = 'https://github.com/drakkan/sftpgo/releases/download/v2.6.0/sftpgo_v2.6.0_windows_x86_64.exe'
|
||||||
$checksum = 'C20BB051D3EA2ACBF05231ECB94410D01648E15DE304CA6240D37FDC34007DBE'
|
$checksum = '86846D6630E217D7391E7699E65377C0BD043234D30F5DD0D1361E7B816681FC'
|
||||||
$silentArgs = '/VERYSILENT'
|
$silentArgs = '/VERYSILENT'
|
||||||
$validExitCodes = @(0)
|
$validExitCodes = @(0)
|
||||||
|
|
||||||
|
@ -48,5 +48,7 @@ Write-Output "General information (README) location:"
|
||||||
Write-Output "`thttps://github.com/drakkan/sftpgo"
|
Write-Output "`thttps://github.com/drakkan/sftpgo"
|
||||||
Write-Output "Documentation location:"
|
Write-Output "Documentation location:"
|
||||||
Write-Output "`thttps://sftpgo.github.io/"
|
Write-Output "`thttps://sftpgo.github.io/"
|
||||||
|
Write-Output "Commercial support:"
|
||||||
|
Write-Output "`thttps://sftpgo.com/#pricing"
|
||||||
Write-Output ""
|
Write-Output ""
|
||||||
Write-Output "---------------------------"
|
Write-Output "---------------------------"
|
|
@ -1,3 +1,9 @@
|
||||||
|
sftpgo (2.6.0-1ppa1) bionic; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release
|
||||||
|
|
||||||
|
-- Nicola Murino <nicola.murino@gmail.com> Wed, 15 May 2024 19:12:01 +0200
|
||||||
|
|
||||||
sftpgo (2.5.6-1ppa1) bionic; urgency=medium
|
sftpgo (2.5.6-1ppa1) bionic; urgency=medium
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
|
|
|
@ -2,7 +2,7 @@ Index: sftpgo/sftpgo.json
|
||||||
===================================================================
|
===================================================================
|
||||||
--- sftpgo.orig/sftpgo.json
|
--- sftpgo.orig/sftpgo.json
|
||||||
+++ sftpgo/sftpgo.json
|
+++ sftpgo/sftpgo.json
|
||||||
@@ -57,7 +57,7 @@
|
@@ -63,7 +63,7 @@
|
||||||
"domains": [],
|
"domains": [],
|
||||||
"email": "",
|
"email": "",
|
||||||
"key_type": "4096",
|
"key_type": "4096",
|
||||||
|
@ -11,7 +11,7 @@ Index: sftpgo/sftpgo.json
|
||||||
"ca_endpoint": "https://acme-v02.api.letsencrypt.org/directory",
|
"ca_endpoint": "https://acme-v02.api.letsencrypt.org/directory",
|
||||||
"renew_days": 30,
|
"renew_days": 30,
|
||||||
"http01_challenge": {
|
"http01_challenge": {
|
||||||
@@ -186,7 +186,7 @@
|
@@ -194,7 +194,7 @@
|
||||||
},
|
},
|
||||||
"data_provider": {
|
"data_provider": {
|
||||||
"driver": "sqlite",
|
"driver": "sqlite",
|
||||||
|
@ -20,7 +20,7 @@ Index: sftpgo/sftpgo.json
|
||||||
"host": "",
|
"host": "",
|
||||||
"port": 0,
|
"port": 0,
|
||||||
"username": "",
|
"username": "",
|
||||||
@@ -202,7 +202,7 @@
|
@@ -210,7 +210,7 @@
|
||||||
"track_quota": 2,
|
"track_quota": 2,
|
||||||
"delayed_quota_update": 0,
|
"delayed_quota_update": 0,
|
||||||
"pool_size": 0,
|
"pool_size": 0,
|
||||||
|
@ -29,7 +29,7 @@ Index: sftpgo/sftpgo.json
|
||||||
"actions": {
|
"actions": {
|
||||||
"execute_on": [],
|
"execute_on": [],
|
||||||
"execute_for": [],
|
"execute_for": [],
|
||||||
@@ -244,7 +244,7 @@
|
@@ -252,7 +252,7 @@
|
||||||
"port": 0,
|
"port": 0,
|
||||||
"proto": "http"
|
"proto": "http"
|
||||||
},
|
},
|
||||||
|
|
|
@ -30,17 +30,15 @@ the env.d directory.
|
||||||
This eliminates the need to merge your changes with the default configuration file after each update.
|
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.
|
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:
|
||||||
|
|
||||||
Source code and documentation:
|
|
||||||
|
|
||||||
https://github.com/drakkan/sftpgo
|
https://github.com/drakkan/sftpgo
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue