mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
50 lines
2.8 KiB
Markdown
50 lines
2.8 KiB
Markdown
# <img alt="YunoHost" src="https://raw.githubusercontent.com/YunoHost/doc/master/images/logo_roundcorner.png" width="100px" />
|
||
|
||
[](https://travis-ci.org/YunoHost/yunohost)
|
||
[](https://github.com/YunoHost/yunohost/blob/stretch-unstable/LICENSE)
|
||
[](https://mastodon.social/@yunohost)
|
||
|
||
This repository corresponds to the core code of YunoHost, mainly written in Python and Bash.
|
||
|
||
You can learn more about what's YunoHost and its features [here](https://yunohost.org/#/whatsyunohost)!
|
||
|
||
- [Project website](https://yunohost.org)
|
||
- [Installation documentation](https://yunohost.org/install)
|
||
- [Issue tracker](https://github.com/YunoHost/issues)
|
||
|
||
# Screenshots
|
||
|
||
Webadmin ([Yunohost-Admin](https://github.com/YunoHost/yunohost-admin)) | Single sign-on user portal ([SSOwat](https://github.com/YunoHost/ssowat))
|
||
--- | ---
|
||
 | 
|
||
|
||
|
||
## Contributing
|
||
|
||
- You can learn how to get started with developing on YunoHost by reading [this piece of documentation](https://yunohost.org/dev).
|
||
- You can help translate YunoHost on our [translation platform](https://translate.yunohost.org/engage/yunohost/?utm_source=widget)
|
||
|
||
<img src="https://translate.yunohost.org/widgets/yunohost/-/multi-auto.svg" alt="Translation status" />
|
||
|
||
|
||
## Repository content
|
||
|
||
- [YunoHost core Python 2.7 scripts](./src/yunohost).
|
||
- [An actionsmap](./data/actionsmap/yunohost.yml) describing the CLI and API
|
||
- [Services configuration templates](./data/templates).
|
||
- [Hooks](./data/hooks).
|
||
- [Locales](./locales) for translations of `yunohost` command.
|
||
- [Shell helpers](./helpers.d) for [application packaging](https://yunohost.org/#/packaging_apps_helpers_en).
|
||
- [Modules for the XMPP server Metronome](./lib/metronome/modules).
|
||
- [Debian files](./debian) for package creation.
|
||
|
||
## How does it work?
|
||
|
||
- Python core scripts are accessible through two interfaces thanks to the [moulinette framework](https://github.com/YunoHost/moulinette):
|
||
- the [CLI](https://en.wikipedia.org/wiki/Command-line_interface) corresponding to the `yunohost` command.
|
||
- the [API](https://en.wikipedia.org/wiki/Application_programming_interface) used by the [web administration interface](https://github.com/YunoHost/yunohost-admin) (other interfaces could be implemented).
|
||
- You can find more details about how YunoHost works on this [documentation (in French)](https://yunohost.org/#/package_list_fr).
|
||
|
||
## License
|
||
|
||
As [other components of YunoHost](https://yunohost.org/#/faq_en), this repository is licensed GNU AGPL v3.
|