Add a shortcut for setting $domain to <recipe>.<swarm domain> #221
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the problem to be solved
If someone (as they likely do) wants to deploy the app on
<subdomain>.<server>
, e.g.nextcloud.foobar.com
, then this takes a bunch of typing.Describe the solution you would like
Either:
(easy): default "domain" option to
<recipe>.<server>
, e.g.nextcloud.foobar.com
(harder): offer another menu tree asking whether to use a subdomain of the server domain, in which case prompt with default
<recipe>
option, or a different domain entirely.