mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 22:30:56 +03:00
back to development
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -23,7 +23,7 @@ info:
|
|||||||
SFTPGo also supports virtual folders, a virtual folder can use any of the supported storage backends. So you can have, for example, an S3 user that exposes a GCS bucket (or part of it) on a specified path and an encrypted local filesystem on another one.
|
SFTPGo also supports virtual folders, a virtual folder can use any of the supported storage backends. So you can have, for example, an S3 user that exposes a GCS bucket (or part of it) on a specified path and an encrypted local filesystem on another one.
|
||||||
Virtual folders can be private or shared among multiple users, for shared virtual folders you can define different quota limits for each user.
|
Virtual folders can be private or shared among multiple users, for shared virtual folders you can define different quota limits for each user.
|
||||||
SFTPGo allows to 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.
|
SFTPGo allows to 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.2.1
|
version: 2.2.1-dev
|
||||||
contact:
|
contact:
|
||||||
name: API support
|
name: API support
|
||||||
url: 'https://github.com/drakkan/sftpgo'
|
url: 'https://github.com/drakkan/sftpgo'
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
sftpgo (2.2.1-1ppa1) bionic; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release
|
||||||
|
|
||||||
|
-- Nicola Murino <nicola.murino@gmail.com> Fri, 31 Dec 2021 15:44:15 +0100
|
||||||
|
|
||||||
sftpgo (2.2.0-1ppa1) bionic; urgency=medium
|
sftpgo (2.2.0-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
|
||||||
@@ -148,7 +148,7 @@
|
@@ -149,7 +149,7 @@
|
||||||
},
|
},
|
||||||
"data_provider": {
|
"data_provider": {
|
||||||
"driver": "sqlite",
|
"driver": "sqlite",
|
||||||
@@ -11,7 +11,7 @@ Index: sftpgo/sftpgo.json
|
|||||||
"host": "",
|
"host": "",
|
||||||
"port": 0,
|
"port": 0,
|
||||||
"username": "",
|
"username": "",
|
||||||
@@ -159,7 +159,7 @@
|
@@ -160,7 +160,7 @@
|
||||||
"track_quota": 2,
|
"track_quota": 2,
|
||||||
"delayed_quota_update": 0,
|
"delayed_quota_update": 0,
|
||||||
"pool_size": 0,
|
"pool_size": 0,
|
||||||
@@ -20,7 +20,7 @@ Index: sftpgo/sftpgo.json
|
|||||||
"actions": {
|
"actions": {
|
||||||
"execute_on": [],
|
"execute_on": [],
|
||||||
"execute_for": [],
|
"execute_for": [],
|
||||||
@@ -167,7 +167,7 @@
|
@@ -168,7 +168,7 @@
|
||||||
},
|
},
|
||||||
"external_auth_hook": "",
|
"external_auth_hook": "",
|
||||||
"external_auth_scope": 0,
|
"external_auth_scope": 0,
|
||||||
@@ -29,8 +29,8 @@ Index: sftpgo/sftpgo.json
|
|||||||
"prefer_database_credentials": false,
|
"prefer_database_credentials": false,
|
||||||
"pre_login_hook": "",
|
"pre_login_hook": "",
|
||||||
"post_login_hook": "",
|
"post_login_hook": "",
|
||||||
@@ -214,10 +214,10 @@
|
@@ -216,10 +216,10 @@
|
||||||
"render_openapi": true
|
"web_client_integrations": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
- "templates_path": "templates",
|
- "templates_path": "templates",
|
||||||
@@ -44,7 +44,7 @@ Index: sftpgo/sftpgo.json
|
|||||||
"web_root": "",
|
"web_root": "",
|
||||||
"certificate_file": "",
|
"certificate_file": "",
|
||||||
"certificate_key_file": "",
|
"certificate_key_file": "",
|
||||||
@@ -279,7 +279,7 @@
|
@@ -281,7 +281,7 @@
|
||||||
"auth_type": 0,
|
"auth_type": 0,
|
||||||
"encryption": 0,
|
"encryption": 0,
|
||||||
"domain": "",
|
"domain": "",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ package version
|
|||||||
|
|
||||||
import "strings"
|
import "strings"
|
||||||
|
|
||||||
const version = "2.2.1"
|
const version = "2.2.1-dev"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
commit = ""
|
commit = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user