1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/redirect_ynh.git synced 2024-09-03 20:16:10 +02:00

Merge pull request #58 from YunoHost-Apps/testing

Testing 2.0~ynh4
This commit is contained in:
OniriCorpe 2024-08-12 01:26:42 +02:00 committed by GitHub
commit 783a2e4a45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 54 additions and 7 deletions

View file

@ -5,4 +5,5 @@
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)

View file

@ -23,7 +23,7 @@ There two typical use cases are covered:
- **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~ynh3
**Shipped version:** 2.0~ynh4
## Documentation and resources
- Official app website: <https://en.wikipedia.org/wiki/Reverse_proxy>

View file

@ -23,7 +23,7 @@ There two typical use cases are covered:
- **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.
**Versión actual:** 2.0~ynh3
**Versión actual:** 2.0~ynh4
## Documentaciones y recursos
- Sitio web oficial: <https://en.wikipedia.org/wiki/Reverse_proxy>

View file

@ -23,7 +23,7 @@ There two typical use cases are covered:
- **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.
**Paketatutako bertsioa:** 2.0~ynh3
**Paketatutako bertsioa:** 2.0~ynh4
## Dokumentazioa eta baliabideak
- Aplikazioaren webgune ofiziala: <https://en.wikipedia.org/wiki/Reverse_proxy>

View file

@ -23,7 +23,7 @@ Ces deux cas d'usage sont gérés:
- **reverse-proxy** : créer une tuile pour une application locale qui écoute sur un port donné, typiquement quelque chose que vous avez installé manuellement (avec ou sans Docker), sur cette machine ou sur une autre machine.
**Version incluse:** 2.0~ynh3
**Version incluse:** 2.0~ynh4
## Documentations et ressources
- Site officiel de lapp: <https://en.wikipedia.org/wiki/Reverse_proxy>

View file

@ -23,7 +23,7 @@ There two typical use cases are covered:
- **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.
**Versión proporcionada:** 2.0~ynh3
**Versión proporcionada:** 2.0~ynh4
## Documentación e recursos
- Web oficial da app: <https://en.wikipedia.org/wiki/Reverse_proxy>

45
README_id.md Normal file
View file

@ -0,0 +1,45 @@
<!--
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Ini TIDAK boleh diedit dengan tangan.
-->
# Redirect untuk YunoHost
[![Tingkat integrasi](https://dash.yunohost.org/integration/redirect.svg)](https://ci-apps.yunohost.org/ci/apps/redirect/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/redirect.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/redirect.maintain.svg)
[![Pasang Redirect dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=redirect)
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
> *Paket ini memperbolehkan Anda untuk memasang Redirect secara cepat dan mudah pada server YunoHost.*
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
## Ringkasan
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.
**Versi terkirim:** 2.0~ynh4
## Dokumentasi dan sumber daya
- Website aplikasi resmi: <https://en.wikipedia.org/wiki/Reverse_proxy>
- Gudang YunoHost: <https://apps.yunohost.org/app/redirect>
- Laporkan bug: <https://github.com/YunoHost-Apps/redirect_ynh/issues>
## Info developer
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/redirect_ynh/tree/testing).
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/redirect_ynh/tree/testing --debug
atau
sudo yunohost app upgrade redirect -u https://github.com/YunoHost-Apps/redirect_ynh/tree/testing --debug
```
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>

View file

@ -23,7 +23,7 @@ There two typical use cases are covered:
- **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.
**分发版本:** 2.0~ynh3
**分发版本:** 2.0~ynh4
## 文档与资源
- 官方应用网站: <https://en.wikipedia.org/wiki/Reverse_proxy>

View file

@ -7,7 +7,7 @@ name = "Redirect"
description.en = "Create a redirection or a proxy to another path"
description.fr = "Créer une redirection ou un proxy vers un autre emplacement"
version = "2.0~ynh3"
version = "2.0~ynh4"
maintainers = []
@ -60,3 +60,4 @@ ram.runtime = "50M"
[resources.permissions]
main.url = "/"
main.auth_header = false