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
- Host: GitHub
- URL: https://github.com/yunohost-apps/syncthing_ynh
- Owner: YunoHost-Apps
- License: mpl-2.0
- Created: 2015-03-25T20:17:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T00:03:40.000Z (8 months ago)
- Last Synced: 2024-10-19T00:29:11.048Z (8 months ago)
- Topics: cloud-services, sync, syncthing, yunohost, yunohost-apps
- Language: Shell
- Homepage: https://syncthing.net/
- Size: 396 KB
- Stars: 25
- Watchers: 5
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Syncthing for YunoHost
[](https://ci-apps.yunohost.org/ci/apps/syncthing/)

[](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

## 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:**