7 Commits

Author SHA1 Message Date
eric_G a8c7dc3136 Merge pull request #17 from YunoHost-Apps/testing
Testing
2024-06-24 18:00:56 +02:00
eric_G 47b395b7ee Merge pull request #15 from YunoHost-Apps/ci-auto-update-12.2.1
Upgrade to v12.2.1
2024-06-24 17:07:37 +02:00
eric_G 7aa327b160 Merge pull request #16 from yunohost-bot/delete-log-removal
[autopatch] Do not delete logs on app removal
2024-06-24 17:07:25 +02:00
Félix Piédallu ebd3dc99f6 Set autoupdate.needs_manual_tweaks = true 2024-06-19 20:13:43 +02:00
Félix Piédallu dcb8a049c0 Fix asset url 2024-06-19 20:13:37 +02:00
yunohost-bot 08a802b328 Auto-update READMEs 2024-06-16 01:46:58 +00:00
yunohost-bot b03b560b3c Upgrade to v12.2.1 2024-06-16 03:46:56 +02:00
7 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ Technitium DNS Server is an open source tool that can be used for blocking Inter
- Wildcard sub domain support. - Wildcard sub domain support.
**Shipped version:** 12.1.0~ynh1 **Shipped version:** 12.2.1~ynh1
## Screenshots ## Screenshots
+1 -1
View File
@@ -33,7 +33,7 @@ Technitium DNS Server is an open source tool that can be used for blocking Inter
- Wildcard sub domain support. - Wildcard sub domain support.
**Versión actual:** 12.1.0~ynh1 **Versión actual:** 12.2.1~ynh1
## Capturas ## Capturas
+1 -1
View File
@@ -33,7 +33,7 @@ Technitium DNS Server is an open source tool that can be used for blocking Inter
- Wildcard sub domain support. - Wildcard sub domain support.
**Paketatutako bertsioa:** 12.1.0~ynh1 **Paketatutako bertsioa:** 12.2.1~ynh1
## Pantaila-argazkiak ## Pantaila-argazkiak
+1 -1
View File
@@ -32,7 +32,7 @@ Technitium DNS Server est un outil open source qui peut être utilisé pour bloq
- Hébergez vous-même vos noms de domaine sur votre propre serveur DNS. - Hébergez vous-même vos noms de domaine sur votre propre serveur DNS.
- Prise en charge des sous-domaines génériques. - Prise en charge des sous-domaines génériques.
**Version incluse:** 12.1.0~ynh1 **Version incluse:** 12.2.1~ynh1
## Captures d’écran ## Captures d’écran
+1 -1
View File
@@ -33,7 +33,7 @@ Technitium DNS Server is an open source tool that can be used for blocking Inter
- Wildcard sub domain support. - Wildcard sub domain support.
**Versión proporcionada:** 12.1.0~ynh1 **Versión proporcionada:** 12.2.1~ynh1
## Capturas de pantalla ## Capturas de pantalla
+1 -1
View File
@@ -33,7 +33,7 @@ Technitium DNS Server is an open source tool that can be used for blocking Inter
- Wildcard sub domain support. - Wildcard sub domain support.
**分发版本:** 12.1.0~ynh1 **分发版本:** 12.2.1~ynh1
## 截图 ## 截图
+4 -3
View File
@@ -7,7 +7,7 @@ name = "Technitium DNS"
description.en = "DNS server for privacy and security" description.en = "DNS server for privacy and security"
description.fr = "Serveur DNS pour la confidentialité et la sécurité" description.fr = "Serveur DNS pour la confidentialité et la sécurité"
version = "12.1.0~ynh1" version = "12.2.1~ynh1"
maintainers = ["Navan Chauhan"] maintainers = ["Navan Chauhan"]
@@ -43,12 +43,13 @@ ram.runtime = "50M"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
url = "https://download.technitium.com/dns/archive/12.1/DnsServerPortable.tar.gz" url = "https://download.technitium.com/dns/archive/12.2.1/DnsServerPortable.tar.gz"
sha256 = "1b4336c6e601640dd75d768fb38a4bac99b300c6d52618aa21202fb82c37899a" sha256 = "8119931c77107331884d445a58a51f7debeea396ae8cb032ce63dffba0d7e8b1"
in_subdir = false in_subdir = false
# Careful, this autoupdate does not put the right asset, it only serves as a notification! # Careful, this autoupdate does not put the right asset, it only serves as a notification!
autoupdate.strategy = "latest_github_tag" autoupdate.strategy = "latest_github_tag"
autoupdate.asset = "tarball" autoupdate.asset = "tarball"
autoupdate.needs_manual_tweaks = true
[resources.sources.dotnet] [resources.sources.dotnet]
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.url = "https://download.visualstudio.microsoft.com/download/pr/ce31d92b-b514-4f9c-843b-29c466871369/b332eba5641cbc6eed1e3a98480972d2/aspnetcore-runtime-8.0.6-linux-x64.tar.gz"