About
Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers. We strive to fulfill the goals below. The goals are listed in order of importance, the most important one being the first.
App Store
This is a CasaOS third-party app store with some neat apps.
Pull Request
bigbeartechworld:master
← bigbeartechworld:Add-Syncthing
opened 08:09PM - 18 Sep 24 UTC
Adds the configuration files for the Syncthing application, including the
`confi… g.json` and `docker-compose.yml` files. Syncthing is a peer-to-peer
file synchronization tool that allows users to keep their files
synchronized across multiple devices. This change adds the necessary
configuration to run Syncthing as a CasaOS application.
## Summary by CodeRabbit
- **New Features**
- Introduced a configuration file for the Syncthing application, allowing for easier management of deployment settings.
- Added a Docker Compose configuration for streamlined deployment of the Syncthing application with specified services and persistent data storage.
- **Enhancements**
- Included additional metadata for better clarity and management within the Docker environment.