aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-05-28 22:04:36 +0200
committerNicola Murino2022-05-28 22:04:36 +0200
commit8149c41bd6e3e2aa74e1e15431d6a75e8d6a913c (patch)
treed6bdff624f10afbd11f35ef409454c088817b1d7
parente3ac2a3ee67c08de525a5a9b4dab6b52c8c7c1c6 (diff)
downloadaur-8149c41bd6e3e2aa74e1e15431d6a75e8d6a913c.tar.gz
update config for upstream changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json23
3 files changed, 26 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29a5b131a1ec..f5d3d27a1c6c 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 = r1179.87f6a184
+ pkgver = r1185.f6b11c2d
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 = f67488f3cee19055ad19ec1cd338fe507670a2cc708eadf3024665ac06e018d7
+ sha256sums = 2d70ebc4b94daab9072162ebd2ca0b3ab7906b68b41e32ac7899ee7828761b1f
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index a20d2d791b9b..dc67e1ab9b53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r1179.87f6a184
+pkgver=r1185.f6b11c2d
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'
- 'f67488f3cee19055ad19ec1cd338fe507670a2cc708eadf3024665ac06e018d7'
+ '2d70ebc4b94daab9072162ebd2ca0b3ab7906b68b41e32ac7899ee7828761b1f'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index a48fdd97f29c..5860b55cb984 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -54,6 +54,22 @@
}
]
},
+ "acme": {
+ "domains": [],
+ "email": "",
+ "key_type": "4096",
+ "certs_path": "/var/lib/sftpgo/certs",
+ "ca_endpoint": "https://acme-v02.api.letsencrypt.org/directory",
+ "renew_days": 30,
+ "http01_challenge": {
+ "port": 80,
+ "proxy_header": "",
+ "webroot": ""
+ },
+ "tls_alpn01_challenge": {
+ "port": 0
+ }
+ },
"sftpd": {
"bindings": [
{
@@ -133,7 +149,9 @@
"client_auth_type": 0,
"tls_cipher_suites": [],
"prefix": "",
- "proxy_allowed": []
+ "proxy_allowed": [],
+ "client_ip_proxy_header": "",
+ "client_ip_header_depth": 0
}
],
"certificate_file": "",
@@ -235,6 +253,8 @@
"client_auth_type": 0,
"tls_cipher_suites": [],
"proxy_allowed": [],
+ "client_ip_proxy_header": "",
+ "client_ip_header_depth": 0,
"hide_login_url": 0,
"render_openapi": true,
"web_client_integrations": [],
@@ -300,6 +320,7 @@
"ca_certificates": [],
"ca_revocation_lists": [],
"signing_passphrase": "",
+ "token_validation": 0,
"max_upload_file_size": 1048576000,
"cors": {
"enabled": false,