mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 23:20:24 +00:00
back to development
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
794afbf85e
commit
6d582a821b
4 changed files with 14 additions and 8 deletions
|
@ -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.
|
||||
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.
|
||||
version: 2.2.1
|
||||
version: 2.2.1-dev
|
||||
contact:
|
||||
name: API support
|
||||
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
|
||||
|
||||
* New upstream release
|
||||
|
|
|
@ -2,7 +2,7 @@ Index: sftpgo/sftpgo.json
|
|||
===================================================================
|
||||
--- sftpgo.orig/sftpgo.json
|
||||
+++ sftpgo/sftpgo.json
|
||||
@@ -148,7 +148,7 @@
|
||||
@@ -149,7 +149,7 @@
|
||||
},
|
||||
"data_provider": {
|
||||
"driver": "sqlite",
|
||||
|
@ -11,7 +11,7 @@ Index: sftpgo/sftpgo.json
|
|||
"host": "",
|
||||
"port": 0,
|
||||
"username": "",
|
||||
@@ -159,7 +159,7 @@
|
||||
@@ -160,7 +160,7 @@
|
||||
"track_quota": 2,
|
||||
"delayed_quota_update": 0,
|
||||
"pool_size": 0,
|
||||
|
@ -20,7 +20,7 @@ Index: sftpgo/sftpgo.json
|
|||
"actions": {
|
||||
"execute_on": [],
|
||||
"execute_for": [],
|
||||
@@ -167,7 +167,7 @@
|
||||
@@ -168,7 +168,7 @@
|
||||
},
|
||||
"external_auth_hook": "",
|
||||
"external_auth_scope": 0,
|
||||
|
@ -29,8 +29,8 @@ Index: sftpgo/sftpgo.json
|
|||
"prefer_database_credentials": false,
|
||||
"pre_login_hook": "",
|
||||
"post_login_hook": "",
|
||||
@@ -214,10 +214,10 @@
|
||||
"render_openapi": true
|
||||
@@ -216,10 +216,10 @@
|
||||
"web_client_integrations": []
|
||||
}
|
||||
],
|
||||
- "templates_path": "templates",
|
||||
|
@ -44,7 +44,7 @@ Index: sftpgo/sftpgo.json
|
|||
"web_root": "",
|
||||
"certificate_file": "",
|
||||
"certificate_key_file": "",
|
||||
@@ -279,7 +279,7 @@
|
||||
@@ -281,7 +281,7 @@
|
||||
"auth_type": 0,
|
||||
"encryption": 0,
|
||||
"domain": "",
|
||||
|
|
|
@ -2,7 +2,7 @@ package version
|
|||
|
||||
import "strings"
|
||||
|
||||
const version = "2.2.1"
|
||||
const version = "2.2.1-dev"
|
||||
|
||||
var (
|
||||
commit = ""
|
||||
|
|
Loading…
Reference in a new issue