mirror of
https://github.com/YunoHost-Apps/iceshrimp_ynh.git
synced 2024-09-03 19:15:54 +02:00
Merge branch 'testing'
This commit is contained in:
commit
d4eac17ae3
5 changed files with 4 additions and 4 deletions
|
@ -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:** v2023.12.1~ynh1
|
||||
**Shipped version:** 2023.12.1~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -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 :** v2023.12.1~ynh1
|
||||
**Version incluse :** 2023.12.1~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 36 KiB |
|
@ -5,7 +5,7 @@ name = "Iceshrimp"
|
|||
description.en = "$app is a decentralized and federated social networking service, implementing the ActivityPub standard."
|
||||
description.fr = "$app est un service de réseau social décentralisé et fédéré, implémentant le standard ActivityPub."
|
||||
|
||||
version = "v2023.12.1~ynh1"
|
||||
version = "2023.12.1~ynh1"
|
||||
|
||||
maintainers = ["oufmilo"]
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ chown -R $app:www-data "$install_dir"
|
|||
git lfs install && git lfs pull
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from GitHub
|
||||
git clone https://iceshrimp.dev/iceshrimp/iceshrimp.git "$install_dir" --quiet
|
||||
ynh_exec_warn_less git clone https://iceshrimp.dev/iceshrimp/iceshrimp.git "$install_dir" --quiet
|
||||
|
||||
chmod -R o-rwx "$install_dir"
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
|
Loading…
Reference in a new issue