We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The quickstart goes like this:
To begin using WireHole, clone the repository and start the containers:
#!/bin/bash
git clone https://github.com/IAmStoxe/wirehole.git
cd wirehole
cp .env.example .env nano .env # Or use any text editor of your choice to edit the .env file
sed -i "s/REPLACE_ME_WITH_YOUR_PUBLIC_IP/$(curl -s ifconfig.me)/g" docker-compose.yml
docker compose up Remember to set secure passwords for WGUI_SESSION_SECRET, WGUI_PASSWORD, and WEBPASSWORD in your .env file.
I'm unable to find the text REPLACE_ME_WITH_YOUR_PUBLIC_IP in the docker compose file.
REPLACE_ME_WITH_YOUR_PUBLIC_IP
Am I missing something?
The text was updated successfully, but these errors were encountered:
It should be in the .env file.
Sorry, something went wrong.
There isn't REPLACE_ME on .env file.
00dcbef
No branches or pull requests
The quickstart goes like this:
Quickstart
To begin using WireHole, clone the repository and start the containers:
#!/bin/bash
Clone the WireHole repository from GitHub
git clone https://github.com/IAmStoxe/wirehole.git
Change directory to the cloned repository
cd wirehole
Update the .env file with your configuration
cp .env.example .env
nano .env # Or use any text editor of your choice to edit the .env file
Replace the public IP placeholder in the docker-compose.yml
sed -i "s/REPLACE_ME_WITH_YOUR_PUBLIC_IP/$(curl -s ifconfig.me)/g" docker-compose.yml
Start the Docker containers
docker compose up
Remember to set secure passwords for WGUI_SESSION_SECRET, WGUI_PASSWORD, and WEBPASSWORD in your .env file.
I'm unable to find the text
REPLACE_ME_WITH_YOUR_PUBLIC_IP
in the docker compose file.Am I missing something?
The text was updated successfully, but these errors were encountered: