aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-03-19 22:13:32 +0100
committerNicola Murino2022-03-19 22:13:32 +0100
commitfba0194acb3fdabbd42090cd5e787c48be16cb9c (patch)
treef1ff0bb5e536e120cb7d55f4bf99dc229a3c6bfb
parentc23778bda8e6d790ee804bc53d187a70c1bf1974 (diff)
downloadaur-fba0194acb3fdabbd42090cd5e787c48be16cb9c.tar.gz
update config for upstream changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json16
3 files changed, 16 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10b5f3d08e49..3912c24cb319 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo-git
pkgdesc = Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, Azure Blob, SFTP
- pkgver = r1094.79857a8
+ pkgver = r1113.93b9c16
pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo-git.install
@@ -24,7 +24,7 @@ pkgbase = sftpgo-git
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
- sha256sums = 730b9dc1845eeadcaf956d08922d63b5067dc7790967a5242378dd50245f3562
+ sha256sums = 0456c085cc653ee4ed236b95374b516058087f0be99ec4131d748350acf0ae6c
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index 2a30245b689b..d46d73f8d20a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r1094.79857a8
+pkgver=r1113.93b9c16
pkgrel=1
pkgdesc='Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, Azure Blob, SFTP'
arch=('i686' 'x86_64' 'aarch64')
@@ -25,7 +25,7 @@ source=("git+https://github.com/drakkan/${_pkgname}.git"
"sftpgo.json"
"sftpgo.sysusers")
sha256sums=('SKIP'
- '730b9dc1845eeadcaf956d08922d63b5067dc7790967a5242378dd50245f3562'
+ '0456c085cc653ee4ed236b95374b516058087f0be99ec4131d748350acf0ae6c'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index c40c19f95c3a..6c2da4af35d2 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -17,6 +17,7 @@
"data_retention_hook": "",
"max_total_connections": 0,
"max_per_host_connections": 20,
+ "whitelist_file": "",
"defender": {
"enabled": false,
"driver": "memory",
@@ -70,6 +71,7 @@
"enabled_ssh_commands": [
"md5sum",
"sha1sum",
+ "sha256sum",
"cd",
"pwd",
"scp"
@@ -174,7 +176,7 @@
"external_auth_hook": "",
"external_auth_scope": 0,
"credentials_path": "/var/lib/sftpgo/credentials",
- "prefer_database_credentials": false,
+ "prefer_database_credentials": true,
"pre_login_hook": "",
"post_login_hook": "",
"post_login_scope": 0,
@@ -203,7 +205,13 @@
"update_mode": 0,
"create_default_admin": false,
"naming_rules": 0,
- "is_shared": 0
+ "is_shared": 0,
+ "backups_path": "/srv/sftpgo/backups",
+ "auto_backup": {
+ "enabled": true,
+ "hour": "0",
+ "day_of_week": "*"
+ }
},
"httpd": {
"bindings": [
@@ -242,13 +250,13 @@
"permissions_policy": "",
"cross_origin_opener_policy": "",
"expect_ct_header": ""
- }
+ },
+ "extra_css": []
}
],
"templates_path": "/usr/share/sftpgo/templates",
"static_files_path": "/usr/share/sftpgo/static",
"openapi_path": "/usr/share/sftpgo/openapi",
- "backups_path": "/srv/sftpgo/backups",
"web_root": "",
"certificate_file": "",
"certificate_key_file": "",