Giter VIP home page Giter VIP logo

Comments (2)

rentasad avatar rentasad commented on July 28, 2024

I tried also to install it self-hosted aind failed also.
For your test my Dockerfile:

FROM ubuntu:latest
VOLUME app /app

ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Minsk
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
ENV NODE_PATH /install/node_modules/
ENV PATH /install/node_modules/.bin:$PATH
RUN apt update && apt install -y locales software-properties-common git npm && rm -rf /var/lib/apt/lists/* \
    && localedef -i de_DE -c -f UTF-8 -A /usr/share/locale/locale.alias de_DE.UTF-8
ENV LANG de_DE.utf8


WORKDIR /app
EXPOSE 8080
COPY app/package*.json ./
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
EXPOSE 8080

My Run Command is
sudo docker run -it --rm --name keevault -v /home/gustini/dockerFiles/keevault/app:/app gustini/keevault2

But I don't know which ports I have to bind. Netstat dont give me a listen port.
Is there a web frontend?
Is there only a Backend for requests and I need a separate client?
Please help!

from keevault.

luckyrat avatar luckyrat commented on July 28, 2024

Kee Vault is not designed to be run with a custom or self-hosted backend for orchestrating access to kdbx files. If you're developing enhancements to the PWA it should be pretty easy to see where you can make changes to back-end communication and in 99% of cases you won't need to talk to the backend at all because you can just use the demo kdbx file, potentially modifying it using KeePass or another kdbx editor if there is some feature that it does not adequately demonstrate.

If you want to discuss such development, please consider using the community forum for a faster response: https://forum.kee.pm

from keevault.

Related Issues (5)

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.