mirror of
https://github.com/YunoHost-Apps/misskey_ynh.git
synced 2024-09-03 19:46:03 +02:00
Merge pull request #53 from YunoHost-Apps/ci-auto-update-v12.108.1
Upgrade to version 12.108.1
This commit is contained in:
commit
8be78cf6fa
8 changed files with 10 additions and 10 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms.
|
Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 12.107.0~ynh1
|
**Shipped version:** 12.108.1~ynh1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux.
|
Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux.
|
||||||
|
|
||||||
**Version incluse :** 12.107.0~ynh1
|
**Version incluse :** 12.108.1~ynh1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.102.1.tar.gz
|
SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.108.1.tar.gz
|
||||||
SOURCE_SUM=99dfef753f0fc3c69017651df95529837357cf6d57f62173603fa54c028cbccd
|
SOURCE_SUM=b0e05bf7a231d59190a0f666901795bb67f9fa0ca0e5070424df75c728f02a43
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -62,7 +62,7 @@ db:
|
||||||
db: __DB_NAME__
|
db: __DB_NAME__
|
||||||
|
|
||||||
# Auth
|
# Auth
|
||||||
user: __DB_NAME__
|
user: __DB_USER__
|
||||||
pass: __DB_PWD__
|
pass: __DB_PWD__
|
||||||
|
|
||||||
# Whether disable Caching queries
|
# Whether disable Caching queries
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=__APP__ daemon running
|
Description=Misskey: microblogging platform
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Microblogging platform",
|
"en": "Microblogging platform",
|
||||||
"fr": "Platforme de Microblogging"
|
"fr": "Platforme de Microblogging"
|
||||||
},
|
},
|
||||||
"version": "12.107.0~ynh1",
|
"version": "12.108.1~ynh1",
|
||||||
"url": "https://join.misskey.page/en/",
|
"url": "https://join.misskey.page/en/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
|
|
|
@ -82,7 +82,7 @@ db_name=$(ynh_sanitize_dbid --db_name=$app)
|
||||||
db_user=$db_name
|
db_user=$db_name
|
||||||
ynh_app_setting_set --app=$app --key=db_name --value=$db_name
|
ynh_app_setting_set --app=$app --key=db_name --value=$db_name
|
||||||
ynh_psql_test_if_first_run
|
ynh_psql_test_if_first_run
|
||||||
ynh_psql_setup_db --db_user=$db_name --db_name=$db_name
|
ynh_psql_setup_db --db_user=$db_user --db_name=$db_name
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CREATE DEDICATED USER
|
# CREATE DEDICATED USER
|
||||||
|
|
|
@ -103,9 +103,9 @@ chown -R $app:www-data "$final_path"
|
||||||
#=================================================
|
#=================================================
|
||||||
# NGINX CONFIGURATION
|
# NGINX CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Upgrading nginx web server configuration..." --weight=1
|
ynh_script_progression --message="Upgrading NGINX web server configuration..." --weight=1
|
||||||
|
|
||||||
# Create a dedicated nginx config
|
# Create a dedicated NGINX config
|
||||||
ynh_add_nginx_config
|
ynh_add_nginx_config
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue