Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunohost-apps/indico_ynh
Indico package for YunoHost
https://github.com/yunohost-apps/indico_ynh
indico yunohost yunohost-apps
Last synced: about 2 months ago
JSON representation
Indico package for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/indico_ynh
- Owner: YunoHost-Apps
- License: other
- Created: 2024-10-16T14:01:27.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-14T21:55:54.000Z (about 2 months ago)
- Last Synced: 2024-11-14T22:32:03.156Z (about 2 months ago)
- Topics: indico, yunohost, yunohost-apps
- Language: Shell
- Homepage:
- Size: 1.64 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 same LICENSE as the upstream app - it is only the LICENSE you want this package's code to published with and you can choose it freely! (If you don't know which to choose, we recommend [the AGPL-3](https://www.gnu.org/licenses/agpl-3.0.txt))
- Edit files under the `doc/` directory ([see the page about documenting packages](https://yunohost.org/packaging_app_doc))
- The `README.md` files are to be automatically generated by---
# Example app for YunoHost
[![Integration level](https://dash.yunohost.org/integration/example.svg)](https://ci-apps.yunohost.org/ci/apps/example/) ![Working status](https://ci-apps.yunohost.org/ci/badges/example.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/example.maintain.svg)
[![Install Example app with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=example)
*[Read this README in other languages.](./ALL_README.md)*
> *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.*## Overview
This is a dummy description of this app features
**Shipped version:** 1.0~ynh1
**Demo:**
## Screenshots
![Screenshot of Example app](./doc/screenshots/example.jpg)
## Documentation and resources
- Official app website:
- Official user documentation:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/example_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/example_ynh/tree/testing --debug
or
sudo yunohost app upgrade example -u https://github.com/YunoHost-Apps/example_ynh/tree/testing --debug
```**More info regarding app packaging:**