An open API service indexing awesome lists of open source software.

https://github.com/emimontesdeoca/toshokan

An app that stores manga with automated updates, notifications, built in reader and more
https://github.com/emimontesdeoca/toshokan

blazor docker dotnet manga

Last synced: about 2 months ago
JSON representation

An app that stores manga with automated updates, notifications, built in reader and more

Awesome Lists containing this project

README

          




Toshokan



About
An app that stores manga with automated updates, notifications, built in reader and more


## Prerequisites

* docker
* dotnet6

## Installation

These are the steps to deploy Toshokan to docker
1. Install dotnet
```sh
sudo apt-get update && sudo apt-get install -y dotnet6
```
2. Set https certificate
```sh
dotnet dev-certs https --clean && dotnet dev-certs https -t
```
1. Clone the repo
```sh
git clone https://github.com/emimontesdeoca/Toshokan.git
```
3. Build the containers
```sh
docker-compose up -d
```

## Usage

TODO

## License

Distributed under the Apache license. See `LICENSE` for more information.