mirror of
https://github.com/YunoHost-Apps/dex_ynh.git
synced 2024-09-03 18:26:22 +02:00
Auto-update READMEs
This commit is contained in:
parent
9bd934cd30
commit
f7c7fd8c08
8 changed files with 61 additions and 6 deletions
|
@ -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)
|
||||
|
|
|
@ -25,7 +25,7 @@ This YunoHost package will install Dex and setup a canonical OpenID Connect prov
|
|||
- Interfaced with YunoHost's LDAP server
|
||||
|
||||
|
||||
**Shipped version:** 2.40.0~ynh1
|
||||
**Shipped version:** 2.41.0~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ This YunoHost package will install Dex and setup a canonical OpenID Connect prov
|
|||
- Interfaced with YunoHost's LDAP server
|
||||
|
||||
|
||||
**Versión actual:** 2.40.0~ynh1
|
||||
**Versión actual:** 2.41.0~ynh1
|
||||
|
||||
## Capturas
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ This YunoHost package will install Dex and setup a canonical OpenID Connect prov
|
|||
- Interfaced with YunoHost's LDAP server
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 2.40.0~ynh1
|
||||
**Paketatutako bertsioa:** 2.41.0~ynh1
|
||||
|
||||
## Pantaila-argazkiak
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ Ce package YunoHost installera Dex et configurera un fournisseur canonique OpenI
|
|||
- Flux d'authentification OpenID Connect entièrement fonctionnel
|
||||
- Interfacé avec le serveur LDAP de YunoHost
|
||||
|
||||
**Version incluse :** 2.40.0~ynh1
|
||||
**Version incluse :** 2.41.0~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ This YunoHost package will install Dex and setup a canonical OpenID Connect prov
|
|||
- Interfaced with YunoHost's LDAP server
|
||||
|
||||
|
||||
**Versión proporcionada:** 2.40.0~ynh1
|
||||
**Versión proporcionada:** 2.41.0~ynh1
|
||||
|
||||
## Capturas de pantalla
|
||||
|
||||
|
|
54
README_id.md
Normal file
54
README_id.md
Normal file
|
@ -0,0 +1,54 @@
|
|||
<!--
|
||||
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Ini TIDAK boleh diedit dengan tangan.
|
||||
-->
|
||||
|
||||
# Dex untuk YunoHost
|
||||
|
||||
[![Tingkat integrasi](https://dash.yunohost.org/integration/dex.svg)](https://ci-apps.yunohost.org/ci/apps/dex/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/dex.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/dex.maintain.svg)
|
||||
|
||||
[![Pasang Dex dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=dex)
|
||||
|
||||
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
||||
|
||||
> *Paket ini memperbolehkan Anda untuk memasang Dex 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
|
||||
|
||||
Dex is an identity service that uses OpenID Connect to drive authentication for other apps.
|
||||
This YunoHost package will install Dex and setup a canonical OpenID Connect provider for your YunoHost instance, based on the LDAP user base, that can then be used as an authentification server for other YunoHost apps.
|
||||
|
||||
### Features
|
||||
|
||||
- Fully working OpenID Connect authentification flow
|
||||
- Interfaced with YunoHost's LDAP server
|
||||
|
||||
|
||||
**Versi terkirim:** 2.41.0~ynh1
|
||||
|
||||
## Tangkapan Layar
|
||||
|
||||
![Tangkapan Layar pada Dex](./doc/screenshots/Dex_screenshot.png)
|
||||
|
||||
## Dokumentasi dan sumber daya
|
||||
|
||||
- Website aplikasi resmi: <https://dexidp.io>
|
||||
- Dokumentasi admin resmi: <https://dexidp.io/docs/>
|
||||
- Depot kode aplikasi hulu: <https://github.com/dexidp/dex>
|
||||
- Gudang YunoHost: <https://apps.yunohost.org/app/dex>
|
||||
- Laporkan bug: <https://github.com/YunoHost-Apps/dex_ynh/issues>
|
||||
|
||||
## Info developer
|
||||
|
||||
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/dex_ynh/tree/testing).
|
||||
|
||||
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/dex_ynh/tree/testing --debug
|
||||
atau
|
||||
sudo yunohost app upgrade dex -u https://github.com/YunoHost-Apps/dex_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|
|
@ -25,7 +25,7 @@ This YunoHost package will install Dex and setup a canonical OpenID Connect prov
|
|||
- Interfaced with YunoHost's LDAP server
|
||||
|
||||
|
||||
**分发版本:** 2.40.0~ynh1
|
||||
**分发版本:** 2.41.0~ynh1
|
||||
|
||||
## 截图
|
||||
|
||||
|
|
Loading…
Reference in a new issue