2020-11-16 19:21:48 +01:00
# Cockpit for YunoHost
2019-02-20 12:08:50 +01:00
2020-11-16 19:21:48 +01:00
[![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)
2019-02-20 12:08:50 +01:00
2020-11-16 19:21:48 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2019-02-20 12:08:50 +01:00
2020-11-16 19:21:48 +01:00
> *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.*
2019-02-20 12:08:50 +01:00
2020-11-16 19:21:48 +01:00
## 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
## Screenshots
![](https://cockpit-project.org/images/site/screenshot-storage.png)
## Demo
* [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.
2019-02-20 12:08:50 +01:00
2020-11-16 19:21:48 +01:00
## Links
2019-02-20 12:08:50 +01:00
2020-11-16 19:21:48 +01:00
* 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/
2019-02-20 12:08:50 +01:00
2020-11-16 19:21:48 +01:00
---
2019-02-20 12:08:50 +01:00
2020-11-16 19:21:48 +01:00
## Developer info
2019-02-20 12:08:50 +01:00
2020-11-16 19:21:48 +01:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/cockpit_ynh/tree/testing ).
2019-02-20 12:08:50 +01:00
2020-11-16 19:21:48 +01:00
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/cockpit_ynh/tree/testing --debug
or
sudo yunohost app upgrade cockpit -u https://github.com/YunoHost-Apps/cockpit_ynh/tree/testing --debug
```