From a7edd1b18c51cd66a6e7384e902fd5fd6a9ef4f9 Mon Sep 17 00:00:00 2001 From: Salamandar <6552989+Salamandar@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:23:55 +0100 Subject: [PATCH 1/3] [autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1 (#131) Co-authored-by: OniriCorpe Co-authored-by: OniriCorpe Co-authored-by: YunoHost Bot Co-authored-by: Yunohost-Bot <> --- scripts/restore | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index cd47ece..3e534d4 100755 --- a/scripts/restore +++ b/scripts/restore @@ -70,7 +70,7 @@ then ynh_script_progression --message="Migrating binary architecture..." # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --keep="config.yaml" + ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="config.yaml" fi # FIXME: this should be managed by the core in the future diff --git a/scripts/upgrade b/scripts/upgrade index 6c45835..759b680 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -292,7 +292,7 @@ then architecture=$(detect_arch) # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --keep="config.yaml" + ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="config.yaml" fi # FIXME: this should be managed by the core in the future From 793bcb63a9db832df2f9e70a7e1fe4430320cfe3 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 11 Mar 2024 21:37:09 +0100 Subject: [PATCH 2/3] Upgrade to v0.14.2 https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.14.2 --- manifest.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/manifest.toml b/manifest.toml index 8bff297..26fa786 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "GoToSocial" description.en = "Fast ActivityPub social network server written in Go" description.fr = "Serveur de réseau social véloce basé sur ActivityPub écrit en Go" -version = "0.14.1~ynh1" +version = "0.14.2~ynh1" maintainers = ["OniriCorpe"] @@ -78,16 +78,16 @@ default = true [resources] [resources.sources.main] in_subdir = false -i386.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.14.1/gotosocial_0.14.1_linux_386.tar.gz" -i386.sha256 = "3f34a6998a0e4fe3a2fb1d5b35f3220cd8cc8d5279622fb1ebdb1f20469b0383" -amd64.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.14.1/gotosocial_0.14.1_linux_amd64.tar.gz" -amd64.sha256 = "1a0294f2d613bacc7a03fae9dc125662b9bd939ed63b0cf49cd3260b61850b56" -armv6.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.14.1/gotosocial_0.14.1_linux_armv6.tar.gz" -armv6.sha256 = "02e5d24d94e87e3d5ea21da59d81a123a54fb09b86aa6d40bdd6bb0eb287b704" -armv7.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.14.1/gotosocial_0.14.1_linux_armv7.tar.gz" -armv7.sha256 = "62484f1dda6f8bdb33551c31d07d83e91c82f194cfc812f821440ae371ba42f9" -arm64.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.14.1/gotosocial_0.14.1_linux_arm64.tar.gz" -arm64.sha256 = "5f23b0c5a0e7d2ca75b674b5f080555f339d9b31af9179605ee7612593fda660" +i386.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.14.2/gotosocial_0.14.2_linux_386.tar.gz" +i386.sha256 = "17d4b4cdd0cfb60387f4441d5342f30a8f1df674c8111abeac5c1491e8cafc25" +amd64.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.14.2/gotosocial_0.14.2_linux_amd64.tar.gz" +amd64.sha256 = "ff6d2628c359fc9718febd4717d1f5a17675da798360273caa63b11c85b52717" +armv6.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.14.2/gotosocial_0.14.2_linux_armv6.tar.gz" +armv6.sha256 = "caebc1aa612ff99bf225d406c5b32c6a08398901908efbbcfa8c2be7c25b49fc" +armv7.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.14.2/gotosocial_0.14.2_linux_armv7.tar.gz" +armv7.sha256 = "83d5abc428f46be4e904bb4a8f6c7a9c018423e03f827403f29b1e1e1484ffc3" +arm64.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.14.2/gotosocial_0.14.2_linux_arm64.tar.gz" +arm64.sha256 = "6cadec6fb1c350a7dcfbd232ab18eb5521b2aae031fc914c556dc5ce964eaed2" autoupdate.asset.i386 = "gotosocial_.*linux_386.tar.gz$" autoupdate.asset.amd64 = "gotosocial_.*linux_amd64.tar.gz$" From f9bd9db0a0b1e9425de8783ed1b505d6c037b709 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 29 Mar 2024 07:05:32 +0100 Subject: [PATCH 3/3] Auto-update README --- ALL_README.md | 6 +++++ README.md | 17 +++++++------- README_fr.md | 37 ++++++++++++++++--------------- README_gl.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++ README_it.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 156 insertions(+), 26 deletions(-) create mode 100644 ALL_README.md create mode 100644 README_gl.md create mode 100644 README_it.md diff --git a/ALL_README.md b/ALL_README.md new file mode 100644 index 0000000..3d6c579 --- /dev/null +++ b/ALL_README.md @@ -0,0 +1,6 @@ +# All available README files by language + +- [Read the README in English](README.md) +- [Lire le README en français](README_fr.md) +- [Le o README en galego](README_gl.md) +- [Leggi il “README” in italiano](README_it.md) diff --git a/README.md b/README.md index 64374fe..b02c5e9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -9,10 +9,10 @@ It shall NOT be edited by hand. [![Install GoToSocial with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gotosocial) -*[Lire ce readme en français.](./README_fr.md)* +*[Read this README is other languages.](./ALL_README.md)* -> *This package allows you to install GoToSocial quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* +> *This package allows you to install GoToSocial quickly and simply on a YunoHost server.* +> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* ## Overview @@ -25,7 +25,8 @@ The documentation for this YunoHost package [can be read here](./doc/DOCS.md) an Please note that this package uses the ["i'm so tired" software license 1.0](https://github.com/YunoHost-Apps/gotosocial_ynh/blob/master/LICENSE), please read it and accept it before proceeding with installation. -**Shipped version:** 0.14.1~ynh1 + +**Shipped version:** 0.14.2~ynh1 ## Screenshots @@ -47,11 +48,11 @@ Please note that this package uses the ["i'm so tired" software license 1.0](htt ## Developer info -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing). +Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing). -To try the testing branch, please proceed like that. +To try the `testing` branch, please proceed like that: -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug or sudo yunohost app upgrade gotosocial -u https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug diff --git a/README_fr.md b/README_fr.md index 0c8b7c8..b651b5d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,6 +1,6 @@ # GoToSocial pour YunoHost @@ -9,10 +9,10 @@ It shall NOT be edited by hand. [![Installer GoToSocial avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gotosocial) -*[Read this readme in english.](./README.md)* +*[Lire le README dans d'autres langues.](./ALL_README.md)* -> *Ce package vous permet d’installer GoToSocial rapidement et simplement sur un serveur YunoHost. -Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* +> *Ce package vous permet d’installer GoToSocial rapidement et simplement sur un serveur YunoHost.* +> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.* ## Vue d’ensemble @@ -25,7 +25,8 @@ La documentation de ce paquet YunoHost [est lisible ici](./doc/DOCS_fr.md) et l' Veuillez noter que ce paquet utilise la ["i'm so tired" software license 1.0](https://github.com/YunoHost-Apps/gotosocial_ynh/blob/master/LICENSE), veuillez la lire et l'accepter avant de procéder à l'installation. -**Version incluse :** 0.14.1~ynh1 + +**Version incluse :** 0.14.2~ynh1 ## Captures d’écran @@ -33,28 +34,28 @@ Veuillez noter que ce paquet utilise la ["i'm so tired" software license 1.0](ht ## :red_circle: Anti-fonctionnalités -- **Alpha software** : Early development stage. May contain changing or unstable features, bugs, and security vulnerability. -- **Not totally free package** : The YunoHost package of this app is under an overall free licence, but with clauses that restrict its use. +- **Logiciel en version alpha**: Le logiciel est au tout début de son développement. Il pourrait contenir des fonctionnalités changeantes ou instables, des bugs, et des failles de sécurité. +- **Package sous licence libre restreinte**: Le package YunoHost de cette application est sous une licence globalement libre, mais avec des clauses qui pourraient restreindre son utilisation. ## Documentations et ressources -- Site officiel de l’app : -- Documentation officielle utilisateur : -- Documentation officielle de l’admin : -- Dépôt de code officiel de l’app : -- YunoHost Store : -- Signaler un bug : +- Site officiel de l’app : +- Documentation officielle utilisateur : +- Documentation officielle de l’admin : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs -Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing). +Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing). -Pour essayer la branche testing, procédez comme suit. +Pour essayer la branche `testing`, procédez comme suit : -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug ou sudo yunohost app upgrade gotosocial -u https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** +**Plus d’infos sur le packaging d’applications :** diff --git a/README_gl.md b/README_gl.md new file mode 100644 index 0000000..8666eab --- /dev/null +++ b/README_gl.md @@ -0,0 +1,61 @@ + + +# GoToSocial para YunoHost + +[![Nivel de integración](https://dash.yunohost.org/integration/gotosocial.svg)](https://dash.yunohost.org/appci/app/gotosocial) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/gotosocial.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/gotosocial.maintain.svg) + +[![Instalar GoToSocial con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gotosocial) + +*[Le este README en outros idiomas.](./ALL_README.md)* + +> *Este paquete permíteche instalar GoToSocial de xeito rápido e doado nun servidor YunoHost.* +> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.* + +## Vista xeral + +GoToSocial is a fast [ActivityPub](https://activitypub.rocks/) social network server, written in Golang. + +With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to! + +The official documentation is at [docs.gotosocial.org](https://docs.gotosocial.org). +The documentation for this YunoHost package [can be read here](./doc/DOCS.md) and the admin is **strongly encouraged to read it**! + +Please note that this package uses the ["i'm so tired" software license 1.0](https://github.com/YunoHost-Apps/gotosocial_ynh/blob/master/LICENSE), please read it and accept it before proceeding with installation. + + +**Versión proporcionada:** 0.14.2~ynh1 + +## Capturas de pantalla + +![Captura de pantalla de GoToSocial](./doc/screenshots/screenshot.png) + +## :red_circle: Caraterísticas cuestionables + +- **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability. +- **Not totally free package**: The YunoHost package of this app is under an overall free licence, but with clauses that restrict its use. + +## Documentación e recursos + +- Web oficial da app: +- Documentación oficial para usuarias: +- Documentación oficial para admin: +- Repositorio de orixe do código: +- Tenda YunoHost: +- Informar dun problema: + +## Info de desenvolvemento + +Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing). + +Para probar a rama `testing`, procede deste xeito: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug +ou +sudo yunohost app upgrade gotosocial -u https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug +``` + +**Máis info sobre o empaquetado da app:** diff --git a/README_it.md b/README_it.md new file mode 100644 index 0000000..0b19ae7 --- /dev/null +++ b/README_it.md @@ -0,0 +1,61 @@ + + +# GoToSocial per YunoHost + +[![Livello di integrazione](https://dash.yunohost.org/integration/gotosocial.svg)](https://dash.yunohost.org/appci/app/gotosocial) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/gotosocial.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/gotosocial.maintain.svg) + +[![Installa GoToSocial con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gotosocial) + +*[Leggi questo README in altre lingue.](./ALL_README.md)* + +> *Questo pacchetto ti permette di installare GoToSocial su un server YunoHost in modo semplice e veloce.* +> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.* + +## Panoramica + +GoToSocial is a fast [ActivityPub](https://activitypub.rocks/) social network server, written in Golang. + +With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to! + +The official documentation is at [docs.gotosocial.org](https://docs.gotosocial.org). +The documentation for this YunoHost package [can be read here](./doc/DOCS.md) and the admin is **strongly encouraged to read it**! + +Please note that this package uses the ["i'm so tired" software license 1.0](https://github.com/YunoHost-Apps/gotosocial_ynh/blob/master/LICENSE), please read it and accept it before proceeding with installation. + + +**Versione pubblicata:** 0.14.2~ynh1 + +## Screenshot + +![Screenshot di GoToSocial](./doc/screenshots/screenshot.png) + +## :red_circle: Anti-funzionalità + +- **Software in versione alpha**: Questo software è all’inizio della sua fase di sviluppo. Potrebbe dunque essere instabile, contenere bug e vulnerabilità di sicurezza. +- **Not totally free package**: The YunoHost package of this app is under an overall free licence, but with clauses that restrict its use. + +## Documentazione e risorse + +- Sito web ufficiale dell’app: +- Documentazione ufficiale per gli utenti: +- Documentazione ufficiale per gli amministratori: +- Repository upstream del codice dell’app: +- Store di YunoHost: +- Segnala un problema: + +## Informazioni per sviluppatori + +Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing). + +Per provare la branch di `testing`, si prega di procedere in questo modo: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug +o +sudo yunohost app upgrade gotosocial -u https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug +``` + +**Maggiori informazioni riguardo il pacchetto di quest’app:**