Giter Club home page Giter Club logo

docker-bastillion's People

Contributors

fjoesne avatar jbrummans avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

docker-bastillion's Issues

after add system and authentication by system, refresh will get error

I try to depoly the image. After add system then system will ask to input the password. the icon will change to green after input the right password. If click the refresh button, the icon will change then I need input the password again. If I did not use docker to run bastillion natively, I will not get the error. I try to enable the debug while I can not make the debug work. Any idea for this problem?

wget to releases failed; unsure if it's my config or not

I tried to load this up with the Dockerfile that came with it, but it failed during the first wget.

I updated the ARG section of the dockerfile to this:

ARG BASTILLION_VERSION="3.09.00"
ARG BASTILLION_FILENAME_VERSION="3.09_00"
ARG DOCKERIZE_VERSION="0.6.1"

since those are the latest versions I could find, and then it built.

Is the Dockerfile, or parent host somehow supposed to supply these environment variables?

ENV BASTILLION_VERSION=${BASTILLION_VERSION} \
    BASTILLION_FILENAME=${BASTILLION_FILENAME_VERSION} \
    DOCKERIZE_VERSION=${DOCKERIZE_VERSION}

btw, I'm launching this via docker-compose instead of docker run so I can bundle it with nginx more easily. Not sure if that's relevant or not.

I cloned this repo into the directory and renamed it to "bastillion-docker"

docker-compose.yml:

---
version: '2'

services:
  bastillion:
    container_name: bastillion
    build: bastillion-docker
    volumes:
      - ./keydb:/opt/bastillion/jetty/bastillion/WEB-INF/classes/keydb
    restart: always

  proxy:
    container_name: proxy
    build: proxy
    ports:
      - "80:80"
      - "443:443"
    restart: always
    depends_on:
      - bastillion

The nginx proxy forwards 80-->8080 and 443->8443 but I don't have that part working yet. For now I just want bastillion running, and then I'll customize further for HTTPS, custom SSH keys, etc.

SSL_ERROR_RX_RECORD_TOO_LONG

When I try your directions as given and then attempt to connect via HTTPS as directed I get an SSL error page with the error SSL_ERROR_RX_RECORD_TOO_LONG

I'm not a Docker expert but this doesn't seem to work with your very specific directions given, which I simply followed without modification. Can you update your directions or advise me on reasons why the current directions might not be working?

How can I enable Active Directory authentication?

I have tried adding this:
jaasModule = ldap-ad
in the BastillionConfig.properties.tpl file but it returns an error:

"Error
Uh oh ... Something went wrong! "

Attached the error that appears in the container logs

Thank you very much

bastillion_log

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.