mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
commit
aacf42dddf
4 changed files with 4 additions and 6 deletions
|
@ -27,7 +27,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms.
|
||||||
- CalDAV
|
- CalDAV
|
||||||
- Links
|
- Links
|
||||||
|
|
||||||
**Shipped version:** 0.21.0~ynh3
|
**Shipped version:** 0.21.0~ynh4
|
||||||
|
|
||||||
**Demo:** https://try.vikunja.io/login
|
**Demo:** https://try.vikunja.io/login
|
||||||
|
|
||||||
|
@ -40,7 +40,6 @@ Vikunja is a self-hosted open-source to-do list application for all platforms.
|
||||||
* Official app website: <https://vikunja.io/>
|
* Official app website: <https://vikunja.io/>
|
||||||
* Official admin documentation: <https://vikunja.io/docs/>
|
* Official admin documentation: <https://vikunja.io/docs/>
|
||||||
* Upstream app code repository: <https://kolaente.dev/vikunja/>
|
* 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>
|
* Report a bug: <https://github.com/YunoHost-Apps/vikunja_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
|
@ -27,7 +27,7 @@ Vikunja est une application de liste de tâches Open Source auto-hébergée pour
|
||||||
- CalDAV
|
- CalDAV
|
||||||
- Links
|
- Links
|
||||||
|
|
||||||
**Version incluse :** 0.21.0~ynh3
|
**Version incluse :** 0.21.0~ynh4
|
||||||
|
|
||||||
**Démo :** https://try.vikunja.io/login
|
**Démo :** https://try.vikunja.io/login
|
||||||
|
|
||||||
|
@ -40,7 +40,6 @@ Vikunja est une application de liste de tâches Open Source auto-hébergée pour
|
||||||
* Site officiel de l’app : <https://vikunja.io/>
|
* Site officiel de l’app : <https://vikunja.io/>
|
||||||
* Documentation officielle de l’admin : <https://vikunja.io/docs/>
|
* Documentation officielle de l’admin : <https://vikunja.io/docs/>
|
||||||
* Dépôt de code officiel de l’app : <https://kolaente.dev/vikunja/>
|
* Dépôt de code officiel de l’app : <https://kolaente.dev/vikunja/>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_vikunja>
|
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/vikunja_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/vikunja_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
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/).
|
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/).
|
||||||
|
|
||||||
|
|
||||||
The API is accesible with this path: https://__DOMAIN__/api/v1/docs
|
The API is accesible with this path: https://__DOMAIN__/api/v1/docs
|
|
@ -5,7 +5,7 @@ name = "Vikunja"
|
||||||
description.en = "Self-hosted To-Do list application"
|
description.en = "Self-hosted To-Do list application"
|
||||||
description.fr = "Application de liste de tâches auto-hébergée"
|
description.fr = "Application de liste de tâches auto-hébergée"
|
||||||
|
|
||||||
version = "0.21.0~ynh3"
|
version = "0.21.0~ynh4"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -73,6 +73,7 @@ ram.runtime = "50M"
|
||||||
api.url = "/api"
|
api.url = "/api"
|
||||||
api.show_tile = false
|
api.show_tile = false
|
||||||
api.allowed = "visitors"
|
api.allowed = "visitors"
|
||||||
|
api.auth_header = false
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "postgresql"
|
packages = "postgresql"
|
||||||
|
|
Loading…
Add table
Reference in a new issue