From e835686e87d585989b2ea1e40cffaa19d394c9d2 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Wed, 7 Jul 2021 17:09:05 +0000 Subject: [PATCH] Auto-update README --- README.md | 63 +++++++++++++++------------------------------------- README_fr.md | 40 +++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 45 deletions(-) create mode 100644 README_fr.md diff --git a/README.md b/README.md index 0136fb6..564ab86 100644 --- a/README.md +++ b/README.md @@ -1,63 +1,34 @@ + + # Cockpit for YunoHost [![Integration level](https://dash.yunohost.org/integration/cockpit.svg)](https://dash.yunohost.org/appci/app/cockpit) ![](https://ci-apps.yunohost.org/ci/badges/cockpit.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/cockpit.maintain.svg) -[![Install Cockpit with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=cockpit) +[![Install Cockpit with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cockpit) *[Lire ce readme en français.](./README_fr.md)* -> *This package allows you to install Cockpit quickly and simply on a YunoHost server. +> *This package allows you to install Cockpit 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 -Cockpit makes GNU/Linux discoverable. See your server in a web browser and perform system tasks with a mouse. It’s easy to start containers, administer storage, configure networks, and inspect logs. -**Shipped version:** 232 +Sysadmin login session in a web browser. + +**Shipped version:** 232~ynh1 + + ## Screenshots -![](https://cockpit-project.org/images/site/screenshot-storage.png) +![](./doc/screenshots/screenshot-storage.png) -## Demo +## Documentation and resources -* [Official demo](Link to a demo site for this app.) - -## Configuration - -How to configure this app: From an admin panel, a plain file with SSH, or any other way. - -## Documentation - - * Official documentation: https://cockpit-project.org/guide/latest/ - * YunoHost documentation: If specific documentation is needed, feel free to contribute. - -## YunoHost specific features - -#### Multi-user support - - * Are LDAP and HTTP auth supported? - * Can the app be used by multiple users? - -#### Supported architectures - -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/cockpit%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/cockpit/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/cockpit%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/cockpit/) - -## Limitations - -* Any known limitations. - -## Additional information - -* Other info you would like to add about this app. - -## Links - - * Report a bug: https://github.com/YunoHost-Apps/cockpit_ynh/issues - * App website: https://cockpit-project.org/ - * Upstream app repository: https://github.com/cockpit-project/cockpit - * YunoHost website: https://yunohost.org/ - ---- +* YunoHost documentation for this app: https://yunohost.org/app_cockpit +* Report a bug: https://github.com/YunoHost-Apps/cockpit_ynh/issues ## Developer info @@ -69,3 +40,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/cockpit_ynh/tree/test or sudo yunohost app upgrade cockpit -u https://github.com/YunoHost-Apps/cockpit_ynh/tree/testing --debug ``` + +**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..f653e05 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,40 @@ +# Cockpit pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/cockpit.svg)](https://dash.yunohost.org/appci/app/cockpit) ![](https://ci-apps.yunohost.org/ci/badges/cockpit.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/cockpit.maintain.svg) +[![Installer Cockpit avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cockpit) + +*[Read this readme in english.](./README.md)* +*[Lire ce readme en français.](./README_fr.md)* + +> *Ce package vous permet d'installer Cockpit 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.* + +## Vue d'ensemble + +Session de connexion sysadmin dans un navigateur Web. + +**Version incluse :** 232~ynh1 + + + +## Captures d'écran + +![](./doc/screenshots/screenshot-storage.png) + +## Documentations et ressources + +* Documentation YunoHost pour cette app : https://yunohost.org/app_cockpit +* Signaler un bug : https://github.com/YunoHost-Apps/cockpit_ynh/issues + +## Informations pour les développeurs + +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/cockpit_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/cockpit_ynh/tree/testing --debug +ou +sudo yunohost app upgrade cockpit -u https://github.com/YunoHost-Apps/cockpit_ynh/tree/testing --debug +``` + +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file