2017-09-05 17:35:10 +02:00
2017-09-08 20:29:01 +02:00
2017-09-06 12:07:10 +02:00
2017-09-06 12:07:10 +02:00
2017-07-30 20:15:54 +02:00
2017-09-08 20:29:01 +02:00
2017-09-06 12:36:28 +02:00

go-bouquins

Bouquins in Go

TODO

  • translations
  • tests
  • auth downloads
  • csrf

Minify JS

https://www.danstools.com/javascript-minify/

Deployment archive

tar czf ~/tmp/go-bouquins.tar.gz go-bouquins assets/ templates/

Configuration

JSON config file: default ./bouquins.json, or binary argument

Example:

{
  "calibre-path": "/usr/home/meutel/data/calibre",
  "bind-address": ":8080",
  "prod": true
}

Options:

  • calibre-path path to calibre data
  • db-path path to calibre SQLite database (default /metadata.db)
  • bind-address HTTP socket bind address
  • prod (boolean) use minified javascript/CSS
Description
Calibre web frontend, Go (golang)
https://bouquins.meutel.net Readme 3.3 MiB
Version 0.1.8 Latest
2019-09-28 16:10:31 +00:00
Languages
JavaScript 79.9%
CSS 9.8%
Go 7.7%
HTML 2.5%
Dockerfile 0.1%