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

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

Syncthing package for YunoHost
https://github.com/yunohost-apps/syncthing_ynh

cloud-services sync syncthing yunohost yunohost-apps

Last synced: about 2 months ago
JSON representation

Syncthing package for YunoHost

Awesome Lists containing this project

README

        

# Syncthing for YunoHost

[![Integration level](https://apps.yunohost.org/badge/integration/syncthing)](https://ci-apps.yunohost.org/ci/apps/syncthing/)
![Working status](https://apps.yunohost.org/badge/state/syncthing)
![Maintenance status](https://apps.yunohost.org/badge/maintained/syncthing)

[![Install Syncthing with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=syncthing)

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

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

Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet.

**Shipped version:** 1.29.4~ynh1

## Screenshots

![Screenshot of Syncthing](./doc/screenshots/screenshot1.png)

## Documentation and resources

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

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

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

**More info regarding app packaging:**