Coder Social home page Coder Social logo

bakalarka-general's Introduction

Docker deployment of TLSInventory

You can deploy your own instance of TLSInventory using the following steps or use existing public instance tlsinventory.com.

Docker deployment

Install using

# git clone https://github.com/BorysekOndrej/bakalarka-general.git
git clone https://github.com/TLSInventory/Docker.git
cd Docker/config
cp backend/dist.env backend/.env
cp frontend/dist.env frontend/.env
cp sslyze_rq/dist.env sslyze_rq/.env

# Manual steps:
# Replace all config values, which are uncommented and contain value FILL_MANUALY

# For backend/.env thats: (double commented values are optional)

# SERVER_PUBLIC_URL=FILL_MANUALLY
# JWT_SECRET_KEY=FILL_MANUALLY_AT_LEAST_90_CHARS
# # SLACK_API_TOKEN=xoxb-FILL_MANUALLY
# # SLACK_CLIENT_ID=FILL_MANUALLY
# # SLACK_CLIENT_SECRET=FILL_MANUALLY
# SENSOR_COLLECTOR_KEY=FILL_MANUALLY


# For sslyze_rq/.env it is:
# SENSOR_COLLECTOR_KEY=FILL_MANUALLY

# For nginx/nginx.conf it is:
# server_name            FILL_MANUALLY


# Then run:
# docker-compose up --build -d

Update using:

docker-compose pull
docker-compose up --build -d # --remove-orphans
# docker image prune  # Optional: This removes all dangling images. Not just the ones from this project.

bakalarka-general's People

Contributors

borysekondrej avatar

Watchers

James Cloos avatar  avatar

bakalarka-general's Issues

Not able to sign-up in public instance

Hello,

I'm currently doing a reader's review on your Bachelor's thesis. I wanted to go through the public instance on tlsinventory.com, maybe test some sites, etc. Sadly, I'm not able to register with the service. Submitting the registration form does not seem to trigger any actions. Please let me know if this is a known issue, and if you intend to fix this soonish.

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.