mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-03-08 13:19:05 +00:00

* chore(icons): ⚡ Replace Actual icon png with svg Replaced the PNG icon of Actual with a SVG from selfhst/icons * chore(icons): ⚡ Replace Proxmox VE icon PNG with SVG Repalce all PNG icons for Proxmox VE with SVG from selfhst/icons * chore(icons): ⚡ Replace AdGuard PNG icon with SVG Replace the PNG icon of AdGuard Home with SVG from selfhst/icons * chore(icons): update multiple icons to SVG Replaced rasterized images with vectorized SVG for better efficiency, sharpness, performance and lower size * chore(icons): update logo URLs for multiple services to use selfhst/icons repository Updated logo URLs in JSON configuration files for the following services: - WatchYourLAN - Authelia - Zoraxy - Authentik - Pi-hole - Radicale - Pocket ID - Keycloak - Grafana - MongoDB - MySQL - phpIPAM - Duplicati - UrBackup - Technitium DNS - Seelf - Checkmk - Glance - ZeroTier - BunkerWeb * chore(icons): update logo URLs for multiple services to use selfhst/icons repository Updated logo URLs in JSON configuration files for the following services: - Uptime Kuma - Umami - Apache Tomcat * chore(icons): update application logos to use selfhst/icons repository * chore(icons): update application logos to use selfhst/icons repository
34 lines
1.6 KiB
JSON
34 lines
1.6 KiB
JSON
{
|
|
"name": "Technitium DNS",
|
|
"slug": "technitiumdns",
|
|
"categories": [
|
|
5
|
|
],
|
|
"date_created": "2024-04-28",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 5380,
|
|
"documentation": null,
|
|
"website": "https://technitium.com/dns/",
|
|
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/technitium.svg",
|
|
"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": []
|
|
} |