diff --git a/ALL_README.md b/ALL_README.md index 152f2e7..4ed64dd 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -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) diff --git a/README.md b/README.md index 1912bae..41da3e4 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/README_es.md b/README_es.md index 78147b1..2623be0 100644 --- a/README_es.md +++ b/README_es.md @@ -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: diff --git a/README_eu.md b/README_eu.md index 598c38f..411cb49 100644 --- a/README_eu.md +++ b/README_eu.md @@ -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: diff --git a/README_fr.md b/README_fr.md index 9dc9f5f..b6e55af 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 l’app : diff --git a/README_gl.md b/README_gl.md index e0ad052..c9d38a8 100644 --- a/README_gl.md +++ b/README_gl.md @@ -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: diff --git a/README_id.md b/README_id.md new file mode 100644 index 0000000..1e196a9 --- /dev/null +++ b/README_id.md @@ -0,0 +1,45 @@ + + +# 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: +- Gudang YunoHost: +- Laporkan bug: + +## 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:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 321f641..055770c 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -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 ## 文档与资源 - 官方应用网站: diff --git a/manifest.toml b/manifest.toml index e7562e7..5bf1fa6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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