2021-08-05 17:28:35 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
# Vikunja for YunoHost
2023-02-09 11:29:29 +01:00
[![Integration level ](https://dash.yunohost.org/integration/vikunja.svg )](https://dash.yunohost.org/appci/app/vikunja) ![Working status ](https://ci-apps.yunohost.org/ci/badges/vikunja.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/vikunja.maintain.svg )
2021-08-05 17:28:42 +02:00
[![Install Vikunja with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=vikunja)
2021-08-05 17:28:35 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2021-08-05 17:28:42 +02:00
> *This package allows you to install Vikunja quickly and simply on a YunoHost server.
2021-08-05 17:28:35 +02:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
## Overview
2022-01-16 14:01:42 +01:00
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
2021-08-05 17:28:35 +02:00
2023-02-09 12:04:59 +01:00
**Shipped version:** 0.20.2~ynh1
2021-08-05 17:28:35 +02:00
2021-08-05 17:28:42 +02:00
**Demo:** https://try.vikunja.io/login
2021-08-05 17:28:35 +02:00
## Screenshots
2022-06-13 12:44:44 +02:00
![Screenshot of Vikunja ](./doc/screenshots/kanban.png )
2021-08-05 17:28:35 +02:00
## Disclaimers / important information
## Configuration
2022-08-28 13:13:58 +02:00
You can configure Vikunja with the config panels in the webadmin or by editing this file `/opt/vikunja/config.yml` using the [documentation ](https://vikunja.io/docs/config-options/ ).
2021-08-05 17:28:35 +02:00
2021-08-05 17:28:42 +02:00
The API is accesible with this path: https://domain.ltd/api/v1/docs
2021-08-05 17:28:35 +02:00
## Documentation and resources
2022-06-13 12:44:44 +02:00
* Official app website: < https: // vikunja . io />
* Official admin documentation: < https: // vikunja . io / docs />
* Upstream app code repository: < https: // kolaente . dev / vikunja />
* YunoHost documentation for this app: < https: // yunohost . org / app_vikunja >
* Report a bug: < https: // github . com / YunoHost-Apps / vikunja_ynh / issues >
2021-08-05 17:28:35 +02:00
## Developer info
2021-08-05 17:28:42 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/vikunja_ynh/tree/testing ).
2021-08-05 17:28:35 +02:00
To try the testing branch, please proceed like that.
2022-06-13 12:44:44 +02:00
``` bash
2021-08-05 17:28:42 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/vikunja_ynh/tree/testing --debug
2021-08-05 17:28:35 +02:00
or
2021-08-05 17:28:42 +02:00
sudo yunohost app upgrade vikunja -u https://github.com/YunoHost-Apps/vikunja_ynh/tree/testing --debug
2021-08-05 17:28:35 +02:00
```
2022-06-13 12:44:44 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >