mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	* Update jsons * push * more * Switch to CDN * push new Icons into Branch * Update dotnetaspwebapi.json * add proxmox logo * Update wger.json * switch to webp * Update apt-cacher-ng.json * Update homarr.json * finalize * Update sqlserver2022.json * fixes * merge --------- Co-authored-by: tremor021 <arezina.slavisa@gmail.com> Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
		
			Generated
		
	
	
{
 | 
						|
  "name": "Technitium DNS",
 | 
						|
  "slug": "technitiumdns",
 | 
						|
  "categories": [
 | 
						|
    5
 | 
						|
  ],
 | 
						|
  "date_created": "2024-04-28",
 | 
						|
  "type": "ct",
 | 
						|
  "updateable": true,
 | 
						|
  "privileged": false,
 | 
						|
  "interface_port": 5380,
 | 
						|
  "documentation": "https://blog.technitium.com/2017/11/running-dns-server-on-ubuntu-linux.html",
 | 
						|
  "website": "https://technitium.com/dns/",
 | 
						|
  "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/technitium.webp",
 | 
						|
  "config_path": "",
 | 
						|
  "description": "Technitium DNS Server is a free, open-source and privacy-focused DNS (Domain Name System) server software for Windows, Linux, and macOS. It is designed to provide a secure, fast, and reliable DNS resolution service to its users. The server can be configured through a web-based interface, and it supports a variety of advanced features, such as automatic IP updates, IPv6 support, caching of DNS queries, and the ability to block unwanted domains. It is also designed to be highly secure, with built-in measures to prevent common types of DNS attacks and data leaks. Technitium DNS Server is aimed at providing an alternative to traditional DNS servers, which often have privacy and security concerns associated with them, and it is ideal for users who are looking for a more secure and private DNS resolution service.",
 | 
						|
  "install_methods": [
 | 
						|
    {
 | 
						|
      "type": "default",
 | 
						|
      "script": "ct/technitiumdns.sh",
 | 
						|
      "resources": {
 | 
						|
        "cpu": 1,
 | 
						|
        "ram": 512,
 | 
						|
        "hdd": 2,
 | 
						|
        "os": "debian",
 | 
						|
        "version": "12"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "default_credentials": {
 | 
						|
    "username": null,
 | 
						|
    "password": null
 | 
						|
  },
 | 
						|
  "notes": [
 | 
						|
    {
 | 
						|
      "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
 | 
						|
      "type": "warning"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |