aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-04-14 19:46:59 +0200
committerNicola Murino2022-04-14 19:46:59 +0200
commit8503cae966c47e00a48568ef270182cae8160378 (patch)
tree7c7ff8fcdf43a4a805f7b43f0c7ab56acd9b5ef5
parentfba0194acb3fdabbd42090cd5e787c48be16cb9c (diff)
downloadaur-8503cae966c47e00a48568ef270182cae8160378.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.json8
3 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3912c24cb319..b6177332adee 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 = r1113.93b9c16
+ pkgver = r1144.002a066
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 = 0456c085cc653ee4ed236b95374b516058087f0be99ec4131d748350acf0ae6c
+ sha256sums = 62c77282bd87fab02261c5e834f3a7a43416cf76478656b2fa1a38f55fb5838d
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index d46d73f8d20a..514af8a4f7a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r1113.93b9c16
+pkgver=r1144.002a066
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'
- '0456c085cc653ee4ed236b95374b516058087f0be99ec4131d748350acf0ae6c'
+ '62c77282bd87fab02261c5e834f3a7a43416cf76478656b2fa1a38f55fb5838d'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index 6c2da4af35d2..b0571765aceb 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -63,10 +63,13 @@
"max_auth_tries": 0,
"banner": "",
"host_keys": [],
+ "host_certificates": [],
+ "host_key_algorithms": [],
"kex_algorithms": [],
"ciphers": [],
"macs": [],
"trusted_user_ca_keys": [],
+ "revoked_user_certs_file": "",
"login_banner_file": "",
"enabled_ssh_commands": [
"md5sum",
@@ -234,13 +237,16 @@
"config_url": "",
"redirect_base_url": "",
"username_field": "",
- "role_field": ""
+ "role_field": "",
+ "custom_fields": []
},
"security": {
"enabled": false,
"allowed_hosts": [],
"allowed_hosts_are_regex": false,
"hosts_proxy_headers": [],
+ "https_redirect": false,
+ "https_host": "",
"https_proxy_headers": [],
"sts_seconds": 0,
"sts_include_subdomains": false,