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-08-12 01:26:42 +02:00
.github Add templates 2021-06-04 16:26:13 +02:00
conf Moar tweaking/cleaning x_x 2024-01-02 17:46:35 +01:00
doc Update DESCRIPTION_fr.md: grammar typo >_> 2024-07-10 20:09:21 +02:00
scripts Update _common.sh: only display a warning when people are reverseproxying to an external IP 2024-01-12 17:23:36 +01:00
ALL_README.md Auto-update READMEs 2024-08-11 22:08:02 +00:00
LICENSE Add AGPL3+ licence and improve manifest 2018-05-26 10:27:44 +02:00
manifest.toml Bump package version 2024-08-12 00:44:42 +02:00
README.md Auto-update READMEs 2024-08-11 22:44:45 +00:00
README_es.md Auto-update READMEs 2024-08-11 22:44:45 +00:00
README_eu.md Auto-update READMEs 2024-08-11 22:44:45 +00:00
README_fr.md Auto-update READMEs 2024-08-11 22:44:45 +00:00
README_gl.md Auto-update READMEs 2024-08-11 22:44:45 +00:00
README_id.md Auto-update READMEs 2024-08-11 22:44:45 +00:00
README_it.md Auto-update README 2024-03-29 07:20:39 +01:00
README_zh_Hans.md Auto-update READMEs 2024-08-11 22:44:45 +00:00
tests.toml Merp 2024-01-06 18:12:31 +01:00

Redirect for YunoHost

Integration level Working status Maintenance status

Install Redirect with YunoHost

Read this README in other languages.

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.

There two typical use cases are covered:

  • basic, explicit redirection : this is a "virtual" app tile that just redirects to another url or external website using HTTP code 302
  • reverse-proxy : create an app tile to expose an app listening on a specific port, typically something that you manually installed (with or without Docker) locally or on another machine.

Shipped version: 2.0~ynh4

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