https://github.com/kareadita/kavitaupdate
Update server for Kavita
https://github.com/kareadita/kavitaupdate
Last synced: 5 months ago
JSON representation
Update server for Kavita
- Host: GitHub
- URL: https://github.com/kareadita/kavitaupdate
- Owner: Kareadita
- License: gpl-3.0
- Created: 2021-07-01T18:49:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T03:37:35.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T12:45:42.567Z (8 months ago)
- Language: C#
- Size: 50.8 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kavita Update Server
This is the update API of [https://github.com/Kareadita/Kavita](https://github.com/Lidarr/Lidarr). The API is forked from [Radarr's update server](https://github.com/Radarr/RadarrAPI.Update)
## Development
If you want to work on **KavitaUpdate**, make sure you have [.NET 5.0 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.0) installed and [Visual Studio 2019 v16.3](https://www.visualstudio.com/vs).
## Using Docker
If you would like to use the docker setup we have for this project, follow these directions:
- Setup Environment Variables
- Make sure you set an environment variable PRIOR to running docker-compose up called `MYSQL_ROOT_PASSWORD` OR
- Setup and .env file or another way of passing variables as documented here: [Docker Compose](https://docs.docker.com/compose/environment-variables/#the-env-file)
The most important thing is the `ApiKey`, the rest can be used **AS-IS**, but if the ApiKey is not set, fetching updates from AppVeyor and Github will not function correctly.