Domani connects your domain to whatever you want to host on it, all with no account needed
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
domani/config-dev.yml.tpl

18 lines
436 B

# This is an example configuration file intended for use in development.
domain:
store_dir_path: /tmp/domani_dev_env/domain
builtin_domains:
domani-test.localhost:
kind: git
url: https://code.betamike.com/micropelago/domani.git
branch_name: main
add_path_prefix: static
public: true
service:
passphrase: foobar
dns_records:
- kind: A
addr: 127.0.0.1
- kind: AAAA
addr: ::1