GithubHelp home page GithubHelp logo

kavitadocker's People

Stargazers

Nicky avatar hazukiaoi avatar  avatar  avatar Shrey Choudhary avatar  avatar  avatar Damodar Lohani avatar Rohitt Vashishtha avatar  avatar Yonni avatar

Watchers

Chris Plaatjes avatar Yonni avatar

kavitadocker's Issues

Running on a Raspberry Pi / ARMv7 build

Would it be possible to get an ARMv7 build to get this running on a RPI4? At least that's what I think what the problem is, when I try tun the nightly image I get an error saying:

ERROR: no matching manifest for linux/arm/v7 in the manifest list entries

Thanks a lot! ^__^

Kavita still tries to run as root despite setting a user

I try to have all my docker containers run as a non-root user for better security, read/write access to my NAS and for simplified backup. However I'm unable to get Kavita to run as my go-to user

$cat docker-compose.yaml
version: '3.9'
services:
  kavita:
	image: kizaing/kavita:nightly
	container_name: kavita
	user: "1000:1000"
	volumes:
	  - /mnt/data:/mnt/data
	  - ./appdata/kavita/temp:/kavita/temp
	  - ./appdata/kavita/cache:/kavita/cache
	  - ./appdata/kavita/data:/kavita/data
	  - ./appdata/kavita/logs:/kavita/logs
	ports:
	  - "5000:5000"
	restart: unless-stopped
	environment:
	  - PUID=1000
	  - PGID=1000

For my other containers setting the user via user or by using the PUID and PGID environment variables works, but not for your docker container. Could you fix this please?

Thanks

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.