aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-05-05 08:09:07 +0200
committerNicola Murino2022-05-05 08:09:07 +0200
commit61e143d859a7f58019f44ba11e913f36704159a4 (patch)
tree9247b791d6176d5cbbbfbac9a8c3c8f28468eef9
parent630ecdab636f7a3f98db0ffb242b1d3ab68566e2 (diff)
downloadaur-61e143d859a7f58019f44ba11e913f36704159a4.tar.gz
shared data paths are now automatically discovered
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json8
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a06f342ba3a4..98e94c7c93b8 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 = r1151.dd9c5b2
+ pkgver = r1155.033e4c2
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 = 51e6aee5cc9217cbd77b902416411ab510896754b3def72db80c0c14a95946da
+ sha256sums = 4be3ce5bd610407a960105e6b4bcb5ed1cfa6502a69660e0a809d279436e9ed9
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index 29e1ce807002..c24ffb719825 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r1151.dd9c5b2
+pkgver=r1155.033e4c2
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'
- '51e6aee5cc9217cbd77b902416411ab510896754b3def72db80c0c14a95946da'
+ '4be3ce5bd610407a960105e6b4bcb5ed1cfa6502a69660e0a809d279436e9ed9'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index 86d53f527dd3..974f1df1171d 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -259,9 +259,9 @@
"extra_css": []
}
],
- "templates_path": "/usr/share/sftpgo/templates",
- "static_files_path": "/usr/share/sftpgo/static",
- "openapi_path": "/usr/share/sftpgo/openapi",
+ "templates_path": "templates",
+ "static_files_path": "static",
+ "openapi_path": "openapi",
"web_root": "",
"certificate_file": "",
"certificate_key_file": "",
@@ -328,7 +328,7 @@
"auth_type": 0,
"encryption": 0,
"domain": "",
- "templates_path": "/usr/share/sftpgo/templates"
+ "templates_path": "templates"
},
"plugins": []
}