1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/redirect_ynh.git synced 2024-09-03 20:16:10 +02:00
Redirection app for YunoHost
Find a file
2024-01-02 17:46:25 +01:00
.github Add templates 2021-06-04 16:26:13 +02:00
conf Zbmlgrerg 2024-01-02 17:46:15 +01:00
doc v2 2023-09-26 21:36:36 +02:00
scripts Zbmlgrerg 2024-01-02 17:46:15 +01:00
LICENSE Add AGPL3+ licence and improve manifest 2018-05-26 10:27:44 +02:00
manifest.toml Zbmlgrerg 2024-01-02 17:46:15 +01:00
README.md Zbmlgrerg 2024-01-02 17:46:15 +01:00
README_fr.md Zbmlgrerg 2024-01-02 17:46:15 +01:00
tests.toml Update tests.toml 2024-01-02 17:46:25 +01:00

Redirect for YunoHost

Integration level Working status Maintenance status

Install Redirect with YunoHost

Lire ce readme en français.

This package allows you to install Redirect quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

This application allows to integrate a custom tile in YunoHost's user portal. Typical use cases include:

  • visible 301/302 redirect : having a "virtual" app tile that's just a redirection to another url or external website
  • invisible redirect / reverse-proxy : creating an app tile for a local app listening on a specific port, or a Docker container, or an app hosted on another machine

In technical terms: this app only adds a NGINX configuration snippet with either redirect or proxy_pass rule, and a YunoHost tile + appropriate SSOwat configuration.

Shipped version: 2.0~ynh1

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/redirect_ynh/tree/testing --debug
or
sudo yunohost app upgrade redirect -u https://github.com/YunoHost-Apps/redirect_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps