mirror of
https://github.com/YunoHost-Apps/iceshrimp_ynh.git
synced 2024-09-03 19:15:54 +02:00
commit
2754174241
12 changed files with 19 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
# All available README files by language
|
||||
|
||||
- [Read the README in English](README.md)
|
||||
- [Lee el README en español](README_es.md)
|
||||
- [Lea el README en español](README_es.md)
|
||||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.md)
|
||||
|
|
|
@ -20,7 +20,7 @@ Iceshrimp is a decentralized and federated social networking service, implementi
|
|||
|
||||
It was forked from Calckey Firefish (itself a fork of Misskey) in mid-2023, to focus on stability, performance and usability instead of new features.
|
||||
|
||||
**Shipped version:** 2023.12.5~ynh1
|
||||
**Shipped version:** 2023.12.6~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ Iceshrimp is a decentralized and federated social networking service, implementi
|
|||
|
||||
It was forked from Calckey Firefish (itself a fork of Misskey) in mid-2023, to focus on stability, performance and usability instead of new features.
|
||||
|
||||
**Versión actual:** 2023.12.5~ynh1
|
||||
**Versión actual:** 2023.12.6~ynh1
|
||||
|
||||
## Capturas
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ Iceshrimp is a decentralized and federated social networking service, implementi
|
|||
|
||||
It was forked from Calckey Firefish (itself a fork of Misskey) in mid-2023, to focus on stability, performance and usability instead of new features.
|
||||
|
||||
**Paketatutako bertsioa:** 2023.12.5~ynh1
|
||||
**Paketatutako bertsioa:** 2023.12.6~ynh1
|
||||
|
||||
## Pantaila-argazkiak
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ Iceshrimp est un service de réseau social décentralisé et fédéré, impléme
|
|||
|
||||
Il a été forké de Calckey et Firefish (lui-même forké de Misskey) à la mi-2023, afin de se concentrer sur la stabilité, les performances et la facilité d'utilisation plutôt que sur de nouvelles fonctionnalités.
|
||||
|
||||
**Version incluse :** 2023.12.5~ynh1
|
||||
**Version incluse :** 2023.12.6~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ Iceshrimp is a decentralized and federated social networking service, implementi
|
|||
|
||||
It was forked from Calckey Firefish (itself a fork of Misskey) in mid-2023, to focus on stability, performance and usability instead of new features.
|
||||
|
||||
**Versión proporcionada:** 2023.12.5~ynh1
|
||||
**Versión proporcionada:** 2023.12.6~ynh1
|
||||
|
||||
## Capturas de pantalla
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ Iceshrimp is a decentralized and federated social networking service, implementi
|
|||
|
||||
It was forked from Calckey Firefish (itself a fork of Misskey) in mid-2023, to focus on stability, performance and usability instead of new features.
|
||||
|
||||
**分发版本:** 2023.12.5~ynh1
|
||||
**分发版本:** 2023.12.6~ynh1
|
||||
|
||||
## 截图
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Iceshrimp"
|
|||
description.en = "Decentralized and federated social networking service"
|
||||
description.fr = "Service de réseau social décentralisé et fédéré"
|
||||
|
||||
version = "2023.12.5~ynh1"
|
||||
version = "2023.12.6~ynh1"
|
||||
|
||||
maintainers = ["oufmilo"]
|
||||
|
||||
|
|
|
@ -69,9 +69,9 @@ ynh_script_progression --message="Building app... This will take some time." --w
|
|||
|
||||
pushd "$install_dir"
|
||||
ynh_use_nodejs
|
||||
corepack enable
|
||||
corepack prepare --activate
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn
|
||||
env $ynh_node_load_PATH corepack enable
|
||||
env $ynh_node_load_PATH COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack prepare --activate
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH COREPACK_ENABLE_DOWNLOAD_PROMPT=0 yarn
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production yarn build
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn run init
|
||||
popd
|
||||
|
@ -112,4 +112,4 @@ ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --lin
|
|||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
||||
ynh_script_progression --message="Installation of $app completed"
|
||||
ynh_script_progression --message="Installation of $app completed"
|
||||
|
|
|
@ -39,9 +39,9 @@ ynh_script_progression --message="Reinstalling yarn..." --weight=1
|
|||
# Define and install yarn
|
||||
pushd "$install_dir"
|
||||
ynh_use_nodejs
|
||||
corepack enable
|
||||
corepack prepare --activate
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install
|
||||
env $ynh_node_load_PATH corepack enable
|
||||
env $ynh_node_load_PATH COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack prepare --activate
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH COREPACK_ENABLE_DOWNLOAD_PROMPT=0 yarn install
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production yarn build
|
||||
popd
|
||||
|
||||
|
|
|
@ -97,9 +97,9 @@ ynh_script_progression --message="Building app..."
|
|||
|
||||
pushd "$install_dir"
|
||||
ynh_use_nodejs
|
||||
corepack enable
|
||||
corepack prepare --activate
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn cleanall
|
||||
env $ynh_node_load_PATH corepack enable
|
||||
env $ynh_node_load_PATH COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack prepare --activate
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH COREPACK_ENABLE_DOWNLOAD_PROMPT=0 yarn cleanall
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production yarn build
|
||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn migrate
|
||||
|
|
|
@ -16,5 +16,4 @@ test_format = 1.0
|
|||
# Commits to test upgrade from
|
||||
# -------------------------------
|
||||
|
||||
test_upgrade_from.6bd676e.name = "2023.12.1"
|
||||
test_upgrade_from.c8ff29b.name = "2023.12.2"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue