mirror of
https://github.com/YunoHost-Apps/directorylister_ynh.git
synced 2024-09-03 18:26:02 +02:00
Merge pull request #8 from YunoHost-Apps/ci-auto-update-4.2.0
This commit is contained in:
commit
8d898f641b
9 changed files with 71 additions and 9 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)
|
||||
|
|
|
@ -30,7 +30,7 @@ Directory Lister is the easiest way to expose the contents of any web-accessible
|
|||
- Multi-lingual
|
||||
|
||||
|
||||
**Shipped version:** 4.1.0~ynh1
|
||||
**Shipped version:** 4.2.0~ynh1
|
||||
|
||||
**Demo:** <https://demo.directorylister.com/>
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ Directory Lister is the easiest way to expose the contents of any web-accessible
|
|||
- Multi-lingual
|
||||
|
||||
|
||||
**Versión actual:** 4.1.0~ynh1
|
||||
**Versión actual:** 4.2.0~ynh1
|
||||
|
||||
**Demo:** <https://demo.directorylister.com/>
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ Directory Lister is the easiest way to expose the contents of any web-accessible
|
|||
- Multi-lingual
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 4.1.0~ynh1
|
||||
**Paketatutako bertsioa:** 4.2.0~ynh1
|
||||
|
||||
**Demoa:** <https://demo.directorylister.com/>
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ Directory Lister est le moyen le plus simple d'exposer le contenu de n'importe q
|
|||
- Multilingue
|
||||
|
||||
|
||||
**Version incluse :** 4.1.0~ynh1
|
||||
**Version incluse :** 4.2.0~ynh1
|
||||
|
||||
**Démo :** <https://demo.directorylister.com/>
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ Directory Lister is the easiest way to expose the contents of any web-accessible
|
|||
- Multi-lingual
|
||||
|
||||
|
||||
**Versión proporcionada:** 4.1.0~ynh1
|
||||
**Versión proporcionada:** 4.2.0~ynh1
|
||||
|
||||
**Demo:** <https://demo.directorylister.com/>
|
||||
|
||||
|
|
61
README_id.md
Normal file
61
README_id.md
Normal file
|
@ -0,0 +1,61 @@
|
|||
<!--
|
||||
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Ini TIDAK boleh diedit dengan tangan.
|
||||
-->
|
||||
|
||||
# Directory Lister untuk YunoHost
|
||||
|
||||
[![Tingkat integrasi](https://dash.yunohost.org/integration/directorylister.svg)](https://ci-apps.yunohost.org/ci/apps/directorylister/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/directorylister.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/directorylister.maintain.svg)
|
||||
|
||||
[![Pasang Directory Lister dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=directorylister)
|
||||
|
||||
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
||||
|
||||
> *Paket ini memperbolehkan Anda untuk memasang Directory Lister 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
|
||||
|
||||
Directory Lister is the easiest way to expose the contents of any web-accessible folder for browsing and sharing. With a zero configuration, drag-and-drop installation you'll be up and running in less than a minute.
|
||||
|
||||
### Features
|
||||
|
||||
- Simple installation
|
||||
- Light and dark themes
|
||||
- Custom sort ordering
|
||||
- File search
|
||||
- File hashes
|
||||
- Readme rendering
|
||||
- Zip downloads
|
||||
- Multi-lingual
|
||||
|
||||
|
||||
**Versi terkirim:** 4.2.0~ynh1
|
||||
|
||||
**Demo:** <https://demo.directorylister.com/>
|
||||
|
||||
## Tangkapan Layar
|
||||
|
||||
![Tangkapan Layar pada Directory Lister](./doc/screenshots/Screenshot.png)
|
||||
|
||||
## Dokumentasi dan sumber daya
|
||||
|
||||
- Website aplikasi resmi: <https://www.directorylister.com/>
|
||||
- Dokumentasi admin resmi: <https://docs.directorylister.com/>
|
||||
- Repositori kode aplikasi hulu: <https://github.com/DirectoryLister/DirectoryLister>
|
||||
- Gudang YunoHost: <https://apps.yunohost.org/app/directorylister>
|
||||
- Laporkan bug: <https://github.com/YunoHost-Apps/directorylister_ynh/issues>
|
||||
|
||||
## Info developer
|
||||
|
||||
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/directorylister_ynh/tree/testing).
|
||||
|
||||
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/directorylister_ynh/tree/testing --debug
|
||||
atau
|
||||
sudo yunohost app upgrade directorylister -u https://github.com/YunoHost-Apps/directorylister_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|
|
@ -30,7 +30,7 @@ Directory Lister is the easiest way to expose the contents of any web-accessible
|
|||
- Multi-lingual
|
||||
|
||||
|
||||
**分发版本:** 4.1.0~ynh1
|
||||
**分发版本:** 4.2.0~ynh1
|
||||
|
||||
**演示:** <https://demo.directorylister.com/>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "Directory Lister"
|
|||
description.en = "Expose the contents of any web-accessible folder for browsing and sharing"
|
||||
description.fr = "Exposez le contenu de n'importe quel dossier accessible sur le Web pour la navigation et le partage"
|
||||
|
||||
version = "4.1.0~ynh1"
|
||||
version = "4.2.0~ynh1"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
@ -56,8 +56,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.sources.main]
|
||||
in_subdir = false
|
||||
url = "https://github.com/DirectoryLister/DirectoryLister/releases/download/4.1.0/DirectoryLister-4.1.0.tar.gz"
|
||||
sha256 = "94d462f5097cba7c362ce33b841bb8975f5f6553ebfdb0ac4b36c4b4b8760d00"
|
||||
url = "https://github.com/DirectoryLister/DirectoryLister/releases/download/4.2.0/DirectoryLister-4.2.0.tar.gz"
|
||||
sha256 = "71f935bd949551b2ffd4f9286bacce16a50534dd1d8e713a1c424c13b6ce9bb0"
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset = "DirectoryLister-.*\\.tar\\.gz"
|
||||
|
|
Loading…
Reference in a new issue