aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-06-10 17:32:35 +0200
committerNicola Murino2023-06-10 17:32:35 +0200
commitc907af2b4d4c0047c2d9f790a3d6ad347042c535 (patch)
tree89957ba4019b1a40365665aaf2d760e4efad6be2
parent1680a4bad78ab82cbe2f9b4dbd116d0edb44c551 (diff)
downloadaur-c907af2b4d4c0047c2d9f790a3d6ad347042c535.tar.gz
update config file for upstream changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json10
3 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e79c8259d32..864572ec819d 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 = r1504.2b77709a
+ pkgver = r1531.d7d7b0bb
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 = 01b67418c2f8382ee664b7409122d987d6a193f7d235d441c50cdb6924c6fc2f
+ sha256sums = dd43c42a5b9e321d1ca500b7e8da7985be25152ef1a4de4e54342d115a398a10
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index 5c07b8565748..4291d0f5c00e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r1504.2b77709a
+pkgver=r1531.d7d7b0bb
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'
- '01b67418c2f8382ee664b7409122d987d6a193f7d235d441c50cdb6924c6fc2f'
+ 'dd43c42a5b9e321d1ca500b7e8da7985be25152ef1a4de4e54342d115a398a10'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index 4699e638b2ac..4e7ead11f7b5 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -406,7 +406,15 @@
"auth_type": 0,
"encryption": 0,
"domain": "",
- "templates_path": "templates"
+ "templates_path": "templates",
+ "debug": 0,
+ "oauth2": {
+ "provider": 0,
+ "tenant": "",
+ "client_id": "",
+ "client_secret": "",
+ "refresh_token": ""
+ }
},
"plugins": []
}