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 eacc740..8a5229d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms. - CalDAV - Links -**Shipped version:** 0.22.1~ynh1 +**Shipped version:** 0.24.1~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index 16020e6..cfd09bd 100644 --- a/README_es.md +++ b/README_es.md @@ -27,7 +27,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms. - CalDAV - Links -**Versión actual:** 0.22.1~ynh1 +**Versión actual:** 0.24.1~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index ec20e0d..285e84c 100644 --- a/README_eu.md +++ b/README_eu.md @@ -27,7 +27,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms. - CalDAV - Links -**Paketatutako bertsioa:** 0.22.1~ynh1 +**Paketatutako bertsioa:** 0.24.1~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 2778e72..3d16b86 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Vikunja est une application de liste de tâches Open Source auto-hébergée pour - CalDAV - Links -**Version incluse :** 0.22.1~ynh1 +**Version incluse :** 0.24.1~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 15b55d9..df74305 100644 --- a/README_gl.md +++ b/README_gl.md @@ -27,7 +27,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms. - CalDAV - Links -**Versión proporcionada:** 0.22.1~ynh1 +**Versión proporcionada:** 0.24.1~ynh1 **Demo:** diff --git a/README_id.md b/README_id.md new file mode 100644 index 0000000..05306b9 --- /dev/null +++ b/README_id.md @@ -0,0 +1,58 @@ + + +# Vikunja untuk YunoHost + +[![Tingkat integrasi](https://dash.yunohost.org/integration/vikunja.svg)](https://ci-apps.yunohost.org/ci/apps/vikunja/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/vikunja.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/vikunja.maintain.svg) + +[![Pasang Vikunja dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=vikunja) + +*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)* + +> *Paket ini memperbolehkan Anda untuk memasang Vikunja 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 + +Vikunja is a self-hosted open-source to-do list application for all platforms. + +### Features + +- Stay organized +- Collaborate with peers +- Tasks +- Kanban board +- CalDAV +- Links + +**Versi terkirim:** 0.24.1~ynh1 + +**Demo:** + +## Tangkapan Layar + +![Tangkapan Layar pada Vikunja](./doc/screenshots/kanban.png) + +## Dokumentasi dan sumber daya + +- Website aplikasi resmi: +- Dokumentasi admin resmi: +- Repositori kode aplikasi hulu: +- Gudang YunoHost: +- Laporkan bug: + +## Info developer + +Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/vikunja_ynh/tree/testing). + +Untuk mencoba branch `testing`, silakan dilanjutkan seperti: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/vikunja_ynh/tree/testing --debug +atau +sudo yunohost app upgrade vikunja -u https://github.com/YunoHost-Apps/vikunja_ynh/tree/testing --debug +``` + +**Info lebih lanjut mengenai pemaketan aplikasi:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index a3cc34f..3b3bee7 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -27,7 +27,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms. - CalDAV - Links -**分发版本:** 0.22.1~ynh1 +**分发版本:** 0.24.1~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index a3708f1..5d85273 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Vikunja" description.en = "Self-hosted To-Do list application" description.fr = "Application de liste de tâches auto-hébergée" -version = "0.22.1~ynh1" +version = "0.24.1~ynh1" maintainers = [] @@ -17,14 +17,11 @@ admindoc = "https://vikunja.io/docs/" code = "https://kolaente.dev/vikunja/vikunja" [integration] -yunohost = ">= 11.2.12" +yunohost = ">= 11.2.21" architectures = "all" multi_instance = true - ldap = false - sso = false - disk = "50M" ram.build = "1500M" ram.runtime = "50M" @@ -62,8 +59,8 @@ ram.runtime = "50M" format = "zip" [resources.sources.front] - url = "https://dl.vikunja.io/frontend/vikunja-frontend-0.22.1.zip" - sha256 = "8e4145eacb9c2d95a95a43dca2f4dd0fd30ec8934f4562017caf77f3c5f9a277" + url = "https://dl.vikunja.io/frontend/vikunja-frontend-0.24.1.zip" + sha256 = "2278ba1d7f50bf656a771378a7a47434730496fe1867d4d4964020a2e7a713ff" in_subdir = false format = "zip" @@ -83,7 +80,7 @@ ram.runtime = "50M" api.auth_header = false [resources.apt] - packages = "postgresql, redis-server" + packages = "postgresql" [resources.database] type = "postgresql"