aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-02-13 19:53:38 +0100
committerNicola Murino2022-02-13 19:53:38 +0100
commite1956d6c399e9aa067db51aeb569e2c71ae39233 (patch)
tree06a027d36958a71b6efffdf4413766905147f96c
parent0ac25460dbb97f27857057a5208b5f7209bd2083 (diff)
downloadaur-e1956d6c399e9aa067db51aeb569e2c71ae39233.tar.gz
update config for upstream changes
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json14
3 files changed, 17 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67737a0920f6..9e326ed0551b 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 = r1070.7e2a8e7
+ pkgver = r1075.1fccd05
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 = 63a8d835fbd2fa6a4f8bde706224f98a151e66045849d8599cf16689b51fca7a
+ sha256sums = 0244a612106924ae3cf086639cfc619744e2100739378ed3d3a5da920327d216
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index 281aed70827c..3b5670f11ec8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r1070.7e2a8e7
+pkgver=r1075.1fccd05
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'
- '63a8d835fbd2fa6a4f8bde706224f98a151e66045849d8599cf16689b51fca7a'
+ '0244a612106924ae3cf086639cfc619744e2100739378ed3d3a5da920327d216'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index 499d6124c994..0c94b251c74d 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -86,6 +86,7 @@
"address": "",
"apply_proxy_config": true,
"tls_mode": 0,
+ "min_tls_version": 12,
"force_passive_ip": "",
"passive_ip_overrides": [],
"client_auth_type": 0,
@@ -117,6 +118,7 @@
"port": 0,
"address": "",
"enable_https": false,
+ "min_tls_version": 12,
"client_auth_type": 0,
"tls_cipher_suites": [],
"prefix": "",
@@ -211,12 +213,21 @@
"enable_web_admin": true,
"enable_web_client": true,
"enable_https": false,
+ "min_tls_version": 12,
"client_auth_type": 0,
"tls_cipher_suites": [],
"proxy_allowed": [],
"hide_login_url": 0,
"render_openapi": true,
- "web_client_integrations": []
+ "web_client_integrations": [],
+ "oidc": {
+ "client_id": "",
+ "client_secret": "",
+ "config_url": "",
+ "redirect_base_url": "",
+ "username_field": "",
+ "role_field": ""
+ }
}
],
"templates_path": "/usr/share/sftpgo/templates",
@@ -247,6 +258,7 @@
"auth_user_file": "",
"certificate_file": "",
"certificate_key_file": "",
+ "min_tls_version": 12,
"tls_cipher_suites": []
},
"http": {