WIP fork of redirect_ynh
Find a file
2016-11-23 21:53:14 +01:00
conf Initial commit. 2016-06-20 23:43:51 +02:00
scripts [fix] Save redirect_type default value. #1 2016-11-23 21:53:14 +01:00
manifest.json Revert "[fix] Do not use key/value choices until YunoHost/yunohost-admin/pull/128 is merged and release." 2016-11-23 21:50:38 +01:00
README.md Initial commit. 2016-06-20 23:43:51 +02:00

Redirect App

Create redirect and add a link on user panel. Add a simple Nginx configuration file with redirect or proxy_pass rule. Nothing more.

## Redirect type

### Visible redirect

Visitor's address bar will change. Helpfull to add a user link to another website

you-domain.com -> another-domain.net
you-domain.com/foo -> another-domain.net/bar

## Invisible (proxy) redirect

Visitor's address bar will remain the same. Mostly use to serve local webserver for a personnal application.

you-domain.com/foo -> http://172.0.0.1:8080/app

Credits

Insprired by scith work.