From 242017f398150145049b871497a7512c7fc818c4 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 19 Jun 2018 01:41:10 +0200 Subject: [PATCH] Add instructions to add a new subdomain --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0bfea8d..fc3c932 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,14 @@ Test it's working `wget -q -O - http://127.0.0.1:5000/test/someDomain.nohost.me` +Adding a new subdomain +---------------------- + +- Add the domain in `DOMAINS` in dynette.rb +- Restart dynette (and/or thin ?) +- Check that https://dynette.tld/domains actually shows the new domain +- Test adding a new domain from YunoHost + Troobleshooting ---------------