mirror of
https://github.com/YunoHost-Apps/trilium_ynh.git
synced 2024-10-01 13:34:49 +02:00
Upgrade to v0.62.4 and increase upload limit (#61)
* Upgrade to v0.62.4 * Auto-update README * Increase upload limit taken from nextcloud_ynh --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
6f5c8f309b
commit
5954ee5023
4 changed files with 10 additions and 5 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
Trilium Notes is an Evernote-like hierarchical note taking application with many advanced features, focused on building a large personal knowledge base.
|
||||
|
||||
|
||||
**Shipped version:** 0.61.15~ynh1
|
||||
**Shipped version:** 0.62.4~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
Trilium Notes est une application de prise de note hiérarchique semblable a Evernote, avec maintes fonctions avancées, centrée sur la construction d'une large base de connaissances personnelle.
|
||||
|
||||
|
||||
**Version incluse :** 0.61.15~ynh1
|
||||
**Version incluse :** 0.62.4~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -9,6 +9,11 @@ location __PATH__/ {
|
|||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Host $server_name;
|
||||
proxy_set_header X-Forwarded-Port $server_port;
|
||||
|
||||
# Set max upload size
|
||||
client_max_body_size 10G;
|
||||
client_body_timeout 300s;
|
||||
fastcgi_buffers 64 4K;
|
||||
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Trilium Notes"
|
|||
description.en = "Hierarchical note taking application with focus on building large personal knowledge base"
|
||||
description.fr = "Application de prise de note hiérarchique centrée sur la construction d'une large base de connaissances personnelle"
|
||||
|
||||
version = "0.61.15~ynh1"
|
||||
version = "0.62.4~ynh1"
|
||||
|
||||
maintainers = ["Jules Bertholet"]
|
||||
|
||||
|
@ -53,8 +53,8 @@ ram.runtime = "110M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/zadam/trilium/archive/refs/tags/v0.61.15.tar.gz"
|
||||
sha256 = "977d217f06af250c08fb60e3863b1d3e1cf17e6ec20ce855bf78d7d5e138a662"
|
||||
url = "https://github.com/zadam/trilium/archive/refs/tags/v0.62.4.tar.gz"
|
||||
sha256 = "d8204d7cf2488c4119b76124596873b95e7be9a1ccfc0b10faba7c26e25636ca"
|
||||
rename = "v0.60.4.tar.gz"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
|
|
Loading…
Reference in a new issue