mirror of
https://github.com/YunoHost-Apps/technitium-dns_ynh.git
synced 2024-09-03 20:26:36 +02:00
commit
59a9e1ae29
13 changed files with 242 additions and 42 deletions
|
@ -1,6 +1,8 @@
|
|||
# All available README files by language
|
||||
|
||||
- [Read the README in English](README.md)
|
||||
- [Lea el README en español](README_es.md)
|
||||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.md)
|
||||
- [Leggi il “README” in italiano](README_it.md)
|
||||
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
||||
|
|
|
@ -9,7 +9,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
[![Install Technitium DNS with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=technitium-dns)
|
||||
|
||||
*[Read this README is other languages.](./ALL_README.md)*
|
||||
*[Read this README in other languages.](./ALL_README.md)*
|
||||
|
||||
> *This package allows you to install Technitium DNS quickly and simply on a YunoHost server.*
|
||||
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
|
||||
|
@ -32,13 +32,12 @@ Technitium DNS Server is an open source tool that can be used for blocking Inter
|
|||
- Self host your domain names on your own DNS server.
|
||||
- Wildcard sub domain support.
|
||||
|
||||
... and much more!
|
||||
|
||||
**Shipped version:** 11.3.0~ynh2
|
||||
**Shipped version:** 12.1.0~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
![Screenshot of Technitium DNS](./doc/screenshots/example.jpg)
|
||||
![Screenshot of Technitium DNS](./doc/screenshots/screenshot.png)
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
|
|
63
README_es.md
Normal file
63
README_es.md
Normal file
|
@ -0,0 +1,63 @@
|
|||
<!--
|
||||
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
No se debe editar a mano.
|
||||
-->
|
||||
|
||||
# Technitium DNS para Yunohost
|
||||
|
||||
[![Nivel de integración](https://dash.yunohost.org/integration/technitium-dns.svg)](https://dash.yunohost.org/appci/app/technitium-dns) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/technitium-dns.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/technitium-dns.maintain.svg)
|
||||
|
||||
[![Instalar Technitium DNS con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=technitium-dns)
|
||||
|
||||
*[Leer este README en otros idiomas.](./ALL_README.md)*
|
||||
|
||||
> *Este paquete le permite instalarTechnitium DNS rapidamente y simplement en un servidor YunoHost.*
|
||||
> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
|
||||
|
||||
## Descripción general
|
||||
|
||||
Technitium DNS Server is an open source tool that can be used for blocking Internet Ads using DNS Sinkhole, self hosting a local DNS server for privacy & security or, used for experimentation/testing by software developers on their computer.
|
||||
|
||||
### Features
|
||||
|
||||
- Block ads & malware using one or more block list URLs.
|
||||
- High performance DNS server based on async IO that can serve millions of requests per minute even on a commodity desktop PC hardware (load tested on Intel i7-8700 CPU with more than 100,000 request/second over Gigabit Ethernet).
|
||||
- Self host DNS-over-TLS and DNS-over-HTTPS DNS service on your network.
|
||||
- Use public DNS resolvers like Cloudflare, Google & Quad9 with DNS-over-TLS and DNS-over-HTTPS protocols as forwarders.
|
||||
- Advanced caching with features like serve stale, prefetching and auto prefetching.
|
||||
- Supports working as an authoritative as well as a recursive DNS server.
|
||||
- DNSSEC validation support with RSA & ECDSA algorithms for recursive resolver, forwarders, and conditional forwarders.
|
||||
- DNSSEC support for all supported DNS transport protocols including encrypted DNS protocols (DoT, DoH, & DoH JSON).
|
||||
- CNAME cloaking feature to block domain names that resolve to CNAME which are blocked.
|
||||
- Self host your domain names on your own DNS server.
|
||||
- Wildcard sub domain support.
|
||||
|
||||
|
||||
**Versión actual:** 12.1.0~ynh1
|
||||
|
||||
## Capturas
|
||||
|
||||
![Captura de Technitium DNS](./doc/screenshots/screenshot.png)
|
||||
|
||||
## Documentaciones y recursos
|
||||
|
||||
- Sitio web oficial: <https://technitium.com/dns/>
|
||||
- Documentación usuario oficial: <https://technitium.com/dns/help.html>
|
||||
- Documentación administrador oficial: <https://technitium.com/dns/help.html>
|
||||
- Repositorio del código fuente oficial de la aplicación : <https://github.com/TechnitiumSoftware/DnsServer>
|
||||
- Catálogo YunoHost: <https://apps.yunohost.org/app/technitium-dns>
|
||||
- Reportar un error: <https://github.com/YunoHost-Apps/technitium-dns_ynh/issues>
|
||||
|
||||
## Información para desarrolladores
|
||||
|
||||
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing
|
||||
|
||||
Para probar la rama `testing`, sigue asÍ:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
|
||||
o
|
||||
sudo yunohost app upgrade technitium-dns -u https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>
|
63
README_eu.md
Normal file
63
README_eu.md
Normal file
|
@ -0,0 +1,63 @@
|
|||
<!--
|
||||
Ohart ongi: README hau automatikoki sortu da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>ri esker
|
||||
EZ editatu eskuz.
|
||||
-->
|
||||
|
||||
# Technitium DNS YunoHost-erako
|
||||
|
||||
[![Integrazio maila](https://dash.yunohost.org/integration/technitium-dns.svg)](https://dash.yunohost.org/appci/app/technitium-dns) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/technitium-dns.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/technitium-dns.maintain.svg)
|
||||
|
||||
[![Instalatu Technitium DNS YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=technitium-dns)
|
||||
|
||||
*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
|
||||
|
||||
> *Pakete honek Technitium DNS YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
|
||||
> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
|
||||
|
||||
## Aurreikuspena
|
||||
|
||||
Technitium DNS Server is an open source tool that can be used for blocking Internet Ads using DNS Sinkhole, self hosting a local DNS server for privacy & security or, used for experimentation/testing by software developers on their computer.
|
||||
|
||||
### Features
|
||||
|
||||
- Block ads & malware using one or more block list URLs.
|
||||
- High performance DNS server based on async IO that can serve millions of requests per minute even on a commodity desktop PC hardware (load tested on Intel i7-8700 CPU with more than 100,000 request/second over Gigabit Ethernet).
|
||||
- Self host DNS-over-TLS and DNS-over-HTTPS DNS service on your network.
|
||||
- Use public DNS resolvers like Cloudflare, Google & Quad9 with DNS-over-TLS and DNS-over-HTTPS protocols as forwarders.
|
||||
- Advanced caching with features like serve stale, prefetching and auto prefetching.
|
||||
- Supports working as an authoritative as well as a recursive DNS server.
|
||||
- DNSSEC validation support with RSA & ECDSA algorithms for recursive resolver, forwarders, and conditional forwarders.
|
||||
- DNSSEC support for all supported DNS transport protocols including encrypted DNS protocols (DoT, DoH, & DoH JSON).
|
||||
- CNAME cloaking feature to block domain names that resolve to CNAME which are blocked.
|
||||
- Self host your domain names on your own DNS server.
|
||||
- Wildcard sub domain support.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 12.1.0~ynh1
|
||||
|
||||
## Pantaila-argazkiak
|
||||
|
||||
![Technitium DNS(r)en pantaila-argazkia](./doc/screenshots/screenshot.png)
|
||||
|
||||
## Dokumentazioa eta baliabideak
|
||||
|
||||
- Aplikazioaren webgune ofiziala: <https://technitium.com/dns/>
|
||||
- Erabiltzaileen dokumentazio ofiziala: <https://technitium.com/dns/help.html>
|
||||
- Administratzaileen dokumentazio ofiziala: <https://technitium.com/dns/help.html>
|
||||
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/TechnitiumSoftware/DnsServer>
|
||||
- YunoHost Denda: <https://apps.yunohost.org/app/technitium-dns>
|
||||
- Eman errore baten berri: <https://github.com/YunoHost-Apps/technitium-dns_ynh/issues>
|
||||
|
||||
## Garatzaileentzako informazioa
|
||||
|
||||
Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing).
|
||||
|
||||
`testing` abarra probatzeko, ondorengoa egin:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
|
||||
edo
|
||||
sudo yunohost app upgrade technitium-dns -u https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Informazio gehiago aplikazioaren paketatzeari buruz:** <https://yunohost.org/packaging_apps>
|
32
README_fr.md
32
README_fr.md
|
@ -16,29 +16,27 @@ Il NE doit PAS être modifié à la main.
|
|||
|
||||
## Vue d’ensemble
|
||||
|
||||
Technitium DNS Server is an open source tool that can be used for blocking Internet Ads using DNS Sinkhole, self hosting a local DNS server for privacy & security or, used for experimentation/testing by software developers on their computer.
|
||||
Technitium DNS Server est un outil open source qui peut être utilisé pour bloquer les publicités Internet à l'aide de DNS Sinkhole, pour héberger automatiquement un serveur DNS local pour des raisons de confidentialité et de sécurité ou pour l'expérimentation/les tests par les développeurs de logiciels sur leur ordinateur.
|
||||
|
||||
### Features
|
||||
### Caractéristiques
|
||||
|
||||
- Block ads & malware using one or more block list URLs.
|
||||
- High performance DNS server based on async IO that can serve millions of requests per minute even on a commodity desktop PC hardware (load tested on Intel i7-8700 CPU with more than 100,000 request/second over Gigabit Ethernet).
|
||||
- Self host DNS-over-TLS and DNS-over-HTTPS DNS service on your network.
|
||||
- Use public DNS resolvers like Cloudflare, Google & Quad9 with DNS-over-TLS and DNS-over-HTTPS protocols as forwarders.
|
||||
- Advanced caching with features like serve stale, prefetching and auto prefetching.
|
||||
- Supports working as an authoritative as well as a recursive DNS server.
|
||||
- DNSSEC validation support with RSA & ECDSA algorithms for recursive resolver, forwarders, and conditional forwarders.
|
||||
- DNSSEC support for all supported DNS transport protocols including encrypted DNS protocols (DoT, DoH, & DoH JSON).
|
||||
- CNAME cloaking feature to block domain names that resolve to CNAME which are blocked.
|
||||
- Self host your domain names on your own DNS server.
|
||||
- Wildcard sub domain support.
|
||||
- Bloquez les publicités et les logiciels malveillants à l'aide d'une ou plusieurs URL de liste de blocage.
|
||||
- Serveur DNS hautes performances basé sur des E/S asynchrones qui peuvent traiter des millions de requêtes par minute, même sur un matériel PC de bureau standard (charge testée sur un processeur Intel i7-8700 avec plus de 100000 requêtes/seconde sur Gigabit Ethernet).
|
||||
- Auto-hébergez les services DNS DNS-over-TLS et DNS-over-HTTPS sur votre réseau.
|
||||
- Utilisez des résolveurs DNS publics comme Cloudflare, Google et Quad9 avec les protocoles DNS-over-TLS et DNS-over-HTTPS comme redirecteurs.
|
||||
- Mise en cache avancée avec des fonctionnalités telles que le service obsolète, la prélecture et la prélecture automatique.
|
||||
- Prend en charge le travail en tant que serveur DNS faisant autorité et récursif.
|
||||
- Prise en charge de la validation DNSSEC avec les algorithmes RSA et ECDSA pour le résolveur récursif, les redirecteurs et les redirecteurs conditionnels.
|
||||
- Prise en charge DNSSEC de tous les protocoles de transport DNS pris en charge, y compris les protocoles DNS cryptés (DoT, DoH et DoH JSON).
|
||||
- Fonctionnalité de masquage CNAME pour bloquer les noms de domaine résolus en CNAME qui sont bloqués.
|
||||
- Hébergez vous-même vos noms de domaine sur votre propre serveur DNS.
|
||||
- Prise en charge des sous-domaines génériques.
|
||||
|
||||
... and much more!
|
||||
|
||||
**Version incluse :** 11.3.0~ynh2
|
||||
**Version incluse :** 12.1.0~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
![Capture d’écran de Technitium DNS](./doc/screenshots/example.jpg)
|
||||
![Capture d’écran de Technitium DNS](./doc/screenshots/screenshot.png)
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
|
|
|
@ -32,13 +32,12 @@ Technitium DNS Server is an open source tool that can be used for blocking Inter
|
|||
- Self host your domain names on your own DNS server.
|
||||
- Wildcard sub domain support.
|
||||
|
||||
... and much more!
|
||||
|
||||
**Versión proporcionada:** 11.3.0~ynh2
|
||||
**Versión proporcionada:** 12.1.0~ynh1
|
||||
|
||||
## Capturas de pantalla
|
||||
|
||||
![Captura de pantalla de Technitium DNS](./doc/screenshots/example.jpg)
|
||||
![Captura de pantalla de Technitium DNS](./doc/screenshots/screenshot.png)
|
||||
|
||||
## Documentación e recursos
|
||||
|
||||
|
|
63
README_zh_Hans.md
Normal file
63
README_zh_Hans.md
Normal file
|
@ -0,0 +1,63 @@
|
|||
<!--
|
||||
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
|
||||
请勿手动编辑。
|
||||
-->
|
||||
|
||||
# YunoHost 上的 Technitium DNS
|
||||
|
||||
[![集成程度](https://dash.yunohost.org/integration/technitium-dns.svg)](https://dash.yunohost.org/appci/app/technitium-dns) ![工作状态](https://ci-apps.yunohost.org/ci/badges/technitium-dns.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/technitium-dns.maintain.svg)
|
||||
|
||||
[![使用 YunoHost 安装 Technitium DNS](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=technitium-dns)
|
||||
|
||||
*[阅读此 README 的其它语言版本。](./ALL_README.md)*
|
||||
|
||||
> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Technitium DNS。*
|
||||
> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。*
|
||||
|
||||
## 概况
|
||||
|
||||
Technitium DNS Server is an open source tool that can be used for blocking Internet Ads using DNS Sinkhole, self hosting a local DNS server for privacy & security or, used for experimentation/testing by software developers on their computer.
|
||||
|
||||
### Features
|
||||
|
||||
- Block ads & malware using one or more block list URLs.
|
||||
- High performance DNS server based on async IO that can serve millions of requests per minute even on a commodity desktop PC hardware (load tested on Intel i7-8700 CPU with more than 100,000 request/second over Gigabit Ethernet).
|
||||
- Self host DNS-over-TLS and DNS-over-HTTPS DNS service on your network.
|
||||
- Use public DNS resolvers like Cloudflare, Google & Quad9 with DNS-over-TLS and DNS-over-HTTPS protocols as forwarders.
|
||||
- Advanced caching with features like serve stale, prefetching and auto prefetching.
|
||||
- Supports working as an authoritative as well as a recursive DNS server.
|
||||
- DNSSEC validation support with RSA & ECDSA algorithms for recursive resolver, forwarders, and conditional forwarders.
|
||||
- DNSSEC support for all supported DNS transport protocols including encrypted DNS protocols (DoT, DoH, & DoH JSON).
|
||||
- CNAME cloaking feature to block domain names that resolve to CNAME which are blocked.
|
||||
- Self host your domain names on your own DNS server.
|
||||
- Wildcard sub domain support.
|
||||
|
||||
|
||||
**分发版本:** 12.1.0~ynh1
|
||||
|
||||
## 截图
|
||||
|
||||
![Technitium DNS 的截图](./doc/screenshots/screenshot.png)
|
||||
|
||||
## 文档与资源
|
||||
|
||||
- 官方应用网站: <https://technitium.com/dns/>
|
||||
- 官方用户文档: <https://technitium.com/dns/help.html>
|
||||
- 官方管理文档: <https://technitium.com/dns/help.html>
|
||||
- 上游应用代码库: <https://github.com/TechnitiumSoftware/DnsServer>
|
||||
- YunoHost 商店: <https://apps.yunohost.org/app/technitium-dns>
|
||||
- 报告 bug: <https://github.com/YunoHost-Apps/technitium-dns_ynh/issues>
|
||||
|
||||
## 开发者信息
|
||||
|
||||
请向 [`testing` 分支](https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing) 发送拉取请求。
|
||||
|
||||
如要尝试 `testing` 分支,请这样操作:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
|
||||
或
|
||||
sudo yunohost app upgrade technitium-dns -u https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>
|
|
@ -13,5 +13,3 @@ Technitium DNS Server is an open source tool that can be used for blocking Inter
|
|||
- CNAME cloaking feature to block domain names that resolve to CNAME which are blocked.
|
||||
- Self host your domain names on your own DNS server.
|
||||
- Wildcard sub domain support.
|
||||
|
||||
... and much more!
|
15
doc/DESCRIPTION_fr.md
Normal file
15
doc/DESCRIPTION_fr.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
Technitium DNS Server est un outil open source qui peut être utilisé pour bloquer les publicités Internet à l'aide de DNS Sinkhole, pour héberger automatiquement un serveur DNS local pour des raisons de confidentialité et de sécurité ou pour l'expérimentation/les tests par les développeurs de logiciels sur leur ordinateur.
|
||||
|
||||
### Caractéristiques
|
||||
|
||||
- Bloquez les publicités et les logiciels malveillants à l'aide d'une ou plusieurs URL de liste de blocage.
|
||||
- Serveur DNS hautes performances basé sur des E/S asynchrones qui peuvent traiter des millions de requêtes par minute, même sur un matériel PC de bureau standard (charge testée sur un processeur Intel i7-8700 avec plus de 100000 requêtes/seconde sur Gigabit Ethernet).
|
||||
- Auto-hébergez les services DNS DNS-over-TLS et DNS-over-HTTPS sur votre réseau.
|
||||
- Utilisez des résolveurs DNS publics comme Cloudflare, Google et Quad9 avec les protocoles DNS-over-TLS et DNS-over-HTTPS comme redirecteurs.
|
||||
- Mise en cache avancée avec des fonctionnalités telles que le service obsolète, la prélecture et la prélecture automatique.
|
||||
- Prend en charge le travail en tant que serveur DNS faisant autorité et récursif.
|
||||
- Prise en charge de la validation DNSSEC avec les algorithmes RSA et ECDSA pour le résolveur récursif, les redirecteurs et les redirecteurs conditionnels.
|
||||
- Prise en charge DNSSEC de tous les protocoles de transport DNS pris en charge, y compris les protocoles DNS cryptés (DoT, DoH et DoH JSON).
|
||||
- Fonctionnalité de masquage CNAME pour bloquer les noms de domaine résolus en CNAME qui sont bloqués.
|
||||
- Hébergez vous-même vos noms de domaine sur votre propre serveur DNS.
|
||||
- Prise en charge des sous-domaines génériques.
|
|
@ -1,3 +0,0 @@
|
|||
## Limitations
|
||||
|
||||
Requires a full dedicated domain.
|
Binary file not shown.
Before Width: | Height: | Size: 557 KiB |
BIN
doc/screenshots/screenshot.png
Normal file
BIN
doc/screenshots/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 489 KiB |
|
@ -6,7 +6,7 @@ id = "technitium-dns"
|
|||
name = "Technitium DNS"
|
||||
description.en = "Block ads & malware at DNS level for your entire network! Self host a DNS server for privacy & security"
|
||||
|
||||
version = "11.3.0~ynh2"
|
||||
version = "12.1.0~ynh1"
|
||||
|
||||
maintainers = ["Navan Chauhan"]
|
||||
|
||||
|
@ -23,11 +23,14 @@ fund = "https://patreon.com/technitium"
|
|||
yunohost = ">= 11.2"
|
||||
architectures = ["amd64", "arm64", "armhf"]
|
||||
multi_instance = false
|
||||
|
||||
ldap = false
|
||||
|
||||
sso = false
|
||||
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
|
||||
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||||
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
||||
[install]
|
||||
[install.domain]
|
||||
|
@ -39,20 +42,20 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://download.technitium.com/dns/archive/11.3/DnsServerPortable.tar.gz"
|
||||
sha256 = "316290e7ea1c79a856498e7c780ad83a5cc63603f9fb5dee5a22fda42c1689af"
|
||||
url = "https://download.technitium.com/dns/archive/12.1/DnsServerPortable.tar.gz"
|
||||
sha256 = "1b4336c6e601640dd75d768fb38a4bac99b300c6d52618aa21202fb82c37899a"
|
||||
in_subdir = false
|
||||
# Careful, this autoupdate does not put the right asset, it only serves as a notification!
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
autoupdate.asset = "tarball"
|
||||
|
||||
[resources.sources.dotnet]
|
||||
amd64.url = "https://download.visualstudio.microsoft.com/download/pr/cd076f88-c72a-411d-8d7c-a5ed352dce9c/fd020c0de8e056bb5c4a7ef6d1d983d4/aspnetcore-runtime-7.0.16-linux-x64.tar.gz"
|
||||
amd64.sha256 = "7ceb03d3b508e68cbe38618037266a37ea7aa4373c1d07991d9499aba16d6dad"
|
||||
arm64.url = "https://download.visualstudio.microsoft.com/download/pr/9aca092c-f9c0-48d7-a01f-3c1c2eaac903/01b345ddecc7a90d5c99d016fa5180a6/aspnetcore-runtime-7.0.9-linux-arm64.tar.gz"
|
||||
arm64.sha256 = "8dc8e5d1373189547aa716c578f9b29afcd7d8d94fd1208650d0809b3af9388b"
|
||||
armhf.url = "https://download.visualstudio.microsoft.com/download/pr/3463b963-3438-43db-84eb-e660956c99d6/b8486eb997e3991c5c04800ae8665cc2/aspnetcore-runtime-7.0.9-linux-arm.tar.gz"
|
||||
armhf.sha256 = "581bdd9ccef0209cd6ec6b9ff172142eefd9f09332ac98814705af3f91b068ae"
|
||||
amd64.url = "https://download.visualstudio.microsoft.com/download/pr/ce31d92b-b514-4f9c-843b-29c466871369/b332eba5641cbc6eed1e3a98480972d2/aspnetcore-runtime-8.0.6-linux-x64.tar.gz"
|
||||
amd64.sha256 = "d4f8ce14e12aba9ca970c15c1ce09486bffc930fe05d4520678763562ca6b48b"
|
||||
arm64.url = "https://download.visualstudio.microsoft.com/download/pr/ccdcbb70-a5e9-4753-b6e3-4461ce56a69d/240803fc1ffba38ab3603778c03e9b87/aspnetcore-runtime-8.0.6-linux-arm64.tar.gz"
|
||||
arm64.sha256 = "2d03221eb786ad84b865aa5eca84ad79bb2e8cde57e96cac9e0c4edaaec14c0f"
|
||||
armhf.url = "https://download.visualstudio.microsoft.com/download/pr/c27a9707-8627-43d3-837e-fa144bab2984/40f243e656752b87ff033e568d49b510/aspnetcore-runtime-8.0.6-linux-arm.tar.gz"
|
||||
armhf.sha256 = "b621a6cee65890a123bbf6282fc23190a8abe12af76279a1aa799b0e82f814bf"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Reference in a new issue