Skip to content

Commit 035ba4c

Browse files
committed
Added WoL Web panel to personal projects.
Signed-off-by: elmodo7 <elmodo7yt@gmail.com>
1 parent 907b6db commit 035ba4c

File tree

3 files changed

+57
-5
lines changed

3 files changed

+57
-5
lines changed

static/data/personal_projects.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,58 @@
238238
"title": "<b>RAM Optimizer</b>",
239239
"url": "",
240240
"page": "personal_projects/ram_optimizer.html"
241+
},
242+
{
243+
"badges": [
244+
{
245+
"color": "badge-info",
246+
"name": "API"
247+
},
248+
{
249+
"color": "badge-primary",
250+
"name": "Web"
251+
},
252+
{
253+
"color": "badge-dark",
254+
"name": "JS"
255+
},
256+
{
257+
"color": "badge-dark",
258+
"name": "Bootstrap"
259+
},
260+
{
261+
"color": "badge-dark",
262+
"name": "Linux"
263+
},
264+
{
265+
"color": "badge-dark",
266+
"name": "Java"
267+
},
268+
{
269+
"color": "badge-dark",
270+
"name": "Docker"
271+
}
272+
],
273+
"date": "2024/09/17",
274+
"description": "<b>Remotely manage your devices's power status</b> via Wake on LAN with a convenient web panel",
275+
"id": 5,
276+
"img": "static/img/personal_projects/wol_web_api/article.png",
277+
"ribbon": {
278+
"color": "bg-success",
279+
"name": "Public"
280+
},
281+
"tags": [
282+
"automation",
283+
"java",
284+
"api",
285+
"spring",
286+
"springboot",
287+
"ssl",
288+
"docker",
289+
"rest"
290+
],
291+
"title": "<b>WoL Web Panel + API REST</b>",
292+
"url": "https://www.linkedin.com/pulse/wake-lan-steroids-your-homelab-v%C3%ADctor-santiago-mart%C3%ADnez-picardo-s8qje/",
293+
"page": ""
241294
}
242295
]
96.1 KB
Loading

upcoming_content.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,6 @@ <h1 id="pending">Pending</h1>
202202
<label for="customCheckbox33" class="custom-control-label">Japanese Tool</label>
203203
</div>
204204

205-
<div class="custom-control custom-checkbox">
206-
<input class="custom-control-input" type="checkbox" id="customCheckbox34">
207-
<label for="customCheckbox34" class="custom-control-label">WakeOnLan Tool</label>
208-
</div>
209-
210205
<div class="custom-control custom-checkbox">
211206
<input class="custom-control-input" type="checkbox" id="customCheckbox35">
212207
<label for="customCheckbox35" class="custom-control-label">Creating a Game Trainer</label>
@@ -408,6 +403,10 @@ <h2 id="discarded">Discarded:</h2>
408403
<h2>In Progress:</h2>
409404
</div>
410405
<ul>
406+
<div class="custom-control custom-checkbox">
407+
<input class="custom-control-input" type="checkbox" id="customCheckbox34">
408+
<label for="customCheckbox34" class="custom-control-label">Wake on LAN Web Panel + REST API</label>
409+
</div>
411410
<div class="custom-control custom-checkbox">
412411
<input class="custom-control-input custom-control-input-warning custom-control-input-outline" type="checkbox" id="inProgressCheck1" checked="" disabled>
413412
<label for="inProgressCheck1" class="custom-control-label">No article is being written at the moment</label>

0 commit comments

Comments
 (0)