https://github.com/yunohost-apps/reverseproxy_ynh
WIP fork of redirect_ynh
https://github.com/yunohost-apps/reverseproxy_ynh
reverseproxy yunohost yunohost-apps
Last synced: 9 months ago
JSON representation
WIP fork of redirect_ynh
- Host: GitHub
- URL: https://github.com/yunohost-apps/reverseproxy_ynh
- Owner: YunoHost-Apps
- License: agpl-3.0
- Created: 2023-01-07T12:26:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T21:13:16.000Z (over 1 year ago)
- Last Synced: 2024-08-25T18:25:23.015Z (over 1 year ago)
- Topics: reverseproxy, yunohost, yunohost-apps
- Language: Shell
- Size: 126 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reverse Proxy for YunoHost
[](https://dash.yunohost.org/appci/app/reverseproxy)  
[](https://install-app.yunohost.org/?app=reverseproxy)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Reverse Proxy quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
## Overview
This application allows to configure a HTTP(S) reverse proxy to serve another web service, as well as an (optional) static assets directory to serve directly from nginx. The application appears as a tile in the SSOWat panel, unless configured otherwise after install. The access to the application can be made public.
The supported backends are:
- plaintext HTTP to localhost (127.x.x.x)
- HTTPS to any destination
- socket file on local disk
Please be aware that SSOWat sends user credentials in plaintext to the backend, so do not use this application to reverse-proxy a service you don't trust (for example to mirror a site hosted by someone else).
**Shipped version:** 0.2~ynh2
## Documentation and resources
- Official app website:
- YunoHost Store:
- Report a bug:
## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/reverseproxy_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/reverseproxy_ynh/tree/testing --debug
or
sudo yunohost app upgrade reverseproxy -u https://github.com/YunoHost-Apps/reverseproxy_ynh/tree/testing --debug
```
**More info regarding app packaging:**