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
|
||||
; Manifest
|
||||
domain="domain.tld"
|
||||
path="/path"
|
||||
path="/"
|
||||
is_public=1
|
||||
language="fr"
|
||||
admin="john"
|
||||
password="1Strong-Password"
|
||||
port="666"
|
||||
port="5380"
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
setup_sub_dir=0
|
||||
setup_root=1
|
||||
setup_nourl=0
|
||||
setup_private=1
|
||||
|
|
|
@ -12,11 +12,11 @@
|
|||
"license": "free",
|
||||
"website": "https://technitium.com/dns/",
|
||||
"demo": "https://demo.example.com",
|
||||
"admindoc": "https://yunohost.org/packaging_apps",
|
||||
"userdoc": "https://yunohost.org/apps",
|
||||
"code": "https://some.forge.com/example/example"
|
||||
"admindoc": "https://technitium.com/dns/help.html",
|
||||
"userdoc": "https://technitium.com/dns/help.html",
|
||||
"code": "https://github.com/TechnitiumSoftware/DnsServer"
|
||||
},
|
||||
"license": "free",
|
||||
"license": "GPL-3.0-only",
|
||||
"maintainer": {
|
||||
"name": "Navan Chauhan",
|
||||
"email": "technitiumdns@navan.email"
|
||||
|
|
Loading…
Add table
Reference in a new issue