1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/misskey_ynh.git synced 2024-09-03 19:46:03 +02:00

Merge pull request #86 from memo-567/patch-10

Upgrade to version 12.110.1
This commit is contained in:
Éric Gaspar 2022-04-24 17:39:34 +02:00 committed by GitHub
commit f21fdcdfab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 5 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.110.0.tar.gz SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.110.1.tar.gz
SOURCE_SUM=FDEC5E47B0A7BB9711D3414712FC47A38E45B2EDD54881344AEC710AB8658CE8 SOURCE_SUM=AA6465EA1135EBA876043125B7C1636FB0B29419A35528D588703A798F80807D
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -138,7 +138,7 @@ id: 'aid'
#proxyRemoteFiles: true #proxyRemoteFiles: true
# Sign to ActivityPub GET request (default: false) # Sign to ActivityPub GET request (default: false)
#signToActivityPubGet: true signToActivityPubGet: true
#allowedPrivateNetworks: [ #allowedPrivateNetworks: [
# '127.0.0.1/32' # '127.0.0.1/32'

View file

@ -17,7 +17,8 @@ location / {
proxy_cache_lock on; proxy_cache_lock on;
proxy_cache_use_stale updating; proxy_cache_use_stale updating;
more_set_headers "X-Cache: $upstream_cache_status"; more_set_headers "X-Cache: $upstream_cache_status";
# Change to upload limit
client_max_body_size 80m;
# Include SSOWAT user panel. # Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc; include conf.d/yunohost_panel.conf.inc;
} }

View file

@ -6,7 +6,7 @@
"en": "Microblogging platform", "en": "Microblogging platform",
"fr": "Platforme de Microblogging" "fr": "Platforme de Microblogging"
}, },
"version": "12.110.0~ynh3", "version": "12.110.1~ynh1",
"url": "https://misskey-hub.net/", "url": "https://misskey-hub.net/",
"upstream": { "upstream": {
"license": "AGPL-3.0", "license": "AGPL-3.0",

View file

@ -67,6 +67,7 @@ if ynh_legacy_permissions_exists; then
ynh_app_setting_delete --app=$app --key=is_public ynh_app_setting_delete --app=$app --key=is_public
fi fi
#================================================= #=================================================
# STANDARD UPGRADE STEPS # STANDARD UPGRADE STEPS
#================================================= #=================================================