aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-03-15 20:36:25 +0100
committerNicola Murino2023-03-15 20:36:25 +0100
commitfb2cfe1b8743d25c8b8e8a959e5de232025f91bc (patch)
tree3d27434500921ac749aeb741531b6f24c05e4592
parent04ab3a24009c2ca316fb808537ae29ba1f72fc76 (diff)
downloadaur-fb2cfe1b8743d25c8b8e8a959e5de232025f91bc.tar.gz
update config file for upstream changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json3
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92d1022ba8fe..08b8a6ce57d6 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 = r1446.dba088da
+ pkgver = r1460.783dff36
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 = 047361cfd03b616b50ff048373f9eced83cc6faf9c659a5a8f5416034a5e0a86
+ sha256sums = 01b67418c2f8382ee664b7409122d987d6a193f7d235d441c50cdb6924c6fc2f
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index 426d06b4143d..8be6fcaf4f91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r1446.dba088da
+pkgver=r1460.783dff36
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'
- '047361cfd03b616b50ff048373f9eced83cc6faf9c659a5a8f5416034a5e0a86'
+ '01b67418c2f8382ee664b7409122d987d6a193f7d235d441c50cdb6924c6fc2f'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index 5f98ae79fc91..4699e638b2ac 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -12,6 +12,7 @@
"temp_path": "",
"proxy_protocol": 0,
"proxy_allowed": [],
+ "proxy_skipped": [],
"startup_hook": "",
"post_connect_hook": "",
"post_disconnect_hook": "",
@@ -336,7 +337,7 @@
"ca_revocation_lists": [],
"signing_passphrase": "",
"token_validation": 0,
- "max_upload_file_size": 1048576000,
+ "max_upload_file_size": 0,
"cors": {
"enabled": false,
"allowed_origins": [],