Skip to content

haukot/english_reader

Repository files navigation

Reader for English books

BEWARE! This project I made for myself, it's vanilla Javascript project written in the fast&dirty way.

Works only with .txt files.

Installation

  1. Copy and fill hosts and vars for deploy
$ cd deploy
$ cp hosts.example.ini hosts.ini
$ cp group_vars/all.example.yml group_vars/all.yml
  1. After server setup create htpasswd file(on server)
$ sudo sh -c "echo -n user:' >> /etc/nginx/.htpasswd"
$ sudo sh -c "openssl passwd -apr1 >> /etc/nginx/.htpasswd"
# will ask for password
  1. Setup ssl certificate(needed for support offline feature), e.g. with letsencrypt(certbot). Like
$ sudo certbot --nginx

The nginx config waits for them in the folder /etc/letsencrypt/live/{{ nginx__host }}/

About

Reader for English books

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published