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
- Host: GitHub
- URL: https://github.com/emimontesdeoca/toshokan
- Owner: emimontesdeoca
- License: apache-2.0
- Created: 2022-09-25T19:46:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T19:19:13.000Z (over 3 years ago)
- Last Synced: 2025-01-15T13:56:45.360Z (over 1 year ago)
- Topics: blazor, docker, dotnet, manga
- Language: HTML
- Homepage:
- Size: 115 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.