1
0
Fork 0
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:
Éric Gaspar 2023-11-02 23:27:49 +01:00
parent 14e1d450b3
commit 77fd86c09e

View file

@ -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]