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

53 lines
2.3 KiB
Markdown
Raw Normal View History

2023-06-05 17:27:49 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2023-06-05 17:27:54 +02:00
# Cloudlog for YunoHost
2023-06-05 17:27:49 +02:00
2023-06-05 17:27:54 +02:00
[![Integration level](https://dash.yunohost.org/integration/cloudlog.svg)](https://dash.yunohost.org/appci/app/cloudlog) ![Working status](https://ci-apps.yunohost.org/ci/badges/cloudlog.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/cloudlog.maintain.svg)
[![Install Cloudlog with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cloudlog)
2023-06-05 17:27:49 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2023-06-05 17:27:54 +02:00
> *This package allows you to install Cloudlog quickly and simply on a YunoHost server.
2023-06-05 17:27:49 +02:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
2023-06-05 17:27:54 +02:00
Cloudlog is an open-source PHP & MySQL based amateur radio logging application, allowing you to log contacts via a web browser on any device and platform.
2023-06-05 17:27:49 +02:00
2023-06-05 17:27:54 +02:00
This is an ideal general-purpose logging application, supporting HF to Microwave, it can even interface with your radio via CAT, sync logs from WSJT-X & if you are a satellite operator integrates with SatPC32.
2023-06-05 17:27:49 +02:00
2023-06-05 17:27:54 +02:00
**Shipped version:** 2.4.3~ynh1
2023-06-05 17:27:49 +02:00
**Demo:** https://demo.example.com
## Screenshots
2023-06-05 17:27:54 +02:00
![Screenshot of Cloudlog](./doc/screenshots/screenshot.png)
2023-06-05 17:27:49 +02:00
## Documentation and resources
2023-06-05 17:27:54 +02:00
* Official app website: <https://www.cloudlog.co.uk>
2023-06-05 17:27:49 +02:00
* Official user documentation: <https://yunohost.org/apps>
* Official admin documentation: <https://yunohost.org/packaging_apps>
2023-06-05 17:27:54 +02:00
* Upstream app code repository: <https://github.com/magicbug/Cloudlog>
* YunoHost documentation for this app: <https://yunohost.org/app_cloudlog>
* Report a bug: <https://github.com/YunoHost-Apps/cloudlog_ynh/issues>
2023-06-05 17:27:49 +02:00
## Developer info
2023-06-05 17:27:54 +02:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/cloudlog_ynh/tree/testing).
2023-06-05 17:27:49 +02:00
To try the testing branch, please proceed like that.
``` bash
2023-06-05 17:27:54 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/cloudlog_ynh/tree/testing --debug
2023-06-05 17:27:49 +02:00
or
2023-06-05 17:27:54 +02:00
sudo yunohost app upgrade cloudlog -u https://github.com/YunoHost-Apps/cloudlog_ynh/tree/testing --debug
2023-06-05 17:27:49 +02:00
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>