mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 10:40:31 +08:00
* add initial files * add some validation and fix image tag * add modules to the config * extend test and add capabilities * add extra test * rsync -> Rsync and add metadata file * add UI * hide questions when module is disablwed * rename test file and add validation to questions * remove dot * update wording * remove logToStdout toggle * update image
27 lines
742 B
YAML
27 lines
742 B
YAML
name: rsyncd
|
|
description: Rsync is an open source utility that provides fast incremental file transfer.
|
|
annotations:
|
|
title: Rsync Daemon
|
|
type: application
|
|
version: 1.0.0
|
|
apiVersion: v2
|
|
appVersion: 1.0.0
|
|
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://github.com/truenas/containers/tree/main/apps/rsyncd
|
|
icon: https://rsync.samba.org/newrsynclogo.jpg
|
|
sources:
|
|
- https://github.com/truenas/containers/tree/main/apps/rsyncd
|
|
- https://github.com/truenas/charts/tree/master/community/rsyncd
|
|
- https://hub.docker.com/r/ixsystems/rsyncd
|
|
keywords:
|
|
- rsync
|
|
- sync
|