mirror of
https://github.com/YunoHost-Apps/technitium-dns_ynh.git
synced 2024-09-03 20:26:36 +02:00
updated docs
This commit is contained in:
parent
e3581bac3d
commit
11ef688f4b
2 changed files with 7 additions and 15 deletions
|
@ -1,20 +1,12 @@
|
||||||
# See here for more information
|
|
||||||
# https://github.com/YunoHost/package_check#syntax-check_process-file
|
|
||||||
|
|
||||||
# Move this file from check_process.default to check_process when you have filled it.
|
|
||||||
|
|
||||||
;; Test complet
|
;; Test complet
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="domain.tld"
|
domain="domain.tld"
|
||||||
path="/path"
|
path="/"
|
||||||
is_public=1
|
is_public=1
|
||||||
language="fr"
|
port="5380"
|
||||||
admin="john"
|
|
||||||
password="1Strong-Password"
|
|
||||||
port="666"
|
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=1
|
setup_sub_dir=0
|
||||||
setup_root=1
|
setup_root=1
|
||||||
setup_nourl=0
|
setup_nourl=0
|
||||||
setup_private=1
|
setup_private=1
|
||||||
|
|
|
@ -12,11 +12,11 @@
|
||||||
"license": "free",
|
"license": "free",
|
||||||
"website": "https://technitium.com/dns/",
|
"website": "https://technitium.com/dns/",
|
||||||
"demo": "https://demo.example.com",
|
"demo": "https://demo.example.com",
|
||||||
"admindoc": "https://yunohost.org/packaging_apps",
|
"admindoc": "https://technitium.com/dns/help.html",
|
||||||
"userdoc": "https://yunohost.org/apps",
|
"userdoc": "https://technitium.com/dns/help.html",
|
||||||
"code": "https://some.forge.com/example/example"
|
"code": "https://github.com/TechnitiumSoftware/DnsServer"
|
||||||
},
|
},
|
||||||
"license": "free",
|
"license": "GPL-3.0-only",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "Navan Chauhan",
|
"name": "Navan Chauhan",
|
||||||
"email": "technitiumdns@navan.email"
|
"email": "technitiumdns@navan.email"
|
||||||
|
|
Loading…
Add table
Reference in a new issue