diff --git a/README.md b/README.md index 4065ead..133a59c 100644 --- a/README.md +++ b/README.md @@ -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. -**Shipped version:** 12.96.1~ynh1 +**Shipped version:** 12.96.1~ynh2 @@ -67,4 +67,4 @@ or sudo yunohost app upgrade misskey -u https://github.com/YunoHost-Apps/misskey_ynh/tree/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file +**More info regarding app packaging:** https://yunohost.org/packaging_apps diff --git a/README_fr.md b/README_fr.md index 71633fd..45ecd3c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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. -**Version incluse :** 12.96.1~ynh1 +**Version incluse :** 12.96.1~ynh2 @@ -62,4 +62,4 @@ ou sudo yunohost app upgrade misskey -u https://github.com/YunoHost-Apps/misskey_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps diff --git a/conf/default.yml b/conf/default.yml index 50f8d70..5aead02 100644 --- a/conf/default.yml +++ b/conf/default.yml @@ -139,7 +139,7 @@ id: "aid" # port: 514 # Proxy for HTTP/HTTPS -proxy: http://127.0.0.1:__PORT__ +#proxy: http://127.0.0.1:3128 #proxyBypassHosts: [ # 'example.com', diff --git a/manifest.json b/manifest.json index 4cde368..6e03a8d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.96.1~ynh1", + "version": "12.96.1~ynh2", "url": "https://join.misskey.page/en/", "upstream": { "license": "AGPL-3.0",