mirror of
https://github.com/YunoHost-Apps/redirect_ynh.git
synced 2024-09-03 20:16:10 +02:00
Update manifest.toml
This commit is contained in:
parent
14e1d450b3
commit
77fd86c09e
1 changed files with 5 additions and 5 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue