aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json12
3 files changed, 13 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c75e0e894974..a97bf112f69a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo-git
pkgdesc = Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, Azure Blob
- pkgver = r535.9b49f63
+ pkgver = r551.0a14297
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 = ac57087afd4fc4f18c31a0dedb1a14ce2e12b717414ffef7a306e4d37d3df0eb
+ sha256sums = e9d8d24bbeedffabeba3a80342d2c072eeff1343dd1824fe0057de5565d8e9c1
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index 878e7c8ce896..faa806db05f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r535.9b49f63
+pkgver=r551.0a14297
pkgrel=1
pkgdesc='Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, Azure Blob'
arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@ source=("git+https://github.com/drakkan/${_pkgname}.git"
"sftpgo.json"
"sftpgo.sysusers")
sha256sums=('SKIP'
- 'ac57087afd4fc4f18c31a0dedb1a14ce2e12b717414ffef7a306e4d37d3df0eb'
+ 'e9d8d24bbeedffabeba3a80342d2c072eeff1343dd1824fe0057de5565d8e9c1'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index a396d89252ac..e30cdb018885 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -62,9 +62,15 @@
"max_age": 0
},
"cache": {
- "enabled": true,
- "expiration_time": 0,
- "max_size": 50
+ "users": {
+ "enabled": true,
+ "expiration_time": 0,
+ "max_size": 50
+ },
+ "mime_types": {
+ "enabled": true,
+ "max_size": 1000
+ }
}
},
"data_provider": {