summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-07-29 19:12:01 +0200
committerNicola Murino2022-07-29 19:12:01 +0200
commitdc595af6648edbfc2d0d78a1bc834f59771e9813 (patch)
tree08461b9a8063c4183a69e2ae430ea594f42b62f9
parent4143bd368171086bd3eb3c40d9fd96a193ac9c24 (diff)
downloadaur-dc595af6648edbfc2d0d78a1bc834f59771e9813.tar.gz
update to v2.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json12
3 files changed, 15 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83cb03a4e45d..6e2561c42a02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo
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.3.1
+ pkgver = 2.3.2
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.3.1
+ source = git+https://github.com/drakkan/sftpgo#tag=v2.3.2
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
- sha256sums = 066669009af5b1cc8fad93ce9a3d9738e8dcc6bcf9dbbcd9ae085c45c18610aa
+ sha256sums = 9b8f14b35006e74778cc88ed8c4699083983c756ea65fabc208b034a12f30087
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo
diff --git a/PKGBUILD b/PKGBUILD
index 9df55ca60191..e967dbfe6424 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo
-pkgver=2.3.1
+pkgver=2.3.2
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')
@@ -22,7 +22,7 @@ source=("git+https://github.com/drakkan/${pkgname}#tag=v${pkgver}"
"sftpgo.json"
"sftpgo.sysusers")
sha256sums=('SKIP'
- '066669009af5b1cc8fad93ce9a3d9738e8dcc6bcf9dbbcd9ae085c45c18610aa'
+ '9b8f14b35006e74778cc88ed8c4699083983c756ea65fabc208b034a12f30087'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index b88610da78b1..57dd0edc2f35 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -246,6 +246,7 @@
"address": "",
"enable_web_admin": true,
"enable_web_client": true,
+ "enabled_login_methods": 0,
"enable_https": false,
"certificate_file": "",
"certificate_key_file": "",
@@ -263,10 +264,16 @@
"client_secret": "",
"config_url": "",
"redirect_base_url": "",
+ "scopes": [
+ "openid",
+ "profile",
+ "email"
+ ],
"username_field": "",
"role_field": "",
"implicit_roles": false,
- "custom_fields": []
+ "custom_fields": [],
+ "debug": false
},
"security": {
"enabled": false,
@@ -334,7 +341,8 @@
"setup": {
"installation_code": "",
"installation_code_hint": "Installation code"
- }
+ },
+ "hide_support_link": false
},
"telemetry": {
"bind_port": 0,