diff --git a/manifest.toml b/manifest.toml index 5c85b64..f60d79b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -37,6 +37,7 @@ ram.runtime = "50M" type = "select" choices.redirect = "Explicit redirection (HTTP 302). Redirect people to another URL." choices.reverseproxy = "Reverse-proxy (nginx proxy_pass). Expose an app, typically that you manually installed (with or without Docker) locally or an another machine." + default = "redirect" [install.target] ask.en = "Target"