fix: clarify api and frontend in download
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2024-04-12 23:33:29 +02:00
parent 1faccc3708
commit 4d89346db0
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 6 additions and 14 deletions

View File

@ -19,28 +19,20 @@ 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. 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. [Check out this docs article](https://vikunja.io/docs/versions/) to learn more.
## API-Server ## Vikunja
If you want to host Vikunja, you have to install this. Vikunja is distributed as a single binary, bundling the frontend and api into one.
You can get all api releases from [our download server](https://dl.vikunja.io/api/). You can get all releases from [our download server](https://dl.vikunja.io/vikunja/).
You can also [get the source code](https://code.vikunja.io/api) and compile it yourself. You can also [get the source code](https://code.vikunja.io/vikunja) and compile it yourself.
Instructions on how to do this can be found [here](https://vikunja.io/docs/build-from-sources/#api). Instructions on how to do this can be found [here](https://vikunja.io/docs/build-from-sources/).
The api is available as `.deb`, `.apk` (alpine) and `.rpm` package. The api is available as binary for all usual platforms and `.deb`, `.apk` (alpine) and `.rpm` package for easy installation on systems.
Just look for the files in the respective release folder. Just look for the files in the respective release folder.
[A docker image](https://vikunja.io/docs/full-docker-example/) is available as well. [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 [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 ## Desktop apps
The frontend is available as standalone desktop app. The frontend is available as standalone desktop app.