mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
Merge pull request #293 from YunoHost-Apps/testing
This commit is contained in:
commit
580e0fca5f
8 changed files with 10 additions and 10 deletions
|
@ -45,7 +45,7 @@ It shall NOT be edited by hand.
|
|||
See more [on the documentation](https://glitch-soc.github.io/docs/).
|
||||
|
||||
|
||||
**Shipped version:** 2024.07.04~ynh1
|
||||
**Shipped version:** 2024.07.07~ynh1
|
||||
## Documentation and resources
|
||||
|
||||
- Official app website: <https://glitch-soc.github.io/docs/>
|
||||
|
|
|
@ -45,7 +45,7 @@ No se debe editar a mano.
|
|||
See more [on the documentation](https://glitch-soc.github.io/docs/).
|
||||
|
||||
|
||||
**Versión actual:** 2024.07.04~ynh1
|
||||
**Versión actual:** 2024.07.07~ynh1
|
||||
## Documentaciones y recursos
|
||||
|
||||
- Sitio web oficial: <https://glitch-soc.github.io/docs/>
|
||||
|
|
|
@ -45,7 +45,7 @@ EZ editatu eskuz.
|
|||
See more [on the documentation](https://glitch-soc.github.io/docs/).
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 2024.07.04~ynh1
|
||||
**Paketatutako bertsioa:** 2024.07.07~ynh1
|
||||
## Dokumentazioa eta baliabideak
|
||||
|
||||
- Aplikazioaren webgune ofiziala: <https://glitch-soc.github.io/docs/>
|
||||
|
|
|
@ -45,7 +45,7 @@ Il NE doit PAS être modifié à la main.
|
|||
Voir plus [sur la documentation](https://glitch-soc.github.io/docs/) (en anglais).
|
||||
|
||||
|
||||
**Version incluse :** 2024.07.04~ynh1
|
||||
**Version incluse :** 2024.07.07~ynh1
|
||||
## Documentations et ressources
|
||||
|
||||
- Site officiel de l’app : <https://glitch-soc.github.io/docs/>
|
||||
|
|
|
@ -45,7 +45,7 @@ NON debe editarse manualmente.
|
|||
See more [on the documentation](https://glitch-soc.github.io/docs/).
|
||||
|
||||
|
||||
**Versión proporcionada:** 2024.07.04~ynh1
|
||||
**Versión proporcionada:** 2024.07.07~ynh1
|
||||
## Documentación e recursos
|
||||
|
||||
- Web oficial da app: <https://glitch-soc.github.io/docs/>
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
See more [on the documentation](https://glitch-soc.github.io/docs/).
|
||||
|
||||
|
||||
**分发版本:** 2024.07.04~ynh1
|
||||
**分发版本:** 2024.07.07~ynh1
|
||||
## 文档与资源
|
||||
|
||||
- 官方应用网站: <https://glitch-soc.github.io/docs/>
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "Glitch-Soc"
|
|||
description.en = "Libre and federated social network, fork of Mastodon"
|
||||
description.fr = "Réseau social libre et fédéré, scission de Mastodon"
|
||||
|
||||
version = "2024.07.04~ynh1"
|
||||
version = "2024.07.07~ynh1"
|
||||
|
||||
maintainers = ["Tagada"]
|
||||
|
||||
|
@ -50,8 +50,8 @@ ram.runtime = "500M"
|
|||
[resources]
|
||||
[resources.sources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/glitch-soc/mastodon/archive/05cfe04415084995ccc01b6c737edb39c9dd8411.tar.gz"
|
||||
sha256 = "a8947d8f1171c1099852f0d1501cecd0ca9ad95c77b69395c4d2e78feebc1142"
|
||||
url = "https://github.com/glitch-soc/mastodon/archive/69766370fd65bb7a48dddfd247e0b22f72409f4f.tar.gz"
|
||||
sha256 = "048722ffa7a00f125c7743fd53ceb0f70734750a114da09abd60a1effb9c5f09"
|
||||
|
||||
autoupdate.strategy = "latest_github_commit"
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||
|
||||
# Download Mastodon
|
||||
ynh_setup_source --dest_dir="$install_dir/live" --keep="public/system/"
|
||||
ynh_setup_source --dest_dir="$install_dir/live" --full_replace=1 --keep="public/system/"
|
||||
|
||||
chmod -R o-rwx "$install_dir"
|
||||
chown -R "$app:www-data" "$install_dir"
|
||||
|
|
Loading…
Reference in a new issue