back to development

This commit is contained in:
Nicola Murino 2021-06-16 19:28:25 +02:00
parent a09cf5c8b9
commit 9dcaf1555f
No known key found for this signature in database
GPG key ID: 2F1FB59433D5A8CB
3 changed files with 13 additions and 7 deletions

View file

@ -1,3 +1,9 @@
sftpgo (2.1.0-1ppa1) bionic; urgency=medium
* New upstream release.
-- Nicola Murino <nicola.murino@gmail.com> Wed, 16 Jun 2021 18:20:12 +0200
sftpgo (2.0.4-1ppa1) bionic; urgency=medium sftpgo (2.0.4-1ppa1) bionic; urgency=medium
* New upstream release. * New upstream release.

View file

@ -2,7 +2,7 @@ Index: sftpgo/sftpgo.json
=================================================================== ===================================================================
--- sftpgo.orig/sftpgo.json --- sftpgo.orig/sftpgo.json
+++ sftpgo/sftpgo.json +++ sftpgo/sftpgo.json
@@ -115,7 +115,7 @@ @@ -139,7 +139,7 @@
}, },
"data_provider": { "data_provider": {
"driver": "sqlite", "driver": "sqlite",
@ -11,9 +11,9 @@ Index: sftpgo/sftpgo.json
"host": "", "host": "",
"port": 0, "port": 0,
"username": "", "username": "",
@@ -125,14 +125,14 @@ @@ -150,14 +150,14 @@
"sql_tables_prefix": "",
"track_quota": 2, "track_quota": 2,
"delayed_quota_update": 0,
"pool_size": 0, "pool_size": 0,
- "users_base_dir": "", - "users_base_dir": "",
+ "users_base_dir": "/srv/sftpgo/data", + "users_base_dir": "/srv/sftpgo/data",
@ -28,8 +28,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": "",
@@ -160,9 +160,9 @@ @@ -193,9 +193,9 @@
"tls_cipher_suites": [] "proxy_allowed": []
} }
], ],
- "templates_path": "templates", - "templates_path": "templates",
@ -38,6 +38,6 @@ Index: sftpgo/sftpgo.json
+ "templates_path": "/usr/share/sftpgo/templates", + "templates_path": "/usr/share/sftpgo/templates",
+ "static_files_path": "/usr/share/sftpgo/static", + "static_files_path": "/usr/share/sftpgo/static",
+ "backups_path": "/srv/sftpgo/backups", + "backups_path": "/srv/sftpgo/backups",
"web_root": "",
"certificate_file": "", "certificate_file": "",
"certificate_key_file": "", "certificate_key_file": "",
"ca_certificates": [],

View file

@ -2,7 +2,7 @@ package version
import "strings" import "strings"
const version = "2.1.0" const version = "2.1.0-dev"
var ( var (
commit = "" commit = ""