123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332 |
- {
- "1.0.50": {
- "healthy": true,
- "supported": true,
- "healthy_error": null,
- "location": "/__w/charts/charts/community/adguard-home/1.0.50",
- "last_update": "2025-03-06 08:26:26",
- "required_features": [
- "normalize/ixVolume"
- ],
- "human_version": "0.107.57_1.0.50",
- "version": "1.0.50",
- "chart_metadata": {
- "name": "adguard-home",
- "description": "Free and open source, powerful network-wide ads & trackers blocking DNS server.",
- "annotations": {
- "title": "AdGuard Home"
- },
- "type": "application",
- "version": "1.0.50",
- "apiVersion": "v2",
- "appVersion": "0.107.57",
- "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/AdguardTeam/AdGuardHome",
- "icon": "https://media.sys.truenas.net/apps/adguard-home/icons/icon.svg",
- "sources": [
- "https://github.com/AdguardTeam/AdGuardHome",
- "https://github.com/truenas/charts/tree/master/community/adguard-home",
- "https://hub.docker.com/r/adguard/adguardhome"
- ],
- "keywords": [
- "dns",
- "adblock"
- ]
- },
- "app_metadata": {
- "runAsContext": [
- {
- "userName": "root",
- "groupName": "root",
- "gid": 0,
- "uid": 0,
- "description": "AdGuard Home requires root privileges to bind to privileged ports"
- }
- ],
- "capabilities": [
- {
- "name": "NET_BIND_SERVICE",
- "description": "This is used by the DHCP and DNS service"
- },
- {
- "name": "NET_RAW",
- "description": "This is used by the DHCP service"
- }
- ],
- "hostMounts": []
- },
- "schema": {
- "groups": [
- {
- "name": "AdGuard Home Configuration",
- "description": "Configure AdGuard Home"
- },
- {
- "name": "Network Configuration",
- "description": "Configure Network for AdGuard Home"
- },
- {
- "name": "Storage Configuration",
- "description": "Configure Storage for AdGuard Home"
- },
- {
- "name": "Resources Configuration",
- "description": "Configure Resources for AdGuard Home"
- }
- ],
- "portals": {
- "web_portal": {
- "protocols": [
- "$kubernetes-resource_configmap_portal_protocol"
- ],
- "host": [
- "$kubernetes-resource_configmap_portal_host"
- ],
- "ports": [
- "$kubernetes-resource_configmap_portal_port"
- ],
- "path": "$kubernetes-resource_configmap_portal_path"
- }
- },
- "questions": [
- {
- "variable": "adguardNetwork",
- "label": "",
- "group": "Network Configuration",
- "schema": {
- "type": "dict",
- "attrs": [
- {
- "variable": "webPort",
- "label": "Web Port",
- "description": "The port for the AdGuard Home WebUI. Set the same during the setup wizard.\nIn case you set a different port, you will need to stop/start the app for the\nport set here to take effect. (Or wait for the container to restart automatically)\n",
- "schema": {
- "type": "int",
- "default": 30004,
- "min": 9000,
- "max": 65535,
- "required": true
- }
- },
- {
- "variable": "enableDHCP",
- "label": "Enable DHCP",
- "description": "This will only append the needed capabilities for DHCP to work </br>\nThe configuration for DHCP is done in the AdGuard Home WebUI\n",
- "schema": {
- "type": "boolean",
- "default": false
- }
- }
- ]
- }
- },
- {
- "variable": "adguardStorage",
- "label": "",
- "group": "Storage Configuration",
- "schema": {
- "type": "dict",
- "attrs": [
- {
- "variable": "work",
- "label": "AdGuard Home Data Storage",
- "description": "The path to store AdGuard Home work.",
- "schema": {
- "type": "dict",
- "attrs": [
- {
- "variable": "type",
- "label": "Type",
- "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
- "schema": {
- "type": "string",
- "required": true,
- "immutable": true,
- "default": "ixVolume",
- "enum": [
- {
- "value": "hostPath",
- "description": "Host Path (Path that already exists on the system)"
- },
- {
- "value": "ixVolume",
- "description": "ixVolume (Dataset created automatically by the system)"
- }
- ]
- }
- },
- {
- "variable": "datasetName",
- "label": "Dataset Name",
- "schema": {
- "type": "string",
- "show_if": [
- [
- "type",
- "=",
- "ixVolume"
- ]
- ],
- "required": true,
- "hidden": true,
- "immutable": true,
- "default": "work",
- "$ref": [
- "normalize/ixVolume"
- ]
- }
- },
- {
- "variable": "hostPath",
- "label": "Host Path",
- "schema": {
- "type": "hostpath",
- "show_if": [
- [
- "type",
- "=",
- "hostPath"
- ]
- ],
- "required": true
- }
- }
- ]
- }
- },
- {
- "variable": "conf",
- "label": "AdGuard Home Configuration Storage",
- "description": "The path to store AdGuard Home configuration",
- "schema": {
- "type": "dict",
- "attrs": [
- {
- "variable": "type",
- "label": "Type",
- "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
- "schema": {
- "type": "string",
- "required": true,
- "immutable": true,
- "default": "ixVolume",
- "enum": [
- {
- "value": "hostPath",
- "description": "Host Path (Path that already exists on the system)"
- },
- {
- "value": "ixVolume",
- "description": "ixVolume (Dataset created automatically by the system)"
- }
- ]
- }
- },
- {
- "variable": "datasetName",
- "label": "Dataset Name",
- "schema": {
- "type": "string",
- "show_if": [
- [
- "type",
- "=",
- "ixVolume"
- ]
- ],
- "required": true,
- "hidden": true,
- "immutable": true,
- "default": "conf",
- "$ref": [
- "normalize/ixVolume"
- ]
- }
- },
- {
- "variable": "hostPath",
- "label": "Host Path",
- "schema": {
- "type": "hostpath",
- "show_if": [
- [
- "type",
- "=",
- "hostPath"
- ]
- ],
- "required": true
- }
- }
- ]
- }
- }
- ]
- }
- },
- {
- "variable": "resources",
- "label": "",
- "group": "Resources Configuration",
- "schema": {
- "type": "dict",
- "attrs": [
- {
- "variable": "limits",
- "label": "Limits",
- "schema": {
- "type": "dict",
- "attrs": [
- {
- "variable": "cpu",
- "label": "CPU",
- "description": "CPU limit for AdGuard Home.",
- "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 AdGuard Home.",
- "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>AdGuard Home</h1>\n<p>During the setup wizard, AdGuard Home presents an option to select on which port the web interface will be available.\n(Defaults to 80. Which is a privileged port and also usually the TrueNAS SCALE UI uses that port)\nBecause of that, App will force the webUI to listen to port 30000 (or the port selected by user in the TrueNAS SCALE UI).</p>\n<p>If you select a different port in the wizard, the Dashboard will not work initially but\nafter a couple of minutes container will automatically restart and the Dashboard will\nbe available on the port you selected on the TrueNAS SCALE UI.</p>\n<blockquote>\n<ul>\n<li>AdGuard runs as <code>root</code> user.</li>\n<li>AdGuard runs with host networking enabled.</li>\n</ul>\n</blockquote>",
- "detailed_readme": "<h1>AdGuard Home</h1>\n<p>During the setup wizard, AdGuard Home presents an option to select on which port the web interface will be available.\n(Defaults to 80. Which is a privileged port and also usually the TrueNAS SCALE UI uses that port)\nBecause of that, App will force the webUI to listen to port 30000 (or the port selected by user in the TrueNAS SCALE UI).</p>\n<p>If you select a different port in the wizard, the Dashboard will not work initially but\nafter a couple of minutes container will automatically restart and the Dashboard will\nbe available on the port you selected on the TrueNAS SCALE UI.</p>\n<blockquote>\n<ul>\n<li>AdGuard runs as <code>root</code> user.</li>\n<li>AdGuard runs with host networking enabled.</li>\n</ul>\n</blockquote>",
- "changelog": null
- }
- }
|