1234567891011121314151617181920212223242526 |
- name: syncthing
- description: Syncthing is a continuous file synchronization program.
- annotations:
- title: Syncthing
- type: application
- version: 1.0.0
- apiVersion: v2
- appVersion: '1.23.3'
- kubeVersion: '>=1.16.0-0'
- maintainers:
- - name: truenas
- url: https://www.truenas.com/
- email: dev@ixsystems.com
- dependencies:
- - name: common
- repository: file://../../../common
- version: 1.0.8
- home: https://syncthing.net/
- icon: https://syncthing.net/img/logo-horizontal.svg
- sources:
- - https://syncthing.net/
- - https://github.com/syncthing/syncthing
- - https://hub.docker.com/r/syncthing/syncthing
- keywords:
- - sync
- - file-sharing
|