summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-07-29 19:14:36 +0200
committerNicola Murino2022-07-29 19:14:36 +0200
commit22042d8508cdb0db42b03580efdd581f80410e76 (patch)
tree9ac11c49f9c8f0b80da114d43f72667dc0d2470b
parentd9197d24fe063d855554f9089473e1dd1a1849ae (diff)
downloadaur-22042d8508cdb0db42b03580efdd581f80410e76.tar.gz
update to v2.3.2
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--sftpgo.json12
3 files changed, 17 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0b378e598c7..5db7323d10e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo-bin
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-bin.install
@@ -15,11 +15,11 @@ pkgbase = sftpgo-bin
conflicts = sftpgo
backup = etc/sftpgo/sftpgo.json
backup = var/lib/sftpgo/sftpgo.db
- source = https://github.com/drakkan/sftpgo/releases/download/v2.3.1/sftpgo_v2.3.1_linux_x86_64.tar.xz
+ source = https://github.com/drakkan/sftpgo/releases/download/v2.3.2/sftpgo_v2.3.2_linux_x86_64.tar.xz
source = sftpgo.json
source = sftpgo.sysusers
- sha256sums = 8833dec9aab3315eff6588c4fd69d85d9c0f8b1e083592e1dee617aea719e4cb
- sha256sums = 066669009af5b1cc8fad93ce9a3d9738e8dcc6bcf9dbbcd9ae085c45c18610aa
+ sha256sums = 80142f8a06e287e9744687013ab7a26f7f64a738f60ac19cfe9a35e998ea7d04
+ sha256sums = 9b8f14b35006e74778cc88ed8c4699083983c756ea65fabc208b034a12f30087
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-bin
diff --git a/PKGBUILD b/PKGBUILD
index 79c94ea62b74..8ef989a3db73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-bin
_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=('x86_64')
@@ -26,8 +26,8 @@ install=${pkgname}.install
source=("https://github.com/drakkan/sftpgo/releases/download/v${pkgver}/sftpgo_v${pkgver}_linux_x86_64.tar.xz"
"sftpgo.json"
"sftpgo.sysusers")
-sha256sums=('8833dec9aab3315eff6588c4fd69d85d9c0f8b1e083592e1dee617aea719e4cb'
- '066669009af5b1cc8fad93ce9a3d9738e8dcc6bcf9dbbcd9ae085c45c18610aa'
+sha256sums=('80142f8a06e287e9744687013ab7a26f7f64a738f60ac19cfe9a35e998ea7d04'
+ '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,