https://github.com/vasyahuyasa/july
OPDS home catalog
https://github.com/vasyahuyasa/july
go lightweight opds server
Last synced: 4 months ago
JSON representation
OPDS home catalog
- Host: GitHub
- URL: https://github.com/vasyahuyasa/july
- Owner: vasyahuyasa
- License: mit
- Created: 2018-09-06T21:20:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T23:25:38.000Z (about 2 years ago)
- Last Synced: 2025-04-08T05:12:17.854Z (8 months ago)
- Topics: go, lightweight, opds, server
- Language: Go
- Size: 48.8 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# july
[](https://github.com/vasyahuyasa/july/)
July is simple OPDS home catalog without any external dependencies. Currntly supported only listing without covers and meta information.
## Install
```shell
$ go get github.com/vasyahuyasa/july/cmd/july
```
## Docker
https://hub.docker.com/r/vasyahuyasa/july
## Basic usage
```shell
Usage of july:
-d string
Root storage directory (default "./")
-drv string
Storage driver (can be local, gdrive, yadisk) (default "local")
-googlecred string
Path to file with secret for google drive driver (default "credentials.json")
-i string
Service network interface (default "0.0.0.0")
-p int
Service port (default 80)
```