summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2021-12-31 16:03:55 +0100
committerNicola Murino2021-12-31 16:03:55 +0100
commit8b2211bac3e160eb831f33abd2cd50e8ca9b2c53 (patch)
tree856da9fccbfd93ea0cdb681e4adc5e99ebdf344f
parent904a7d2c14ce9e02234516bc4d8bb4eef6e0c984 (diff)
downloadaur-8b2211bac3e160eb831f33abd2cd50e8ca9b2c53.tar.gz
update to v2.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--sftpgo.json6
3 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f49936e480aa..b22af02fe712 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo
- pkgdesc = Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, Azure Blob, SFTP
- pkgver = 2.2.0
+ 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 = 2.2.1
pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo.install
@@ -18,11 +18,11 @@ pkgbase = sftpgo
optdepends = mariadb: to use MySQL provider
optdepends = cockroachdb: to use CockroachDB provider
backup = etc/sftpgo/sftpgo.json
- source = git+https://github.com/drakkan/sftpgo#tag=v2.2.0
+ source = git+https://github.com/drakkan/sftpgo#tag=v2.2.1
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
- sha256sums = d9188b0c2eb2d7e486318622a955a01f66e63d8c816ad8c3e548d89ae0af193e
+ sha256sums = 8fed22f6a8d3216e4acb3e53651f216a8dd131b1e86a9ddad6702ea5ba78084a
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo
diff --git a/PKGBUILD b/PKGBUILD
index 207301b92620..9cda1080ee41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
-pkgdesc='Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, Azure Blob, SFTP'
+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')
url="https://github.com/drakkan/${pkgname}"
license=('AGPLv3')
@@ -22,7 +22,7 @@ source=("git+https://github.com/drakkan/${pkgname}#tag=v${pkgver}"
"sftpgo.json"
"sftpgo.sysusers")
sha256sums=('SKIP'
- 'd9188b0c2eb2d7e486318622a955a01f66e63d8c816ad8c3e548d89ae0af193e'
+ '8fed22f6a8d3216e4acb3e53651f216a8dd131b1e86a9ddad6702ea5ba78084a'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index f9b78fc18fac..0456b84b4873 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -19,6 +19,7 @@
"max_per_host_connections": 20,
"defender": {
"enabled": false,
+ "driver": "memory",
"ban_time": 30,
"ban_time_increment": 50,
"threshold": 15,
@@ -211,7 +212,8 @@
"tls_cipher_suites": [],
"proxy_allowed": [],
"hide_login_url": 0,
- "render_openapi": true
+ "render_openapi": true,
+ "web_client_integrations": []
}
],
"templates_path": "/usr/share/sftpgo/templates",
@@ -236,7 +238,7 @@
}
},
"telemetry": {
- "bind_port": 10000,
+ "bind_port": 0,
"bind_address": "127.0.0.1",
"enable_profiler": false,
"auth_user_file": "",