From 77fd86c09e2103b7c3db464f476c9a7e942fca89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 2 Nov 2023 23:27:49 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 97529a2..25769bf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -44,11 +44,11 @@ ram.runtime = "50M" type = "select" default = "public_302" - [install.redirect_type.choices] - public_302 = "Visible redirect (302, temporary). Everybody will be able to access it." - public_301 = "Visible redirect (301, permanent). Everybody will be able to access it." - public_proxy = "Proxy, invisible (NGINX proxy_pass). Everybody will be able to access it." - private_proxy = "Proxy, invisible (NGINX proxy_pass). Only accessible for allowed users." + #[install.redirect_type.choices] + choices.public_302 = "Visible redirect (302, temporary). Everybody will be able to access it." + choices.public_301 = "Visible redirect (301, permanent). Everybody will be able to access it." + choices.public_proxy = "Proxy, invisible (NGINX proxy_pass). Everybody will be able to access it." + choices.private_proxy = "Proxy, invisible (NGINX proxy_pass). Only accessible for allowed users." [resources] [resources.system_user]