Giter Club home page Giter Club logo

e-book-manager's Introduction

E-Book Manager

To store EPUB ebooks on a server, sort and filter them.

Docker image can be found here: https://hub.docker.com/r/afrima/e-book-manager

To start, the following environment variables are needed:

variables for what?
GIN_MODE set to release
dbUser dbUser
dbName name of the database
dbPassword dbPassword
dbAddress postgres DB url or ip with port
dbPort port from the db
user Optional if you want to have a basic login
password Optional if you want to have a basic login

tl;dr

services:
  server:
    image: afrima/e-book-manager:latest
    restart: on-failure
    ports:
      - "443:8080"
    environment:
      GIN_MODE: "release"
      dbPassword: "super-secret"
      dbUser: "postgres"
      dbAddress: "db"
      dbPort: "5432"
      dbName: "ebooks"
    volumes:
      - book-data:/home/appuser/upload/
    depends_on:
      - "db"
  db:
    image: postgres:latest
    restart: on-failure
    environment:
      POSTGRES_PASSWORD: "super-secret"
      POSTGRES_USER: "postgres"
      POSTGRES_DB: "ebooks"
    ports:
      - "5432:5432"
    volumes:
      - book-db:/var/lib/postgresql/data

volumes:
  book-data:
    external: false
  book-db:
    external: false

e-book-manager's People

Contributors

mathieu-keller avatar renovate[bot] avatar

Stargazers

 avatar

Watchers

 avatar

e-book-manager's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

  • fix(deps): bump all non-major dependencies (@typescript-eslint/eslint-plugin, @typescript-eslint/parser, axios, eslint, eslint-plugin-import, eslint-plugin-n, eslint-plugin-solid, gorm.io/gorm, postcss, typescript)

Detected dependencies

dockerfile
docker/Dockerfile
  • alpine 3.18.3
github-actions
.github/workflows/codeql-analysis.yml
  • actions/checkout v3
  • github/codeql-action v2
  • github/codeql-action v2
  • github/codeql-action v2
.github/workflows/dev-build.yml
  • actions/setup-go v4
  • actions/checkout v3
  • actions/setup-go v4
  • actions/checkout v3
  • actions/upload-artifact v3
  • actions/checkout v3
  • actions/cache v3
  • actions/checkout v3
  • actions/cache v3
  • actions/checkout v3
  • actions/cache v3
  • actions/upload-artifact v3
  • actions/checkout v3
  • actions/download-artifact v3
  • geekyeggo/delete-artifact v2
.github/workflows/prod-build.yml
  • actions/setup-go v4
  • actions/checkout v3
  • actions/setup-go v4
  • actions/checkout v3
  • actions/upload-artifact v3
  • actions/checkout v3
  • actions/cache v3
  • actions/checkout v3
  • actions/cache v3
  • actions/checkout v3
  • actions/cache v3
  • actions/upload-artifact v3
  • actions/checkout v3
  • actions/download-artifact v3
  • geekyeggo/delete-artifact v2
gomod
backend/go.mod
  • go 1.21
  • github.com/gin-gonic/contrib v0.0.0-20221130124618-7e01895a63f2@7e01895a63f2
  • github.com/gin-gonic/gin v1.9.1
  • github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646@83c6a9932646
  • golang.org/x/net v0.14.0
  • gorm.io/driver/postgres v1.5.2
  • gorm.io/gorm v1.25.3
npm
frontend/package.json
  • axios ^1.4.0
  • solid-app-router ^0.4.2
  • solid-js ^1.7.11
  • @typescript-eslint/eslint-plugin ^6.3.0
  • @typescript-eslint/parser ^6.3.0
  • autoprefixer ^10.4.15
  • eslint ^8.47.0
  • eslint-config-standard ^17.1.0
  • eslint-plugin-import ^2.28.0
  • eslint-plugin-n ^16.0.1
  • eslint-plugin-promise ^6.1.1
  • eslint-plugin-solid ^0.12.1
  • postcss ^8.4.27
  • tailwindcss ^3.3.3
  • typescript ^5.1.6
  • vite ^4.4.9
  • vite-plugin-solid ^2.7.0

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.