1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00
coin_ynh/README.md

59 lines
2.2 KiB
Markdown
Raw Normal View History

2022-03-13 23:43:23 +01:00
<!--
2024-04-10 23:38:22 +02:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2022-03-13 23:43:23 +01:00
It shall NOT be edited by hand.
-->
2017-04-09 11:05:39 +02:00
2022-03-13 23:43:23 +01:00
# Coin for YunoHost
2017-04-09 11:05:39 +02:00
2024-06-28 23:39:13 +02:00
[![Integration level](https://dash.yunohost.org/integration/coin.svg)](https://ci-apps.yunohost.org/ci/apps/coin/) ![Working status](https://ci-apps.yunohost.org/ci/badges/coin.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/coin.maintain.svg)
2023-10-31 15:01:39 +01:00
2022-03-13 23:43:23 +01:00
[![Install Coin with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=coin)
2017-04-09 11:05:39 +02:00
2024-04-10 23:38:22 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2017-04-09 11:05:39 +02:00
2024-04-10 23:38:22 +02:00
> *This package allows you to install Coin 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.*
2017-04-09 11:05:39 +02:00
2022-03-13 23:43:23 +01:00
## Overview
COIN is an Information System designed for associative ISPs in the FFDN.
2023-12-16 15:37:23 +01:00
### Features
- Provide a nice, clean UI for members
- Manage memberships
- Handle service requests for VPN, VPS, Housing, external accounts, etc,
- including IP pools management
- custom hooks can be added to interface with the actual infrastructure and provision services from the admin
- members can get status info regarding their services
- handle invoices, send reminders, import payment from bank, derive a member balance
- Optional features: mailing list, hardware provisionning
2022-03-13 23:43:23 +01:00
2024-08-05 18:43:15 +02:00
**Shipped version:** 20231216~ynh2
2022-03-13 23:43:23 +01:00
## Screenshots
2023-12-16 15:37:23 +01:00
![Screenshot of Coin](./doc/screenshots/screenshot.png)
2022-03-13 23:43:23 +01:00
## Documentation and resources
2024-04-10 23:38:22 +02:00
- Official app website: <https://code.ffdn.org/FFDN/coin>
- Upstream app code repository: <https://code.ffdn.org/ffdn/coin>
- YunoHost Store: <https://apps.yunohost.org/app/coin>
- Report a bug: <https://github.com/YunoHost-Apps/coin_ynh/issues>
2022-03-13 23:43:23 +01:00
## Developer info
2024-04-10 23:38:22 +02:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/coin_ynh/tree/testing).
2022-03-13 23:43:23 +01:00
2024-04-10 23:38:22 +02:00
To try the `testing` branch, please proceed like that:
2022-09-03 00:23:09 +02:00
2024-04-10 23:38:22 +02:00
```bash
2022-03-13 23:43:23 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/coin_ynh/tree/testing --debug
or
sudo yunohost app upgrade coin -u https://github.com/YunoHost-Apps/coin_ynh/tree/testing --debug
2017-04-09 11:05:39 +02:00
```
2022-03-13 23:43:23 +01:00
2022-09-03 00:23:09 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>