Git Product home page Git Product logo

beef's People

Contributors

cnotin avatar ilyaglow 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

beef's Issues

It seems image cannot be built in November 2019

Hi ! I used the latest built image from dockerhub that works very well 👍however it seems it cannot be built anymore, some ruby dependency crashing. Sorry I cant help any further I'm no ruby expert :/

How to reproduce

Try to build the image, see logs

Username cannot be set

the example start script tries to set the username to login, but this does not work - the username to use still is "beef".

docker run -itd \
           --name=beef \
           -p 3000:3000 \
           -p 6789:6789 \
           -p 61985:61985 \
           -p 61986:61986 \
           -e BEEF_USER=customuser \   <=== this has no effect
           -e BEEF_PASSWORD=custompassphrase \
           ilyaglow/beef

Not a big think - just wanted to let you know.

Thanks for the working dockerfile!

Base image on Alpine

It seems that the therubyracer issue with libv8 gem became irrelevant, so I can migrate to alpine-based ruby.

The current base image candidate is ruby:2.3-alpine.

Password is regenerated when restarting container

Thanks for this nice image :)

The random password generation feature is a nice addition!
But I just noticed that a new password is generated every time the container is re-started (docker restart beef) and displayed in the console. However it is not changed in the config file because the default "beef" value is not present anymore:

sed -i "s/passwd: \"beef\"/passwd: \"$BEEF_PASSWORD\"/" config.yaml

Two options:

  1. do not re-generate password if already changed
  2. properly reset in the config file

Having a new, new password is annoying (since the previous one was already strong and random) so I'll suggest soon a PR for 1.

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.