Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yunohost-apps/cloudlog_ynh

CloudLog package for YunoHost
https://github.com/yunohost-apps/cloudlog_ynh

cloudlog yunohost-apps

Last synced: about 1 month ago
JSON representation

CloudLog package for YunoHost

Awesome Lists containing this project

README

        

# CloudLog for YunoHost

[![Integration level](https://dash.yunohost.org/integration/cloudlog.svg)](https://ci-apps.yunohost.org/ci/apps/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)

*[Read this README in other languages.](./ALL_README.md)*

> *This package allows you to install CloudLog 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

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.

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.

**Shipped version:** 2.6.15~ynh2

## Screenshots

![Screenshot of CloudLog](./doc/screenshots/screenshot.png)

## Documentation and resources

- Official app website:
- 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/cloudlog_ynh/tree/testing).

To try the `testing` branch, please proceed like that:

```bash
sudo yunohost app install https://github.com/YunoHost-Apps/cloudlog_ynh/tree/testing --debug
or
sudo yunohost app upgrade cloudlog -u https://github.com/YunoHost-Apps/cloudlog_ynh/tree/testing --debug
```

**More info regarding app packaging:**