Skip to content

Commit 02660f5

Browse files
authored
Update README.md
1 parent a4f74c7 commit 02660f5

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
![enter image description here](https://media.licdn.com/dms/image/v2/D4E12AQGgAUYFTIrFZw/article-cover_image-shrink_720_1280/article-cover_image-shrink_720_1280/0/1726585268186?e=1732147200&v=beta&t=eev1lBpfWriMsXW84kuLGA1OvKxz3ahOdWi-kcRs-8Q)
23
# Wake on LAN on Steroids for your HomeLab
34
![enter image description here](https://media.licdn.com/dms/image/v2/D4E12AQF6AW53XmHJKQ/article-inline_image-shrink_1500_2232/article-inline_image-shrink_1500_2232/0/1726568056394?e=1732147200&v=beta&t=ewBC8EpUBnNUM3v8IaNtCi9PfXQsgsXlUNNOoI1CrhI)
@@ -63,13 +64,20 @@ While **cloud** is getting more and more common, having solutions for us that we
6364
- **Docker**
6465

6566
- **Certificate or OpenSSL Self-Signed Certificate**
67+
- **Maven**
6668

6769

6870

6971

7072
### Let's start with a basic setup (we will secure, dockerize... later)
7173

72-
We are going to first copy our "**wol.jar"** file to a folder in our Linux box and switch to that folder
74+
We are going to first **build** our project and generate our jar file using **maven**.
75+
Make sure to have **maven in your PATH**.
76+
We will possition ourselves at the **root of our project** and run:
77+
78+
> mvn clean install -DskipTests
79+
80+
Then we will copy our generated "**wol.jar"** file to a folder in our Linux box and switch to that folder
7381

7482
![](https://media.licdn.com/dms/image/v2/D4E12AQGSZ3uBdJobKg/article-inline_image-shrink_400_744/article-inline_image-shrink_400_744/0/1726571623901?e=1732147200&v=beta&t=7EBZgbBgvYvj5J9ga7Slj2cH7-ZJuKTxwYi_Z2-Xkow)
7583

@@ -190,7 +198,7 @@ So, since I have a connection already configured to the same device I am deployi
190198
![enter image description here](https://media.licdn.com/dms/image/v2/D4E12AQGQnkl1yvIRWQ/article-inline_image-shrink_1500_2232/article-inline_image-shrink_1500_2232/0/1726576686635?e=1732147200&v=beta&t=UFr-WcVB3Y270kKTjHO0L5TNgGCV-Z7OUuxwBeCaboQ)
191199
I will just click on **Run Tunnel** to establish a tunnel that **secures the connection** towards the WoL Web Panel:
192200
![enter image description here](https://media.licdn.com/dms/image/v2/D4E12AQGiaxP14nGn0w/article-inline_image-shrink_1500_2232/article-inline_image-shrink_1500_2232/0/1726576674745?e=1732147200&v=beta&t=yTXBwhiUqH1f1v4CVRz6fzAKavRZ6B6gHJ1qbvXkFa8)
193-
![](https://media.licdn.com/dms/image/v2/D4E12AQHiFqGyBy4SHg/article-inline_image-shrink_1000_1488/article-inline_image-shrink_1000_1488/0/1726574878318?e=1732147200&v=beta&t=NXs2m8-05mjsn17ilS1dNQnK4GzFoN87ooaIrILCWKE)
201+
![Shutdown Enabled](https://github.com/user-attachments/assets/fe450184-f923-455e-b830-9ed1f77e7e4b)
194202

195203

196204

0 commit comments

Comments
 (0)