Git Product home page Git Product logo

assemblyline-docker-compose's Issues

wrong username and password

Hello,

doing a minimal install.
everything installs great and runs no issue, but when I get to the webgui to log in ...either using either the default creds(admin/admin) or by changing the "./.env & ./config/bootstrap.py" to my own password I get the same "wrong username and password" error.

I installed and ran via
sudo docker-compose pull
sudo docker-compose up -d

thank you

Running docker-compose appliance in network isolated environment

This isn't an issue. I was not sure where else to ask. I was unable to join the discord channel.

Is it possible to run assemblyline in an environment that is firewalled off from the internet? I see that the updater polls registry.hub.docker.com. Could I disable that?

Are there other service dependencies that rely on being able to access the internet?

Enhancement: Add "classification.yml"

Recommend adding "classification.yml" from base to the config directory for both minimal and full, and for all of the docker-compose YAML files that include a volume for config.yml.
These lines should be commented out in the YAML by default, to maintain the current behavior.

Confusing 'latest' Build Images (Updater, Scaler)

The current image name:tag for the privileged builds look like appliance_al_updater:latest and appliance_al_scaler:latest. This does not provide much of an indication of the source of the built images.

I recommend modifying the .env and docker-compose.yaml to provide better naming for the built images for the privileged images, al_scaler and al_updater.

.env:

COMPOSE_PROJECT_NAME=full_appliance

docker-compose.yaml:

  al_scaler:
    build:
      context: privilege-core-image
      args:
        version: ${CORE_VERSION}
        registry: ${REGISTRY}
      cache_from:
        - cccs/assemblyline-core:${CORE_VERSION}
    image: ${COMPOSE_PROJECT_NAME}_al_scaler:${CORE_VERSION}

This creates images like minimal_appliance_al_scaler:4.0.0.stable1, full_appliance_al_scaler:latest, or full_appliance_al_updater:stable, which better convey the provenance of the build.

Some Service is not enabled

Hi,

i installed AssemblyLine (minimal) on an Ubuntu 18.04 Server and some services result disabled.
In particular I am interested in Cuckoo (which is already installed) and Virustotal
How can i enable all of the services?

Here an example

image

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.