aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-05-22 19:41:28 +0200
committerNicola Murino2022-05-22 19:41:28 +0200
commite3ac2a3ee67c08de525a5a9b4dab6b52c8c7c1c6 (patch)
tree599930c2aeb63aaa9110a4d228bd58d13cc94752
parent43e207b693fda267a67f24be0b18730cb711dd60 (diff)
downloadaur-e3ac2a3ee67c08de525a5a9b4dab6b52c8c7c1c6.tar.gz
update config for upstream changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json14
3 files changed, 18 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e06b3f5f1edd..29a5b131a1ec 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 = r1171.9abd1861
+ pkgver = r1179.87f6a184
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 = 01031b170f29488ca6746f5add77464b0510da1d06536ad2d7ad4ac6b47579de
+ sha256sums = f67488f3cee19055ad19ec1cd338fe507670a2cc708eadf3024665ac06e018d7
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index 476a5677aece..a20d2d791b9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r1171.9abd1861
+pkgver=r1179.87f6a184
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'
- '01031b170f29488ca6746f5add77464b0510da1d06536ad2d7ad4ac6b47579de'
+ 'f67488f3cee19055ad19ec1cd338fe507670a2cc708eadf3024665ac06e018d7'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index 30ff6f8ee937..a48fdd97f29c 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -93,6 +93,8 @@
"address": "",
"apply_proxy_config": true,
"tls_mode": 0,
+ "certificate_file": "",
+ "certificate_key_file": "",
"min_tls_version": 12,
"force_passive_ip": "",
"passive_ip_overrides": [],
@@ -125,6 +127,8 @@
"port": 0,
"address": "",
"enable_https": false,
+ "certificate_file": "",
+ "certificate_key_file": "",
"min_tls_version": 12,
"client_auth_type": 0,
"tls_cipher_suites": [],
@@ -225,6 +229,8 @@
"enable_web_admin": true,
"enable_web_client": true,
"enable_https": false,
+ "certificate_file": "",
+ "certificate_key_file": "",
"min_tls_version": 12,
"client_auth_type": 0,
"tls_cipher_suites": [],
@@ -239,6 +245,7 @@
"redirect_base_url": "",
"username_field": "",
"role_field": "",
+ "implicit_roles": false,
"custom_fields": []
},
"security": {
@@ -267,6 +274,7 @@
"login_image_path": "",
"disclaimer_name": "",
"disclaimer_path": "",
+ "default_css": "",
"extra_css": []
},
"web_client": {
@@ -277,6 +285,7 @@
"login_image_path": "",
"disclaimer_name": "",
"disclaimer_path": "",
+ "default_css": "",
"extra_css": []
}
}
@@ -326,6 +335,11 @@
"skip_tls_verify": false,
"headers": []
},
+ "command": {
+ "timeout": 30,
+ "env": [],
+ "commands": []
+ },
"kms": {
"secrets": {
"url": "",