1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cac-proxy_ynh.git synced 2024-09-03 18:16:07 +02:00

Merge pull request #2 from YunoHost-Apps/dev

For testing
This commit is contained in:
Gérard Collin 2023-01-18 16:05:19 +01:00 committed by GitHub
commit 558e517527
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 13 deletions

View file

@ -17,6 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Cookie Aware Cors Proxy is an http proxy letting the browser itself manages cookies and redirects.
Most other cores proxy directly respond to redirects, and doesn't send cookies, thus breaking the flow.
With Cookie Aware Cors Proxy, you can call a website not supporting CORS from your own web application, and get the html result.
### Features
@ -29,9 +30,7 @@ With Cookie Aware Cors Proxy, you can call a website not supporting CORS from yo
## Screenshots
![Screenshot of Cors Proxy](./doc/screenshots/document-edit.png)
![Screenshot of Cors Proxy](./doc/screenshots/collection-view.png)
![Screenshot of Cors Proxy](./doc/screenshots/databases-view.png)
![Screenshot of Cors Proxy](./doc/screenshots/fnac-logs.png)
## Disclaimers / important information

View file

@ -5,18 +5,19 @@ It shall NOT be edited by hand.
# Cors Proxy pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/cac-proxy.svg)](https://dash.yunohost.org/appci/app/cac-proxy) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/cac-proxy.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/cac-proxy.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/cac-proxy.svg)](https://dash.yunohost.org/appci/app/cac-proxy) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/cac-proxy.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/cac-proxy.maintain.svg)
[![Installer Cors Proxy avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cac-proxy)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Cors Proxy 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.*
> *Ce package vous permet dinstaller Cors Proxy rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble
## Vue densemble
Cookie Aware Cors Proxy is an http proxy letting the browser itself manages cookies and redirects.
Most other cores proxy directly respond to redirects, and doesn't send cookies, thus breaking the flow.
With Cookie Aware Cors Proxy, you can call a website not supporting CORS from your own web application, and get the html result.
### Features
@ -27,11 +28,9 @@ With Cookie Aware Cors Proxy, you can call a website not supporting CORS from yo
**Version incluse :** 1.0~ynh1
## Captures d'écran
## Captures décran
![Capture d'écran de Cors Proxy](./doc/screenshots/document-edit.png)
![Capture d'écran de Cors Proxy](./doc/screenshots/collection-view.png)
![Capture d'écran de Cors Proxy](./doc/screenshots/databases-view.png)
![Capture décran de Cors Proxy](./doc/screenshots/fnac-logs.png)
## Avertissements / informations importantes
@ -42,7 +41,7 @@ With Cookie Aware Cors Proxy, you can call a website not supporting CORS from yo
## Documentations et ressources
* Dépôt de code officiel de l'app : <https://github.com/gcollin/cookie-aware-cors-proxy>
* Dépôt de code officiel de lapp : <https://github.com/gcollin/cookie-aware-cors-proxy>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_cac-proxy>
* Signaler un bug : <https://github.com/YunoHost-Apps/cac-proxy_ynh/issues>
@ -58,4 +57,4 @@ ou
sudo yunohost app upgrade cac-proxy -u https://github.com/YunoHost-Apps/cac-proxy_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -1,5 +1,6 @@
Cookie Aware Cors Proxy is an http proxy letting the browser itself manages cookies and redirects.
Most other cores proxy directly respond to redirects, and doesn't send cookies, thus breaking the flow.
With Cookie Aware Cors Proxy, you can call a website not supporting CORS from your own web application, and get the html result.
### Features

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB