123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429 |
- {
- "1.0.18": {
- "healthy": true,
- "supported": true,
- "healthy_error": null,
- "location": "/__w/charts/charts/community/rsyncd/1.0.18",
- "last_update": "2025-03-06 08:26:26",
- "required_features": [],
- "human_version": "1.0.2_1.0.18",
- "version": "1.0.18",
- "chart_metadata": {
- "name": "rsyncd",
- "description": "Rsync is an open source utility that provides fast incremental file transfer.",
- "annotations": {
- "title": "Rsync Daemon"
- },
- "type": "application",
- "version": "1.0.18",
- "apiVersion": "v2",
- "appVersion": "1.0.2",
- "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.2.9"
- }
- ],
- "home": "https://github.com/truenas/containers/tree/main/apps/rsyncd",
- "icon": "https://media.sys.truenas.net/apps/rsyncd/icons/icon.png",
- "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"
- ]
- },
- "app_metadata": {
- "runAsContext": [
- {
- "userName": "root",
- "groupName": "root",
- "gid": 0,
- "uid": 0,
- "description": "Rsync requires root privileges to start it's processes."
- }
- ],
- "capabilities": [
- {
- "name": "CHOWN",
- "description": "Rsync requires this ability to change ownership of files."
- },
- {
- "name": "DAC_OVERRIDE",
- "description": "Rsync requires this ability to override file permissions."
- },
- {
- "name": "FOWNER",
- "description": "Rsync requires this ability to override file ownership."
- },
- {
- "name": "SETUID",
- "description": "Rsync requires this ability to switch user for sub-processes."
- },
- {
- "name": "SETGID",
- "description": "Rsync requires this ability to switch group for sub-processes."
- },
- {
- "name": "SYS_CHROOT",
- "description": "Rsync requires this ability to use chroot for it's sub-processes."
- }
- ],
- "hostMounts": []
- },
- "schema": {
- "groups": [
- {
- "name": "Rsync Configuration",
- "description": "Configure Rsync"
- },
- {
- "name": "Network Configuration",
- "description": "Configure Network for Rsync"
- },
- {
- "name": "Module Configuration",
- "description": "Configure Modules for Rsync"
- },
- {
- "name": "Resources Configuration",
- "description": "Configure Resources for Rsync"
- }
- ],
- "questions": [
- {
- "variable": "rsyncConfig",
- "label": "",
- "group": "Rsync Configuration",
- "schema": {
- "type": "dict",
- "attrs": [
- {
- "variable": "auxParams",
- "label": "Auxillary Parameters",
- "description": "Configure auxillary parameters for Rsync.",
- "schema": {
- "type": "list",
- "default": [],
- "items": [
- {
- "variable": "auxEntry",
- "label": "Auxillary Parameter Entry",
- "schema": {
- "type": "dict",
- "attrs": [
- {
- "variable": "param",
- "label": "Parameter",
- "schema": {
- "type": "string",
- "required": true
- }
- },
- {
- "variable": "value",
- "label": "Value",
- "schema": {
- "type": "string",
- "required": true
- }
- }
- ]
- }
- }
- ]
- }
- }
- ]
- }
- },
- {
- "variable": "rsyncNetwork",
- "label": "",
- "group": "Network Configuration",
- "schema": {
- "type": "dict",
- "attrs": [
- {
- "variable": "hostNetwork",
- "label": "Host Network",
- "description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
- "schema": {
- "type": "boolean",
- "default": false
- }
- },
- {
- "variable": "rsyncPort",
- "label": "Rsync Port",
- "description": "The port for Rsync.",
- "schema": {
- "type": "int",
- "default": 30026,
- "min": 9000,
- "max": 65535,
- "required": true
- }
- }
- ]
- }
- },
- {
- "variable": "rsyncModules",
- "label": "",
- "group": "Module Configuration",
- "schema": {
- "type": "list",
- "default": [],
- "empty": false,
- "required": true,
- "items": [
- {
- "variable": "module",
- "label": "Rsync Module",
- "schema": {
- "type": "dict",
- "attrs": [
- {
- "variable": "name",
- "label": "Module Name",
- "description": "Module name that matches the name requested by the rsync client.\n",
- "schema": {
- "type": "string",
- "valid_chars": "^[a-zA-Z0-9]+([_-]*[a-zA-Z0-9]+)+$",
- "valid_chars_error": "Module Name, can include [Letters (a-z, A-Z), Numbers (0,9), Underscore (_), Dash (-)],</br>\nbut cannot start or end with [Underscore (_), Dash (-), Dot (.)]\n",
- "required": true
- }
- },
- {
- "variable": "enabled",
- "label": "Enable Module",
- "schema": {
- "type": "boolean",
- "default": true,
- "show_subquestions_if": true,
- "subquestions": [
- {
- "variable": "comment",
- "label": "Comment",
- "description": "Describe the module.",
- "schema": {
- "type": "string"
- }
- },
- {
- "variable": "hostPath",
- "label": "Host Path",
- "description": "The path on the host to be shared with the client.</br>\nThis path must exist on the host.\n",
- "schema": {
- "type": "hostpath",
- "required": true
- }
- },
- {
- "variable": "accessMode",
- "label": "Access Mode",
- "description": "Choose permissions for this rsync module.\n",
- "schema": {
- "type": "string",
- "required": true,
- "default": "RO",
- "enum": [
- {
- "value": "RO",
- "description": "Read Only"
- },
- {
- "value": "RW",
- "description": "Read Write"
- },
- {
- "value": "WO",
- "description": "Write Only"
- }
- ]
- }
- },
- {
- "variable": "maxConnections",
- "label": "Max Connections",
- "description": "Maximum number of simultaneous connections to this module.</br>\n0 means unlimited.\n",
- "schema": {
- "type": "int",
- "min": 0,
- "max": 1000,
- "default": 0,
- "required": true
- }
- },
- {
- "variable": "uid",
- "label": "UID",
- "description": "The UID to use for this module.</br>\n",
- "schema": {
- "type": "int",
- "min": 0,
- "max": 65535,
- "default": 568,
- "required": true
- }
- },
- {
- "variable": "gid",
- "label": "GID",
- "description": "The GID to use for this module.</br>\n",
- "schema": {
- "type": "int",
- "min": 0,
- "max": 65535,
- "default": 568,
- "required": true
- }
- },
- {
- "variable": "hostsAllow",
- "label": "Hosts Allow",
- "description": "List of hosts allowed to connect to this module.</br>\nLeave empty to allow all hosts.\n",
- "schema": {
- "type": "list",
- "default": [],
- "items": [
- {
- "variable": "host",
- "label": "Host to allow",
- "schema": {
- "type": "string",
- "required": true
- }
- }
- ]
- }
- },
- {
- "variable": "hostsDeny",
- "label": "Hosts Deny",
- "description": "List of hosts denied to connect to this module.</br>\nLeave empty to deny no hosts.\n",
- "schema": {
- "type": "list",
- "default": [],
- "items": [
- {
- "variable": "host",
- "label": "Host to deny",
- "schema": {
- "type": "string",
- "required": true
- }
- }
- ]
- }
- },
- {
- "variable": "auxParams",
- "label": "Auxillary Parameters",
- "description": "Configure auxillary parameters for this module.",
- "schema": {
- "type": "list",
- "default": [],
- "items": [
- {
- "variable": "auxEntry",
- "label": "Auxillary Parameter Entry",
- "schema": {
- "type": "dict",
- "attrs": [
- {
- "variable": "param",
- "label": "Parameter",
- "schema": {
- "type": "string",
- "required": true
- }
- },
- {
- "variable": "value",
- "label": "Value",
- "schema": {
- "type": "string",
- "required": true
- }
- }
- ]
- }
- }
- ]
- }
- }
- ]
- }
- }
- ]
- }
- }
- ]
- }
- },
- {
- "variable": "resources",
- "group": "Resources Configuration",
- "label": "",
- "schema": {
- "type": "dict",
- "attrs": [
- {
- "variable": "limits",
- "label": "Limits",
- "schema": {
- "type": "dict",
- "attrs": [
- {
- "variable": "cpu",
- "label": "CPU",
- "description": "CPU limit for Rsync.",
- "schema": {
- "type": "string",
- "max_length": 6,
- "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
- "valid_chars_error": "Valid CPU limit formats are</br>\n- Plain Integer - eg. 1</br>\n- Float - eg. 0.5</br>\n- Milicpu - eg. 500m\n",
- "default": "4000m",
- "required": true
- }
- },
- {
- "variable": "memory",
- "label": "Memory",
- "description": "Memory limit for Rsync.",
- "schema": {
- "type": "string",
- "max_length": 12,
- "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
- "valid_chars_error": "Valid Memory limit formats are</br>\n- Suffixed with E/P/T/G/M/K - eg. 1G</br>\n- Suffixed with Ei/Pi/Ti/Gi/Mi/Ki - eg. 1Gi</br>\n- Plain Integer in bytes - eg. 1024</br>\n- Exponent - eg. 134e6\n",
- "default": "8Gi",
- "required": true
- }
- }
- ]
- }
- }
- ]
- }
- }
- ]
- },
- "app_readme": "<h1>Rsyncd</h1>\n<p><a href=\"https://rsync.samba.org/\">Rsyncd</a> is an open source utility that provides fast incremental file transfer.</p>",
- "detailed_readme": "<h1>Rsyncd</h1>\n<p><a href=\"https://rsync.samba.org/\">Rsyncd</a> is an open source utility that provides fast incremental file transfer.</p>",
- "changelog": null
- }
- }
|