1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vikunja_ynh.git synced 2024-09-03 18:06:26 +02:00

Merge pull request #69 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-07-22 16:58:45 +02:00 committed by GitHub
commit e3c10fb15c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 70 additions and 14 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

@ -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:** <https://try.vikunja.io/login>

View file

@ -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:** <https://try.vikunja.io/login>

View file

@ -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:** <https://try.vikunja.io/login>

View file

@ -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:** <https://try.vikunja.io/login>

View file

@ -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:** <https://try.vikunja.io/login>

58
README_id.md Normal file
View file

@ -0,0 +1,58 @@
<!--
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Ini TIDAK boleh diedit dengan tangan.
-->
# 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:** <https://try.vikunja.io/login>
## Tangkapan Layar
![Tangkapan Layar pada Vikunja](./doc/screenshots/kanban.png)
## Dokumentasi dan sumber daya
- Website aplikasi resmi: <https://vikunja.io/>
- Dokumentasi admin resmi: <https://vikunja.io/docs/>
- Repositori kode aplikasi hulu: <https://kolaente.dev/vikunja/vikunja>
- Gudang YunoHost: <https://apps.yunohost.org/app/vikunja>
- Laporkan bug: <https://github.com/YunoHost-Apps/vikunja_ynh/issues>
## 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:** <https://yunohost.org/packaging_apps>

View file

@ -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
**演示:** <https://try.vikunja.io/login>

View file

@ -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"