-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#55 Load tools and services in an <object> tag
Remove H1 tag in main body for services and tools, they all have a title for their own script so no need to add another
- Loading branch information
1 parent
0b3dd3c
commit fbed5f8
Showing
10 changed files
with
70 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
@layout: | ||
path: /default | ||
pageclass: embedded | ||
|
||
name: Dozzle | ||
title: Joomlatools Server Dozzle | ||
summary: Dozzle for Joomlatools Server | ||
visible: true | ||
--- | ||
|
||
<section class="max-w-7xl mx-auto py-4 px-5 min-h-screen"> | ||
<object type="text/html" data="http://dozzle.localhost/" class="min-h-screen w-full"></object> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
@layout: | ||
path: /default | ||
pageclass: embedded | ||
|
||
name: Mailhog | ||
title: Joomlatools Server Mailhog | ||
summary: Mailhog for managing Joomlatools Server | ||
visible: true | ||
--- | ||
|
||
<section class="max-w-7xl mx-auto py-4 px-5 min-h-screen"> | ||
<object type="text/html" data="http://mailhog.localhost/" class="min-h-screen w-full"></object> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
@layout: | ||
path: /default | ||
pageclass: embedded | ||
|
||
name: Traefik | ||
title: Joomlatools Server Traefik | ||
summary: Traefik for Joomlatools Server | ||
visible: true | ||
--- | ||
|
||
<section class="max-w-7xl mx-auto py-4 px-5 min-h-screen"> | ||
<object type="text/html" data="http://traefik.localhost/" class="min-h-screen w-full"></object> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters