Auto-update READMEs
This commit is contained in:
parent
a59ec2972f
commit
fbcfe96b64
11 changed files with 688 additions and 114 deletions
12
ALL_README.md
Normal file
12
ALL_README.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# All available README files by language
|
||||
|
||||
- [Read the README in English](README.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)
|
||||
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
|
||||
- [Lees de README in het Nederlands](README_nl.md)
|
||||
- [Przeczytaj README w języku polski](README_pl.md)
|
||||
- [Прочитать README на русский](README_ru.md)
|
||||
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
98
README.md
98
README.md
|
@ -1,85 +1,73 @@
|
|||
# Packaging an app, starting from this example
|
||||
|
||||
* Copy this app before working on it, using the ['Use this template'](https://github.com/new?template_name=example_ynh&template_owner=YunoHost) button on the GitHub repo.
|
||||
* Edit the `manifest.toml` with app specific info.
|
||||
* Edit the `install`, `upgrade`, `remove`, `backup` and `restore` scripts, and any relevant conf files in `conf/`.
|
||||
* Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers)
|
||||
* Edit the `change_url` and `config` scripts too, or remove them if you have no use of them
|
||||
* Add a `LICENSE` file for the package. NB: this LICENSE file is not meant to necessarily be the LICENSE of the upstream app - it is only the LICENSE you want this package's code to published with ;). We recommend to use [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt).
|
||||
* Edit files under the `doc/` directory
|
||||
* The `README.md` files are to be automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
|
||||
---
|
||||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# Example app for YunoHost
|
||||
# My Idlers for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/example)  
|
||||
[](https://install-app.yunohost.org/?app=example)
|
||||
[](https://ci-apps.yunohost.org/ci/apps/my_idlers/)
|
||||

|
||||

|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
[](https://install-app.yunohost.org/?app=my_idlers)
|
||||
|
||||
> *This package allows you to install Example app 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.*
|
||||
*[Read this README in other languages.](./ALL_README.md)*
|
||||
|
||||
> *This package allows you to install My Idlers 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
|
||||
|
||||
Some long and extensive description of what the app is and does, lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
||||
If you are the person in your family, group of friends or colleauges that manages the servers, domain names, online accounts and other hosted services, than this app is for you.
|
||||
|
||||
### Features
|
||||
My Idlers is a useful register for keeping track of your servers and online hosting accounts.
|
||||
|
||||
- Ut enim ad minim veniam, quis nostrud exercitation ullamco ;
|
||||
- Laboris nisi ut aliquip ex ea commodo consequat ;
|
||||
- Duis aute irure dolor in reprehenderit in voluptate ;
|
||||
- Velit esse cillum dolore eu fugiat nulla pariatur ;
|
||||
- Excepteur sint occaecat cupidatat non proident, sunt in culpa."
|
||||
It is a single-user app; if more than one person wants to use this functionality, it needs to be installed multiple times.
|
||||
Besides that, for now, it needs a (sub)domain for itself.
|
||||
|
||||
This is my first app packaging attempt; there may be some rough edges.
|
||||
|
||||
What works:
|
||||
* installing the app and using its features
|
||||
* uninstalling
|
||||
* backup
|
||||
* moving the app to another domain
|
||||
|
||||
What does not (yet?) work or is untested:
|
||||
* installing the app in subfolder
|
||||
* LDAP integration
|
||||
* restore from backup
|
||||
* API access
|
||||
|
||||

|
||||
|
||||
|
||||
**Shipped version:** 1.0~ynh1
|
||||
**Shipped version:** 3.0~ynh1
|
||||
|
||||
**Demo:** https://demo.example.com
|
||||
**Demo:** <https://demo.myidlers.com/login>
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
* Any known limitations, constrains or stuff not working, such as (but not limited to):
|
||||
* requiring a full dedicated domain ?
|
||||
* architectures not supported ?
|
||||
* not-working single-sign on or LDAP integration ?
|
||||
* the app requires an important amount of RAM / disk / .. to install or to work properly
|
||||
* etc...
|
||||
|
||||
* Other infos that people should be aware of, such as:
|
||||
* any specific step to perform after installing (such as manually finishing the install, specific admin credentials, ...)
|
||||
* how to configure / administrate the application if it ain't obvious
|
||||
* upgrade process / specificities / things to be aware of ?
|
||||
* security considerations ?
|
||||

|
||||

|
||||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://example.com>
|
||||
* Official user documentation: <https://yunohost.org/apps>
|
||||
* Official admin documentation: <https://yunohost.org/packaging_apps>
|
||||
* Upstream app code repository: <https://some.forge.com/example/example>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_example>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/example_ynh/issues>
|
||||
- Official user documentation: <https://lowendspirit.com/discussion/2449/my-idlers-self-hosted-web-app-for-your-servers-shared-hosting-and-domains-information/>
|
||||
- Upstream app code repository: <https://github.com/cp6/my-idlers#install>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/my_idlers>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/my_idlers_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/example_ynh/tree/testing).
|
||||
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
To try the `testing` branch, please proceed like that:
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/example_ynh/tree/testing --debug
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade example -u https://github.com/YunoHost-Apps/example_ynh/tree/testing --debug
|
||||
sudo yunohost app upgrade my_idlers -u https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
73
README_es.md
Normal file
73
README_es.md
Normal file
|
@ -0,0 +1,73 @@
|
|||
<!--
|
||||
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
No se debe editar a mano.
|
||||
-->
|
||||
|
||||
# My Idlers para Yunohost
|
||||
|
||||
[](https://ci-apps.yunohost.org/ci/apps/my_idlers/)
|
||||

|
||||

|
||||
|
||||
[](https://install-app.yunohost.org/?app=my_idlers)
|
||||
|
||||
*[Leer este README en otros idiomas.](./ALL_README.md)*
|
||||
|
||||
> *Este paquete le permite instalarMy Idlers rapidamente y simplement en un servidor YunoHost.*
|
||||
> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
|
||||
|
||||
## Descripción general
|
||||
|
||||
If you are the person in your family, group of friends or colleauges that manages the servers, domain names, online accounts and other hosted services, than this app is for you.
|
||||
|
||||
My Idlers is a useful register for keeping track of your servers and online hosting accounts.
|
||||
|
||||
It is a single-user app; if more than one person wants to use this functionality, it needs to be installed multiple times.
|
||||
Besides that, for now, it needs a (sub)domain for itself.
|
||||
|
||||
This is my first app packaging attempt; there may be some rough edges.
|
||||
|
||||
What works:
|
||||
* installing the app and using its features
|
||||
* uninstalling
|
||||
* backup
|
||||
* moving the app to another domain
|
||||
|
||||
What does not (yet?) work or is untested:
|
||||
* installing the app in subfolder
|
||||
* LDAP integration
|
||||
* restore from backup
|
||||
* API access
|
||||
|
||||

|
||||
|
||||
|
||||
**Versión actual:** 3.0~ynh1
|
||||
|
||||
**Demo:** <https://demo.myidlers.com/login>
|
||||
|
||||
## Capturas
|
||||
|
||||

|
||||

|
||||
|
||||
## Documentaciones y recursos
|
||||
|
||||
- Documentación usuario oficial: <https://lowendspirit.com/discussion/2449/my-idlers-self-hosted-web-app-for-your-servers-shared-hosting-and-domains-information/>
|
||||
- Repositorio del código fuente oficial de la aplicación : <https://github.com/cp6/my-idlers#install>
|
||||
- Catálogo YunoHost: <https://apps.yunohost.org/app/my_idlers>
|
||||
- Reportar un error: <https://github.com/YunoHost-Apps/my_idlers_ynh/issues>
|
||||
|
||||
## Información para desarrolladores
|
||||
|
||||
Por favor enviar sus correcciones a la [rama `testing`](https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing).
|
||||
|
||||
Para probar la rama `testing`, sigue asÍ:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
|
||||
o
|
||||
sudo yunohost app upgrade my_idlers -u https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>
|
73
README_eu.md
Normal file
73
README_eu.md
Normal file
|
@ -0,0 +1,73 @@
|
|||
<!--
|
||||
Ohart ongi: README hau automatikoki sortu da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>ri esker
|
||||
EZ editatu eskuz.
|
||||
-->
|
||||
|
||||
# My Idlers YunoHost-erako
|
||||
|
||||
[](https://ci-apps.yunohost.org/ci/apps/my_idlers/)
|
||||

|
||||

|
||||
|
||||
[](https://install-app.yunohost.org/?app=my_idlers)
|
||||
|
||||
*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
|
||||
|
||||
> *Pakete honek My Idlers YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
|
||||
> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
|
||||
|
||||
## Aurreikuspena
|
||||
|
||||
If you are the person in your family, group of friends or colleauges that manages the servers, domain names, online accounts and other hosted services, than this app is for you.
|
||||
|
||||
My Idlers is a useful register for keeping track of your servers and online hosting accounts.
|
||||
|
||||
It is a single-user app; if more than one person wants to use this functionality, it needs to be installed multiple times.
|
||||
Besides that, for now, it needs a (sub)domain for itself.
|
||||
|
||||
This is my first app packaging attempt; there may be some rough edges.
|
||||
|
||||
What works:
|
||||
* installing the app and using its features
|
||||
* uninstalling
|
||||
* backup
|
||||
* moving the app to another domain
|
||||
|
||||
What does not (yet?) work or is untested:
|
||||
* installing the app in subfolder
|
||||
* LDAP integration
|
||||
* restore from backup
|
||||
* API access
|
||||
|
||||

|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 3.0~ynh1
|
||||
|
||||
**Demoa:** <https://demo.myidlers.com/login>
|
||||
|
||||
## Pantaila-argazkiak
|
||||
|
||||

|
||||

|
||||
|
||||
## Dokumentazioa eta baliabideak
|
||||
|
||||
- Erabiltzaileen dokumentazio ofiziala: <https://lowendspirit.com/discussion/2449/my-idlers-self-hosted-web-app-for-your-servers-shared-hosting-and-domains-information/>
|
||||
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/cp6/my-idlers#install>
|
||||
- YunoHost Denda: <https://apps.yunohost.org/app/my_idlers>
|
||||
- Eman errore baten berri: <https://github.com/YunoHost-Apps/my_idlers_ynh/issues>
|
||||
|
||||
## Garatzaileentzako informazioa
|
||||
|
||||
Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing).
|
||||
|
||||
`testing` abarra probatzeko, ondorengoa egin:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
|
||||
edo
|
||||
sudo yunohost app upgrade my_idlers -u https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Informazio gehiago aplikazioaren paketatzeari buruz:** <https://yunohost.org/packaging_apps>
|
108
README_fr.md
108
README_fr.md
|
@ -1,85 +1,75 @@
|
|||
# Emballage d'une application, à partir de cet exemple
|
||||
|
||||
* Copier cette application avant de travailler dessus, en utilisant le bouton ['Use this template'](https://github.com/new?template_name=example_ynh&template_owner=YunoHost) sur le repo GitHub.
|
||||
* Editer le fichier `manifest.toml` avec les informations spécifiques à l'application.
|
||||
* Editer les scripts `install`, `upgrade`, `remove`, `backup` et `restore`, et tous les fichiers de conf pertinents dans `conf/`.
|
||||
* Utiliser la [documentation sur les aides aux scripts] (https://yunohost.org/packaging_apps_helpers).
|
||||
* Éditez aussi les scripts `change_url` et `config`, ou supprimez-les si vous n'en avez pas l'utilité.
|
||||
* Ajouter un fichier `LICENSE` pour le paquet. NB : ce fichier LICENSE n'est pas nécessairement la LICENSE de l'application en amont - c'est seulement la LICENSE avec laquelle vous voulez que le code de ce paquet soit publié ;). Nous recommandons d'utiliser [l'AGPL-3] (https://www.gnu.org/licenses/agpl-3.0.txt).
|
||||
* Editer les fichiers dans le répertoire `doc/`.
|
||||
* Les fichiers `README.md` doivent être générés automatiquement par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
|
||||
---
|
||||
<!--
|
||||
N.B. : Ce README a été généré automatiquement par https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||
Il ne doit PAS être édité à la main.
|
||||
Nota bene : ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Il NE doit PAS être modifié à la main.
|
||||
-->
|
||||
|
||||
# Exemple d'app pour YunoHost
|
||||
# My Idlers pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/example)  
|
||||
[](https://install-app.yunohost.org/?app=example)
|
||||
[](https://ci-apps.yunohost.org/ci/apps/my_idlers/)
|
||||

|
||||

|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
[](https://install-app.yunohost.org/?app=my_idlers)
|
||||
|
||||
> *Ce package vous permet d'installer Example app 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.*
|
||||
*[Lire le README dans d'autres langues.](./ALL_README.md)*
|
||||
|
||||
## Vue d'ensemble
|
||||
> *Ce package vous permet d’installer My Idlers 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.*
|
||||
|
||||
Some long and extensive description of what the app is and does, lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
||||
## Vue d’ensemble
|
||||
|
||||
### Features
|
||||
(machine translate from English)
|
||||
|
||||
- Ut enim ad minim veniam, quis nostrud exercitation ullamco ;
|
||||
- Laboris nisi ut aliquip ex ea commodo consequat ;
|
||||
- Duis aute irure dolor in reprehenderit in voluptate ;
|
||||
- Velit esse cillum dolore eu fugiat nulla pariatur ;
|
||||
- Excepteur sint occaecat cupidatat non proident, sunt in culpa."
|
||||
Si vous êtes la personne de votre famille, de votre groupe d'amis ou de vos collègues qui gère les serveurs, les noms de domaine, les comptes en ligne et d'autres services hébergés, alors cette application est faite pour vous.
|
||||
|
||||
My Idlers est un registre utile pour suivre vos serveurs et vos comptes d'hébergement en ligne.
|
||||
|
||||
C'est une application monoposte; si plusieurs personnes veulent utiliser cette fonctionnalité, il faut l'installer plusieurs fois. De plus, pour l'instant, elle nécessite un (sous-)domaine dédié.
|
||||
|
||||
Il s'agit de ma première tentative d'emballage d'application; il peut y avoir quelques imperfections.
|
||||
|
||||
Ce qui fonctionne :
|
||||
* installation de l'application et utilisation de ses fonctionnalités
|
||||
* désinstallation
|
||||
* sauvegarde
|
||||
* déplacement de l'application vers un autre domaine
|
||||
|
||||
Ce qui ne fonctionne pas (encore) ou n'est pas testé :
|
||||
* installation de l'application dans un sous-dossier
|
||||
* intégration LDAP
|
||||
* restauration à partir d'une sauvegarde
|
||||
* accès API
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
**Version incluse :** 1.0~ynh1
|
||||
**Version incluse :** 3.0~ynh1
|
||||
|
||||
**Démo :** https://demo.example.com
|
||||
**Démo :** <https://demo.myidlers.com/login>
|
||||
|
||||
## Captures d'écran
|
||||
## Captures d’écran
|
||||
|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
* Any known limitations, constrains or stuff not working, such as (but not limited to):
|
||||
* requiring a full dedicated domain ?
|
||||
* architectures not supported ?
|
||||
* not-working single-sign on or LDAP integration ?
|
||||
* the app requires an important amount of RAM / disk / .. to install or to work properly
|
||||
* etc...
|
||||
|
||||
* Other infos that people should be aware of, such as:
|
||||
* any specific step to perform after installing (such as manually finishing the install, specific admin credentials, ...)
|
||||
* how to configure / administrate the application if it ain't obvious
|
||||
* upgrade process / specificities / things to be aware of ?
|
||||
* security considerations ?
|
||||

|
||||

|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <https://example.com>
|
||||
* Documentation officielle utilisateur : <https://yunohost.org/apps>
|
||||
* Documentation officielle de l'admin : <https://yunohost.org/packaging_apps>
|
||||
* Dépôt de code officiel de l'app : <https://some.forge.com/example/example>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_example>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/example_ynh/issues>
|
||||
- Documentation officielle utilisateur : <https://lowendspirit.com/discussion/2449/my-idlers-self-hosted-web-app-for-your-servers-shared-hosting-and-domains-information/>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/cp6/my-idlers#install>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/my_idlers>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/my_idlers_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/example_ynh/tree/testing).
|
||||
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
Pour essayer la branche `testing`, procédez comme suit :
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/example_ynh/tree/testing --debug
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade example -u https://github.com/YunoHost-Apps/example_ynh/tree/testing --debug
|
||||
sudo yunohost app upgrade my_idlers -u https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
73
README_gl.md
Normal file
73
README_gl.md
Normal file
|
@ -0,0 +1,73 @@
|
|||
<!--
|
||||
NOTA: Este README foi creado automáticamente por <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
NON debe editarse manualmente.
|
||||
-->
|
||||
|
||||
# My Idlers para YunoHost
|
||||
|
||||
[](https://ci-apps.yunohost.org/ci/apps/my_idlers/)
|
||||

|
||||

|
||||
|
||||
[](https://install-app.yunohost.org/?app=my_idlers)
|
||||
|
||||
*[Le este README en outros idiomas.](./ALL_README.md)*
|
||||
|
||||
> *Este paquete permíteche instalar My Idlers 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
|
||||
|
||||
If you are the person in your family, group of friends or colleauges that manages the servers, domain names, online accounts and other hosted services, than this app is for you.
|
||||
|
||||
My Idlers is a useful register for keeping track of your servers and online hosting accounts.
|
||||
|
||||
It is a single-user app; if more than one person wants to use this functionality, it needs to be installed multiple times.
|
||||
Besides that, for now, it needs a (sub)domain for itself.
|
||||
|
||||
This is my first app packaging attempt; there may be some rough edges.
|
||||
|
||||
What works:
|
||||
* installing the app and using its features
|
||||
* uninstalling
|
||||
* backup
|
||||
* moving the app to another domain
|
||||
|
||||
What does not (yet?) work or is untested:
|
||||
* installing the app in subfolder
|
||||
* LDAP integration
|
||||
* restore from backup
|
||||
* API access
|
||||
|
||||

|
||||
|
||||
|
||||
**Versión proporcionada:** 3.0~ynh1
|
||||
|
||||
**Demo:** <https://demo.myidlers.com/login>
|
||||
|
||||
## Capturas de pantalla
|
||||
|
||||

|
||||

|
||||
|
||||
## Documentación e recursos
|
||||
|
||||
- Documentación oficial para usuarias: <https://lowendspirit.com/discussion/2449/my-idlers-self-hosted-web-app-for-your-servers-shared-hosting-and-domains-information/>
|
||||
- Repositorio de orixe do código: <https://github.com/cp6/my-idlers#install>
|
||||
- Tenda YunoHost: <https://apps.yunohost.org/app/my_idlers>
|
||||
- Informar dun problema: <https://github.com/YunoHost-Apps/my_idlers_ynh/issues>
|
||||
|
||||
## Info de desenvolvemento
|
||||
|
||||
Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing).
|
||||
|
||||
Para probar a rama `testing`, procede deste xeito:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade my_idlers -u https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Máis info sobre o empaquetado da app:** <https://yunohost.org/packaging_apps>
|
73
README_id.md
Normal file
73
README_id.md
Normal file
|
@ -0,0 +1,73 @@
|
|||
<!--
|
||||
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Ini TIDAK boleh diedit dengan tangan.
|
||||
-->
|
||||
|
||||
# My Idlers untuk YunoHost
|
||||
|
||||
[](https://ci-apps.yunohost.org/ci/apps/my_idlers/)
|
||||

|
||||

|
||||
|
||||
[](https://install-app.yunohost.org/?app=my_idlers)
|
||||
|
||||
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
||||
|
||||
> *Paket ini memperbolehkan Anda untuk memasang My Idlers secara cepat dan mudah pada server YunoHost.*
|
||||
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
|
||||
|
||||
## Ringkasan
|
||||
|
||||
If you are the person in your family, group of friends or colleauges that manages the servers, domain names, online accounts and other hosted services, than this app is for you.
|
||||
|
||||
My Idlers is a useful register for keeping track of your servers and online hosting accounts.
|
||||
|
||||
It is a single-user app; if more than one person wants to use this functionality, it needs to be installed multiple times.
|
||||
Besides that, for now, it needs a (sub)domain for itself.
|
||||
|
||||
This is my first app packaging attempt; there may be some rough edges.
|
||||
|
||||
What works:
|
||||
* installing the app and using its features
|
||||
* uninstalling
|
||||
* backup
|
||||
* moving the app to another domain
|
||||
|
||||
What does not (yet?) work or is untested:
|
||||
* installing the app in subfolder
|
||||
* LDAP integration
|
||||
* restore from backup
|
||||
* API access
|
||||
|
||||

|
||||
|
||||
|
||||
**Versi terkirim:** 3.0~ynh1
|
||||
|
||||
**Demo:** <https://demo.myidlers.com/login>
|
||||
|
||||
## Tangkapan Layar
|
||||
|
||||

|
||||

|
||||
|
||||
## Dokumentasi dan sumber daya
|
||||
|
||||
- Dokumentasi pengguna resmi: <https://lowendspirit.com/discussion/2449/my-idlers-self-hosted-web-app-for-your-servers-shared-hosting-and-domains-information/>
|
||||
- Depot kode aplikasi hulu: <https://github.com/cp6/my-idlers#install>
|
||||
- Gudang YunoHost: <https://apps.yunohost.org/app/my_idlers>
|
||||
- Laporkan bug: <https://github.com/YunoHost-Apps/my_idlers_ynh/issues>
|
||||
|
||||
## Info developer
|
||||
|
||||
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing).
|
||||
|
||||
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
|
||||
atau
|
||||
sudo yunohost app upgrade my_idlers -u https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|
73
README_nl.md
Normal file
73
README_nl.md
Normal file
|
@ -0,0 +1,73 @@
|
|||
<!--
|
||||
NB: Deze README is automatisch gegenereerd door <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Hij mag NIET handmatig aangepast worden.
|
||||
-->
|
||||
|
||||
# My Idlers voor Yunohost
|
||||
|
||||
[](https://ci-apps.yunohost.org/ci/apps/my_idlers/)
|
||||

|
||||

|
||||
|
||||
[](https://install-app.yunohost.org/?app=my_idlers)
|
||||
|
||||
*[Deze README in een andere taal lezen.](./ALL_README.md)*
|
||||
|
||||
> *Met dit pakket kun je My Idlers snel en eenvoudig op een YunoHost-server installeren.*
|
||||
> *Als je nog geen YunoHost hebt, lees dan [de installatiehandleiding](https://yunohost.org/install), om te zien hoe je 'm installeert.*
|
||||
|
||||
## Overzicht
|
||||
|
||||
If you are the person in your family, group of friends or colleauges that manages the servers, domain names, online accounts and other hosted services, than this app is for you.
|
||||
|
||||
My Idlers is a useful register for keeping track of your servers and online hosting accounts.
|
||||
|
||||
It is a single-user app; if more than one person wants to use this functionality, it needs to be installed multiple times.
|
||||
Besides that, for now, it needs a (sub)domain for itself.
|
||||
|
||||
This is my first app packaging attempt; there may be some rough edges.
|
||||
|
||||
What works:
|
||||
* installing the app and using its features
|
||||
* uninstalling
|
||||
* backup
|
||||
* moving the app to another domain
|
||||
|
||||
What does not (yet?) work or is untested:
|
||||
* installing the app in subfolder
|
||||
* LDAP integration
|
||||
* restore from backup
|
||||
* API access
|
||||
|
||||

|
||||
|
||||
|
||||
**Geleverde versie:** 3.0~ynh1
|
||||
|
||||
**Demo:** <https://demo.myidlers.com/login>
|
||||
|
||||
## Schermafdrukken
|
||||
|
||||

|
||||

|
||||
|
||||
## Documentatie en bronnen
|
||||
|
||||
- Officiele gebruikersdocumentatie: <https://lowendspirit.com/discussion/2449/my-idlers-self-hosted-web-app-for-your-servers-shared-hosting-and-domains-information/>
|
||||
- Upstream app codedepot: <https://github.com/cp6/my-idlers#install>
|
||||
- YunoHost-store: <https://apps.yunohost.org/app/my_idlers>
|
||||
- Meld een bug: <https://github.com/YunoHost-Apps/my_idlers_ynh/issues>
|
||||
|
||||
## Ontwikkelaarsinformatie
|
||||
|
||||
Stuur je pull request alsjeblieft naar de [`testing`-branch](https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing).
|
||||
|
||||
Om de `testing`-branch uit te proberen, ga als volgt te werk:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
|
||||
of
|
||||
sudo yunohost app upgrade my_idlers -u https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Verdere informatie over app-packaging:** <https://yunohost.org/packaging_apps>
|
73
README_pl.md
Normal file
73
README_pl.md
Normal file
|
@ -0,0 +1,73 @@
|
|||
<!--
|
||||
To README zostało automatycznie wygenerowane przez <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Nie powinno być ono edytowane ręcznie.
|
||||
-->
|
||||
|
||||
# My Idlers dla YunoHost
|
||||
|
||||
[](https://ci-apps.yunohost.org/ci/apps/my_idlers/)
|
||||

|
||||

|
||||
|
||||
[](https://install-app.yunohost.org/?app=my_idlers)
|
||||
|
||||
*[Przeczytaj plik README w innym języku.](./ALL_README.md)*
|
||||
|
||||
> *Ta aplikacja pozwala na szybką i prostą instalację My Idlers na serwerze YunoHost.*
|
||||
> *Jeżeli nie masz YunoHost zapoznaj się z [poradnikiem](https://yunohost.org/install) instalacji.*
|
||||
|
||||
## Przegląd
|
||||
|
||||
If you are the person in your family, group of friends or colleauges that manages the servers, domain names, online accounts and other hosted services, than this app is for you.
|
||||
|
||||
My Idlers is a useful register for keeping track of your servers and online hosting accounts.
|
||||
|
||||
It is a single-user app; if more than one person wants to use this functionality, it needs to be installed multiple times.
|
||||
Besides that, for now, it needs a (sub)domain for itself.
|
||||
|
||||
This is my first app packaging attempt; there may be some rough edges.
|
||||
|
||||
What works:
|
||||
* installing the app and using its features
|
||||
* uninstalling
|
||||
* backup
|
||||
* moving the app to another domain
|
||||
|
||||
What does not (yet?) work or is untested:
|
||||
* installing the app in subfolder
|
||||
* LDAP integration
|
||||
* restore from backup
|
||||
* API access
|
||||
|
||||

|
||||
|
||||
|
||||
**Dostarczona wersja:** 3.0~ynh1
|
||||
|
||||
**Demo:** <https://demo.myidlers.com/login>
|
||||
|
||||
## Zrzuty ekranu
|
||||
|
||||

|
||||

|
||||
|
||||
## Dokumentacja i zasoby
|
||||
|
||||
- Oficjalna dokumentacja: <https://lowendspirit.com/discussion/2449/my-idlers-self-hosted-web-app-for-your-servers-shared-hosting-and-domains-information/>
|
||||
- Repozytorium z kodem źródłowym: <https://github.com/cp6/my-idlers#install>
|
||||
- Sklep YunoHost: <https://apps.yunohost.org/app/my_idlers>
|
||||
- Zgłaszanie błędów: <https://github.com/YunoHost-Apps/my_idlers_ynh/issues>
|
||||
|
||||
## Informacje od twórców
|
||||
|
||||
Wyślij swój pull request do [gałęzi `testing`](https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing).
|
||||
|
||||
Aby wypróbować gałąź `testing` postępuj zgodnie z instrukcjami:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
|
||||
lub
|
||||
sudo yunohost app upgrade my_idlers -u https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Więcej informacji o tworzeniu paczek aplikacji:** <https://yunohost.org/packaging_apps>
|
73
README_ru.md
Normal file
73
README_ru.md
Normal file
|
@ -0,0 +1,73 @@
|
|||
<!--
|
||||
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Он НЕ ДОЛЖЕН редактироваться вручную.
|
||||
-->
|
||||
|
||||
# My Idlers для YunoHost
|
||||
|
||||
[](https://ci-apps.yunohost.org/ci/apps/my_idlers/)
|
||||

|
||||

|
||||
|
||||
[](https://install-app.yunohost.org/?app=my_idlers)
|
||||
|
||||
*[Прочтите этот README на других языках.](./ALL_README.md)*
|
||||
|
||||
> *Этот пакет позволяет Вам установить My Idlers быстро и просто на YunoHost-сервер.*
|
||||
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
|
||||
|
||||
## Обзор
|
||||
|
||||
If you are the person in your family, group of friends or colleauges that manages the servers, domain names, online accounts and other hosted services, than this app is for you.
|
||||
|
||||
My Idlers is a useful register for keeping track of your servers and online hosting accounts.
|
||||
|
||||
It is a single-user app; if more than one person wants to use this functionality, it needs to be installed multiple times.
|
||||
Besides that, for now, it needs a (sub)domain for itself.
|
||||
|
||||
This is my first app packaging attempt; there may be some rough edges.
|
||||
|
||||
What works:
|
||||
* installing the app and using its features
|
||||
* uninstalling
|
||||
* backup
|
||||
* moving the app to another domain
|
||||
|
||||
What does not (yet?) work or is untested:
|
||||
* installing the app in subfolder
|
||||
* LDAP integration
|
||||
* restore from backup
|
||||
* API access
|
||||
|
||||

|
||||
|
||||
|
||||
**Поставляемая версия:** 3.0~ynh1
|
||||
|
||||
**Демо-версия:** <https://demo.myidlers.com/login>
|
||||
|
||||
## Снимки экрана
|
||||
|
||||

|
||||

|
||||
|
||||
## Документация и ресурсы
|
||||
|
||||
- Официальная документация пользователя: <https://lowendspirit.com/discussion/2449/my-idlers-self-hosted-web-app-for-your-servers-shared-hosting-and-domains-information/>
|
||||
- Репозиторий кода главной ветки приложения: <https://github.com/cp6/my-idlers#install>
|
||||
- Магазин YunoHost: <https://apps.yunohost.org/app/my_idlers>
|
||||
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/my_idlers_ynh/issues>
|
||||
|
||||
## Информация для разработчиков
|
||||
|
||||
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing).
|
||||
|
||||
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
|
||||
или
|
||||
sudo yunohost app upgrade my_idlers -u https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>
|
73
README_zh_Hans.md
Normal file
73
README_zh_Hans.md
Normal file
|
@ -0,0 +1,73 @@
|
|||
<!--
|
||||
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
|
||||
请勿手动编辑。
|
||||
-->
|
||||
|
||||
# YunoHost 上的 My Idlers
|
||||
|
||||
[](https://ci-apps.yunohost.org/ci/apps/my_idlers/)
|
||||

|
||||

|
||||
|
||||
[](https://install-app.yunohost.org/?app=my_idlers)
|
||||
|
||||
*[阅读此 README 的其它语言版本。](./ALL_README.md)*
|
||||
|
||||
> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 My Idlers。*
|
||||
> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。*
|
||||
|
||||
## 概况
|
||||
|
||||
If you are the person in your family, group of friends or colleauges that manages the servers, domain names, online accounts and other hosted services, than this app is for you.
|
||||
|
||||
My Idlers is a useful register for keeping track of your servers and online hosting accounts.
|
||||
|
||||
It is a single-user app; if more than one person wants to use this functionality, it needs to be installed multiple times.
|
||||
Besides that, for now, it needs a (sub)domain for itself.
|
||||
|
||||
This is my first app packaging attempt; there may be some rough edges.
|
||||
|
||||
What works:
|
||||
* installing the app and using its features
|
||||
* uninstalling
|
||||
* backup
|
||||
* moving the app to another domain
|
||||
|
||||
What does not (yet?) work or is untested:
|
||||
* installing the app in subfolder
|
||||
* LDAP integration
|
||||
* restore from backup
|
||||
* API access
|
||||
|
||||

|
||||
|
||||
|
||||
**分发版本:** 3.0~ynh1
|
||||
|
||||
**演示:** <https://demo.myidlers.com/login>
|
||||
|
||||
## 截图
|
||||
|
||||

|
||||

|
||||
|
||||
## 文档与资源
|
||||
|
||||
- 官方用户文档: <https://lowendspirit.com/discussion/2449/my-idlers-self-hosted-web-app-for-your-servers-shared-hosting-and-domains-information/>
|
||||
- 上游应用代码库: <https://github.com/cp6/my-idlers#install>
|
||||
- YunoHost 商店: <https://apps.yunohost.org/app/my_idlers>
|
||||
- 报告 bug: <https://github.com/YunoHost-Apps/my_idlers_ynh/issues>
|
||||
|
||||
## 开发者信息
|
||||
|
||||
请向 [`testing` 分支](https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing) 发送拉取请求。
|
||||
|
||||
如要尝试 `testing` 分支,请这样操作:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
|
||||
或
|
||||
sudo yunohost app upgrade my_idlers -u https://github.com/YunoHost-Apps/my_idlers_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>
|
Loading…
Add table
Reference in a new issue