Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vasyahuyasa/july
OPDS home catalog
https://github.com/vasyahuyasa/july
go lightweight opds server
Last synced: about 2 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T23:25:38.000Z (about 1 year ago)
- Last Synced: 2024-06-20T03:43:19.842Z (7 months ago)
- Topics: go, lightweight, opds, server
- Language: Go
- Size: 48.8 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# july
[![Scc Count Badge](https://sloc.xyz/github/vasyahuyasa/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)
```