Skip to content

dopos/dcape-app-sopds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dcape-app-sopds

GitHub Release GitHub code size in bytes GitHub license

sopds application package for dcape.

Docker image used

Features

This project contains

Usage

  • OPDS-version: http:///opds/
  • HTTP-version: http:///

Requirements

Install

By mouse (deploy with drone)

  1. Gitea: Fork or mirror this repo in your Git service
  2. Drone: Activate repo
  3. Gitea: "Test delivery", config sample will be saved to enfist
  4. Enfist: Edit config and remove .sample from name
  5. Gitea: "Test delivery" again (or Drone: "Restart") - app will be installed and started on webhook host

By hands

git clone --single-branch --depth 1 https://github.com/dopos/dcape-app-sopds.git
cd dcape-app-sopds
make config
... <edit .env.sample>
mv .env.sample .env
make up

Upgrade

git pull
make config
... <check .env.sample>
mv .env.sample .env
make up

License

The MIT License (MIT), see LICENSE.

Copyright (c) 2021 Aleksey Kovrizhkin lekovr+dopos@gmail.com