mirror of
https://github.com/YunoHost-Apps/couchpotato_ynh.git
synced 2024-09-03 18:16:22 +02:00
Merge pull request #22 from YunoHost-Apps/autopatch-http_host
[autopatch] Fix Host and X-Forwarded-For header spoofing
This commit is contained in:
commit
0ad7b57162
3 changed files with 21 additions and 11 deletions
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# CouchPotato for YunoHost
|
# CouchPotato for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/couchpotato)  
|
[](https://dash.yunohost.org/appci/app/couchpotato)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=couchpotato)
|
[](https://install-app.yunohost.org/?app=couchpotato)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
@ -29,6 +30,10 @@ Download movies automatically, easily and in the best quality as soon as they ar
|
||||||
* Integrates automatically with [transmission_ynh](https://github.com/YunoHost-Apps/transmission_ynh) (or tries to...),
|
* Integrates automatically with [transmission_ynh](https://github.com/YunoHost-Apps/transmission_ynh) (or tries to...),
|
||||||
* Integrates [YunoHost multimedia](https://github.com/YunoHost-Apps/yunohost.multimedia) folder structure
|
* Integrates [YunoHost multimedia](https://github.com/YunoHost-Apps/yunohost.multimedia) folder structure
|
||||||
|
|
||||||
|
## :red_circle: Antifeatures
|
||||||
|
|
||||||
|
- **Package not maintained**: This YunoHost package is not maintained and needs adoption.
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://couchpota.to>
|
* Official app website: <https://couchpota.to>
|
||||||
|
|
23
README_fr.md
23
README_fr.md
|
@ -5,34 +5,39 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# CouchPotato pour YunoHost
|
# CouchPotato pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/couchpotato)  
|
[](https://dash.yunohost.org/appci/app/couchpotato)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=couchpotato)
|
[](https://install-app.yunohost.org/?app=couchpotato)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer CouchPotato rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d’installer CouchPotato rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
Download movies automatically, easily and in the best quality as soon as they are available.
|
Download movies automatically, easily and in the best quality as soon as they are available.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 3.0.1~ynh4
|
**Version incluse :** 3.0.1~ynh4
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d’écran
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
* Integrates automatically with [transmission_ynh](https://github.com/YunoHost-Apps/transmission_ynh) (or tries to...),
|
* Integrates automatically with [transmission_ynh](https://github.com/YunoHost-Apps/transmission_ynh) (or tries to...),
|
||||||
* Integrates [YunoHost multimedia](https://github.com/YunoHost-Apps/yunohost.multimedia) folder structure
|
* Integrates [YunoHost multimedia](https://github.com/YunoHost-Apps/yunohost.multimedia) folder structure
|
||||||
|
|
||||||
|
## :red_circle: Fonctions indésirables
|
||||||
|
|
||||||
|
- **Package not maintained**: This YunoHost package is not maintained and needs adoption.
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : <https://couchpota.to>
|
* Site officiel de l’app : <https://couchpota.to>
|
||||||
* Dépôt de code officiel de l'app : <https://github.com/CouchPotato/CouchPotatoServer>
|
* Dépôt de code officiel de l’app : <https://github.com/CouchPotato/CouchPotatoServer>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_couchpotato>
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_couchpotato>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/couchpotato_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/couchpotato_ynh/issues>
|
||||||
|
|
||||||
|
@ -48,4 +53,4 @@ ou
|
||||||
sudo yunohost app upgrade couchpotato -u https://github.com/YunoHost-Apps/couchpotato_ynh/tree/testing --debug
|
sudo yunohost app upgrade couchpotato -u https://github.com/YunoHost-Apps/couchpotato_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -4,7 +4,7 @@ location __PATH__/ {
|
||||||
proxy_pass_header Server;
|
proxy_pass_header Server;
|
||||||
proxy_pass http://127.0.0.1:__PORT__;
|
proxy_pass http://127.0.0.1:__PORT__;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_set_header X-Scheme $scheme;
|
proxy_set_header X-Scheme $scheme;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
|
Loading…
Add table
Reference in a new issue