aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-11-24 20:57:39 +0100
committerNicola Murino2023-11-24 20:57:39 +0100
commita456f8405af374ebb20e6f9e715191f7a27da7c4 (patch)
tree14b1e534185afdb86ff2b57d8876ae38f4fbcd7b
parent4dcc3ddb09d5d05f855ac66d4c02d69a63db279b (diff)
downloadaur-a456f8405af374ebb20e6f9e715191f7a27da7c4.tar.gz
update config file for upstream changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json4
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83220ca1e5f7..3d154d003fa7 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 = r1664.62854e48
+ pkgver = r1666.6175acb5
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 = 7438740509e5a800ae385889d8200ca67b28eb8a8f5130b43c6be61b52240e1c
+ sha256sums = c9d04fcc8e2c8c8370e100ea49cdd4d29b2e1fa8f956aa5f3620c3ea7e82a247
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index 6e38d2a71770..20fbefd2ecd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r1664.62854e48
+pkgver=r1666.6175acb5
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'
- '7438740509e5a800ae385889d8200ca67b28eb8a8f5130b43c6be61b52240e1c'
+ 'c9d04fcc8e2c8c8370e100ea49cdd4d29b2e1fa8f956aa5f3620c3ea7e82a247'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index caef3ee8c9cd..b7b4d0f9da22 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -198,7 +198,9 @@
"host": "",
"port": 0,
"username": "",
+ "username_file": "",
"password": "",
+ "password_file": "",
"sslmode": 0,
"disable_sni": false,
"target_session_attrs": "",
@@ -278,6 +280,7 @@
"oidc": {
"client_id": "",
"client_secret": "",
+ "client_secret_file": "",
"config_url": "",
"redirect_base_url": "",
"scopes": [
@@ -344,6 +347,7 @@
"ca_certificates": [],
"ca_revocation_lists": [],
"signing_passphrase": "",
+ "signing_passphrase_file": "",
"token_validation": 0,
"max_upload_file_size": 0,
"cors": {