1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

Merge pull request #256 from YunoHost-Apps/testing

Testing
This commit is contained in:
Tagada 2024-03-25 23:12:52 +01:00 committed by GitHub
commit 6e9bd775cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 109 additions and 29 deletions

View file

@ -1,7 +1,4 @@
# All available README files by language # All available README files by language
[Read the README in English](README.md) - [Read the README in English](README.md)
- [Lire le README en français](README_fr.md)

View file

@ -11,8 +11,8 @@ It shall NOT be edited by hand.
*[Read this README is other languages.](./ALL_README.md)* *[Read this README is other languages.](./ALL_README.md)*
> *This package allows you to install Glitch-Soc quickly and simply on a YunoHost server. > *This package allows you to install Glitch-Soc 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.* > *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
## Overview ## Overview
@ -42,7 +42,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
See more [on the documentation](https://glitch-soc.github.io/docs/). See more [on the documentation](https://glitch-soc.github.io/docs/).
**Shipped version:** 2024.03.04~ynh1
**Shipped version:** 2024.03.20~ynh1
## Disclaimers / important information ## Disclaimers / important information
⚠️ Glitch-Soc is beta software, and under active development. Use at your own risk! ⚠️ Glitch-Soc is beta software, and under active development. Use at your own risk!
@ -69,10 +70,9 @@ We invite you to block remote malicious instances from the administration interf
## Developer info ## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/glitchsoc_ynh/tree/testing), Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/glitchsoc_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/glitchsoc_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/glitchsoc_ynh/tree/testing --debug

83
README_de.md Normal file
View file

@ -0,0 +1,83 @@
<!--
N.B.: Diese README wurde automatisch von <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> generiert.
Sie darf NICHT von Hand bearbeitet werden.
-->
# Glitch-Soc für YunoHost
[![Integrations-Level](https://dash.yunohost.org/integration/glitchsoc.svg)](https://dash.yunohost.org/appci/app/glitchsoc) ![Funktionsstatus](https://ci-apps.yunohost.org/ci/badges/glitchsoc.status.svg) ![Wartungsstatus](https://ci-apps.yunohost.org/ci/badges/glitchsoc.maintain.svg)
[![Glitch-Soc mit YunoHost installieren](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=glitchsoc)
*[Dieses README in anderen Sprachen lesen.](./ALL_README.md)*
> *Mit diesem Paket können Sie Glitch-Soc schnell und einfach auf einem YunoHost-Server installieren.
Wenn Sie YunoHost nicht haben, lesen Sie bitte [die Anleitung](https://yunohost.org/#/install), um zu erfahren, wie Sie es installieren.*
## Übersicht
`glitch-soc` is a friendly [fork](https://en.wikipedia.org/wiki/Fork_(software_development)) of the open-source social media software [Mastodon](https://joinmastodon.org/), with the aim of providing additional features at the risk of potentially less stable software.
### What's different from Mastodon?
`glitch-soc` adds a number of experimental features to Mastodon, such as:
- Media improvements
- Images inside the CW spoiler
- fullwidth images
- scaling options
- Formatted toots
- Reply selection in lists
- Filter improvements
- Highlighting of misleading links
- Hiding follower count
- An app settings modal
- Collapsible toots
- Toot visibility icons
- Local-only toots
- Threaded mode
- `data-*` attributes on statuses
- Advanced theming via flavours+skins
- Doodle
See more [on the documentation](https://glitch-soc.github.io/docs/).
**Ausgelieferte Version:** 2024.03.20~ynh1
## Haftungsausschlüsse / wichtige Informationen
⚠️ Glitch-Soc is beta software, and under active development. Use at your own risk!
### Install
* This app require a dedicated domain or subdomain.
* The user choosen during the installation is created in Glitch-Soc with admin rights.
LDAP authentication and SSO are enabled. All YunoHost users can authenticate.
We invite you to block remote malicious instances from the administration interface. You can also add text on your home page.
### Known issues
* When logged in with SSO, log-out from YunoHost's portal don't log-out from Glitch-Soc. See https://github.com/YunoHost/issues/issues/501
## Dokumentation und Ressourcen
- Offizielle Website der App: <https://glitch-soc.github.io/docs/>
- Upstream App Repository: <https://github.com/glitch-soc/mastodon>
- YunoHost-Shop: <https://apps.yunohost.org/app/glitchsoc>
- Einen Fehler melden: <https://github.com/YunoHost-Apps/glitchsoc_ynh/issues>
## Entwicklerinformationen
Bitte senden Sie Ihren Pull-Request an den [testing branch](https://github.com/YunoHost-Apps/glitchsoc_ynh/tree/testing),
Um den Testing-Branch auszuprobieren, gehen Sie bitte wie folgt vor:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/glitchsoc_ynh/tree/testing --debug
oder
sudo yunohost app upgrade glitchsoc -u https://github.com/YunoHost-Apps/glitchsoc_ynh/tree/testing --debug
```
**Weitere Informationen zur App-Paketierung:** <https://yunohost.org/packaging_apps>

View file

@ -1,6 +1,6 @@
<!-- <!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
It shall NOT be edited by hand. Il NE doit PAS être modifié à la main.
--> -->
# Glitch-Soc pour YunoHost # Glitch-Soc pour YunoHost
@ -9,10 +9,10 @@ It shall NOT be edited by hand.
[![Installer Glitch-Soc avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=glitchsoc) [![Installer Glitch-Soc avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=glitchsoc)
*[Read this readme in english.](./README.md)* *[Lire le README dans d'autres langues.](./ALL_README.md)*
> *Ce package vous permet dinstaller Glitch-Soc rapidement et simplement sur un serveur YunoHost. > *Ce package vous permet dinstaller Glitch-Soc rapidement et simplement sur un serveur YunoHost.*
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.* > *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
## Vue densemble ## Vue densemble
@ -43,7 +43,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Voir plus [sur la documentation](https://glitch-soc.github.io/docs/) (en anglais). Voir plus [sur la documentation](https://glitch-soc.github.io/docs/) (en anglais).
**Version incluse :** 2024.03.04~ynh1 **Version incluse:** 2024.03.20~ynh1
## Avertissements / informations importantes ## Avertissements / informations importantes
Glitch-Soc est en constant développement, fournis avec les dernières fonctionnalités (incluant les derniers bugs). Glitch-Soc est en constant développement, fournis avec les dernières fonctionnalités (incluant les derniers bugs).
@ -63,21 +63,21 @@ Nous vous invitons à bloquer les instances malveillantes depuis l'interface d'a
## Documentations et ressources ## Documentations et ressources
* Site officiel de lapp : <https://glitch-soc.github.io/docs/> - Site officiel de lapp: <https://glitch-soc.github.io/docs/>
* Dépôt de code officiel de lapp : <https://github.com/glitch-soc/mastodon> - Dépôt de code officiel de lapp: <https://github.com/glitch-soc/mastodon>
* YunoHost Store: <https://apps.yunohost.org/app/glitchsoc> - YunoHost Store: <https://apps.yunohost.org/app/glitchsoc>
* Signaler un bug : <https://github.com/YunoHost-Apps/glitchsoc_ynh/issues> - Signaler un bug: <https://github.com/YunoHost-Apps/glitchsoc_ynh/issues>
## Informations pour les développeurs ## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/glitchsoc_ynh/tree/testing). Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/glitchsoc_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/glitchsoc_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/glitchsoc_ynh/tree/testing --debug
ou ou
sudo yunohost app upgrade glitchsoc -u https://github.com/YunoHost-Apps/glitchsoc_ynh/tree/testing --debug sudo yunohost app upgrade glitchsoc -u https://github.com/YunoHost-Apps/glitchsoc_ynh/tree/testing --debug
``` ```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps> **Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>

View file

@ -1,7 +1,7 @@
SOURCE_URL=https://github.com/glitch-soc/mastodon/archive/74998b0636515728bf956322b1ff8ffc3e26cfa3.tar.gz SOURCE_URL=https://github.com/glitch-soc/mastodon/archive/3341db939cd077820ad598b0445d02ab2382eaf4.tar.gz
SOURCE_SUM=23a513c851ccbd0cd4210a111ffed8241643f5936c7d1625f383ea6b18c4744f SOURCE_SUM=abf095bbf7f879d35b3e62f3fd4f339ff99b6aac98023fcc836baccfe91a0b97
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=74998b0636515728bf956322b1ff8ffc3e26cfa3.tar.gz SOURCE_FILENAME=3341db939cd077820ad598b0445d02ab2382eaf4.tar.gz
SOURCE_EXTRACT=true SOURCE_EXTRACT=true

View file

@ -6,7 +6,7 @@
"en": "Libre and federated social network, fork of Mastodon", "en": "Libre and federated social network, fork of Mastodon",
"fr": "Réseau social libre et fédéré, scission de Mastodon" "fr": "Réseau social libre et fédéré, scission de Mastodon"
}, },
"version": "2024.03.04~ynh1", "version": "2024.03.20~ynh1",
"url": "https://github.com/glitch-soc/mastodon", "url": "https://github.com/glitch-soc/mastodon",
"upstream": { "upstream": {
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",