feat: update download page, add vja and reword
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2023-02-15 11:01:49 +01:00
parent 1d2cfc52a4
commit 115db79b3e
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 20 additions and 10 deletions

View File

@ -15,32 +15,38 @@ If you find any bugs or other issues, please [report them](https://code.vikunja.
Please also check out [the docs](https://vikunja.io/docs/installing/) for information about how to install Vikunja on your own server.
You can download Vikunja in various forms:
Every part of Vikunja is available as an unstable or release build.
Unstable builds contain the latest changes and features, but are experimental or may contain bugs.
[Check out this docs article](https://vikunja.io/docs/versions/) to learn more.
## Backend (API-Server)
## API-Server
If you want to host Vikunja, you have to install this.
You can get all api releases from [our download server](https://dl.vikunja.io/api/).
Unstable builds contain the latest changes and features, but may be experimental or contain bugs.
You can also [get the source code](https://code.vikunja.io/api) and compile it yourself.
Instructions on how to do this can be found in the repo.
Instructions on how to do this can be found [here](https://vikunja.io/docs/build-from-sources/#api).
The api is available as `.deb`, `.apk` (alpine) and `.rpm` package.
Just look for the files in the respective release folder.
## Frontend (Javascript)
[A docker image](https://vikunja.io/docs/full-docker-example/) is available as well.
## Frontend
You can get all frontend releases from [our download server](https://dl.vikunja.io/frontend/).
You can also [get the source code](https://code.vikunja.io/frontend) and build it yourself. Instructions on how to do this can be found in the repo.
You can also [get the source code](https://code.vikunja.io/frontend) and build it yourself. Instructions on how to do this can be found [here](https://vikunja.io/docs/build-from-sources/#frontend).
[A docker image](https://vikunja.io/docs/full-docker-example/) is available as well.
## Desktop apps
Starting with version 0.15.0, Vikunja's frontend is available as a standalone desktop app for linux and windows devices.
This means you can run it on your desktop without the need to install the frontend.
The frontend is available as standalone desktop app.
This allows to use Vikunja without installing a frontend.
To install it, simply go to [our download server](https://dl.vikunja.io/desktop) choose the latest version (`unstable` for nightly builds) and the right variant for your platform.
To install it, simply go to [our download server](https://dl.vikunja.io/desktop) choose the latest version and the right variant for your platform.
## Mobile apps
@ -50,4 +56,8 @@ We'll publish it to F-Droid and the Google Play Store once the app is feature co
There are no resources to actively support iOS right now. However, you might be able to get it to work with the source code from [GitHub](https://github.com/go-vikunja/app).
We're also always happy to accept pull requests.
## CLI app
There is a third-party cli app, written in Python.
Please check out [the project's repository](https://gitlab.com/ce72/vja) for information on how to install and use it.