first commit

This commit is contained in:
Raven Scott
2026-07-11 19:01:46 -04:00
commit acc2042f82
84 changed files with 13094 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#0f1117</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file not shown.

After

Width:  |  Height:  |  Size: 994 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

+13
View File
@@ -0,0 +1,13 @@
{
"name": "PearDock",
"short_name": "PearDock",
"description": "Decentralized Docker management on the Holepunch stack",
"start_url": "/",
"display": "standalone",
"background_color": "#0f1117",
"theme_color": "#2dd4bf",
"icons": [
{ "src": "/assets/favicons/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/assets/favicons/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
]
}