mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
add new features in README.md
This commit is contained in:
parent
a0deb72ce7
commit
32a376b9d3
2
Docker/.redstyled.yaml
Normal file
2
Docker/.redstyled.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
enabled: false
|
|
@ -5,7 +5,7 @@ WORKDIR /home/
|
|||
|
||||
RUN apt-get update
|
||||
|
||||
RUN apt-get install -y git && \
|
||||
RUN apt-get install --no-install-recommends -y git && \
|
||||
apt-get install --no-install-recommends -y python3.7 && \
|
||||
apt-get install -y python3-pip && \
|
||||
apt-get install --no-install-recommends -y php && \
|
||||
|
|
|
@ -5,17 +5,17 @@
|
|||
![Maintainer](https://img.shields.io/badge/Maintainer-Equinockx-success?style=plastic&logo=terraform)
|
||||
|
||||
|
||||
# Runnin within container
|
||||
## Runnin within container
|
||||
|
||||
![running](https://github.com/MoisesTapia/HiddenEye/blob/Docker/Docker/images/start.png)
|
||||
![link](https://github.com/MoisesTapia/HiddenEye/blob/Docker/Docker/images/URL.png)
|
||||
|
||||
# Requeriments
|
||||
## Requeriments
|
||||
|
||||
- [X] Docker
|
||||
- [X] docker-compose
|
||||
|
||||
# Usage Mode
|
||||
## Usage Mode
|
||||
|
||||
Clone the repo from Github
|
||||
```bash
|
||||
|
@ -43,7 +43,7 @@ docker-compose exec hidden python3 HiddenEye.py
|
|||
```
|
||||
![exec](https://github.com/MoisesTapia/HiddenEye/blob/Docker/Docker/images/executing.png)
|
||||
|
||||
# Persist Data
|
||||
## Persist Data
|
||||
|
||||
When we make or buils the service with `docker-compose up --build -d` this persist the data templates in the same folder `WebTemplate`.
|
||||
If you add the new Template in `WbeTemplate` this will be reflected in the container and you can use it.
|
||||
|
@ -52,21 +52,21 @@ To add WebTemplate you juste need add them in this folder and done
|
|||
- [X] `equinockx~/Webtemplate$ cp * Docker/Webtemplate`
|
||||
- [X] WebTemplate
|
||||
|
||||
# First Start the services
|
||||
## First Start the services
|
||||
|
||||
```bash
|
||||
docker-compose up --build -d
|
||||
```
|
||||
# Down the container
|
||||
## Down the container
|
||||
```bash
|
||||
docker-compose down
|
||||
```
|
||||
# Stop the services
|
||||
## Stop the services
|
||||
|
||||
```bash
|
||||
docker-compose stop
|
||||
```
|
||||
# Start the services
|
||||
## Start the services
|
||||
|
||||
With this command docker-compose will initialize the service stopped
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user