Initial commit: docker compose config
Release Docker multi arch / docker (push) Has been cancelled
Test Install Script / Test Script Syntax (push) Has been cancelled
Test Install Script / Test on almalinux-10 (default) (push) Has been cancelled
Test Install Script / Test on almalinux-10 (root) (push) Has been cancelled
Test Install Script / Test on almalinux-8 (default) (push) Has been cancelled
Test Install Script / Test on almalinux-8 (root) (push) Has been cancelled
Test Install Script / Test on almalinux-9 (default) (push) Has been cancelled
Test Install Script / Test on almalinux-9 (root) (push) Has been cancelled
Test Install Script / Test on amazonlinux-2 (default) (push) Has been cancelled
Test Install Script / Test on amazonlinux-2 (root) (push) Has been cancelled
Test Install Script / Test on debian-11 (default) (push) Has been cancelled
Test Install Script / Test on debian-11 (root) (push) Has been cancelled
Test Install Script / Test on debian-12 (default) (push) Has been cancelled
Test Install Script / Test on debian-12 (root) (push) Has been cancelled
Test Install Script / Test on debian-13 (default) (push) Has been cancelled
Test Install Script / Test on debian-13 (root) (push) Has been cancelled
Test Install Script / Test on fedora-latest (default) (push) Has been cancelled
Test Install Script / Test on fedora-latest (root) (push) Has been cancelled
Test Install Script / Test on rocky-10 (default) (push) Has been cancelled
Test Install Script / Test on rocky-10 (root) (push) Has been cancelled
Test Install Script / Test on rocky-8 (default) (push) Has been cancelled
Test Install Script / Test on rocky-8 (root) (push) Has been cancelled
Test Install Script / Test on rocky-9 (default) (push) Has been cancelled
Test Install Script / Test on rocky-9 (root) (push) Has been cancelled
Test Install Script / Test on ubuntu-22.04 (default) (push) Has been cancelled
Test Install Script / Test on ubuntu-22.04 (root) (push) Has been cancelled
Test Install Script / Test on ubuntu-24.04 (default) (push) Has been cancelled
Test Install Script / Test on ubuntu-24.04 (root) (push) Has been cancelled

This commit is contained in:
2026-05-30 12:07:11 +00:00
commit 616c6b1c62
381 changed files with 55145 additions and 0 deletions
+149
View File
@@ -0,0 +1,149 @@
package template
import (
_ "embed"
)
//go:embed pages/apple-splash-1125-2436.jpg
var Applesplash11252436jpg []byte
//go:embed pages/apple-splash-1136-640.jpg
var Applesplash1136640jpg []byte
//go:embed pages/apple-splash-1170-2532.jpg
var Applesplash11702532jpg []byte
//go:embed pages/apple-splash-1242-2208.jpg
var Applesplash12422208jpg []byte
//go:embed pages/apple-splash-1242-2688.jpg
var Applesplash12422688jpg []byte
//go:embed pages/apple-splash-1284-2778.jpg
var Applesplash12842778jpg []byte
//go:embed pages/apple-splash-1334-750.jpg
var Applesplash1334750jpg []byte
//go:embed pages/apple-splash-1536-2048.jpg
var Applesplash15362048jpg []byte
//go:embed pages/apple-splash-1620-2160.jpg
var Applesplash16202160jpg []byte
//go:embed pages/apple-splash-1668-2224.jpg
var Applesplash16682224jpg []byte
//go:embed pages/apple-splash-1668-2388.jpg
var Applesplash16682388jpg []byte
//go:embed pages/apple-splash-1792-828.jpg
var Applesplash1792828jpg []byte
//go:embed pages/apple-splash-2048-1536.jpg
var Applesplash20481536jpg []byte
//go:embed pages/apple-splash-2048-2732.jpg
var Applesplash20482732jpg []byte
//go:embed pages/apple-splash-2160-1620.jpg
var Applesplash21601620jpg []byte
//go:embed pages/apple-splash-2208-1242.jpg
var Applesplash22081242jpg []byte
//go:embed pages/apple-splash-2224-1668.jpg
var Applesplash22241668jpg []byte
//go:embed pages/apple-splash-2388-1668.jpg
var Applesplash23881668jpg []byte
//go:embed pages/apple-splash-2436-1125.jpg
var Applesplash24361125jpg []byte
//go:embed pages/apple-splash-2532-1170.jpg
var Applesplash25321170jpg []byte
//go:embed pages/apple-splash-2688-1242.jpg
var Applesplash26881242jpg []byte
//go:embed pages/apple-splash-2732-2048.jpg
var Applesplash27322048jpg []byte
//go:embed pages/apple-splash-2778-1284.jpg
var Applesplash27781284jpg []byte
//go:embed pages/apple-splash-640-1136.jpg
var Applesplash6401136jpg []byte
//go:embed pages/apple-splash-750-1334.jpg
var Applesplash7501334jpg []byte
//go:embed pages/apple-splash-828-1792.jpg
var Applesplash8281792jpg []byte
//go:embed pages/asset-manifest.json
var Assetmanifestjson []byte
//go:embed pages/browserconfig.xml
var Browserconfigxml []byte
//go:embed pages/dlnaicon-120.png
var Dlnaicon120png []byte
//go:embed pages/dlnaicon-48.png
var Dlnaicon48png []byte
//go:embed pages/favicon-16x16.png
var Favicon16x16png []byte
//go:embed pages/favicon-32x32.png
var Favicon32x32png []byte
//go:embed pages/favicon.ico
var Faviconico []byte
//go:embed pages/icon.png
var Iconpng []byte
//go:embed pages/index.html
var Indexhtml []byte
//go:embed pages/logo.png
var Logopng []byte
//go:embed pages/lordicon/jkzgajyr.json
var Lordiconjkzgajyrjson []byte
//go:embed pages/lordicon/lord-icon-2.0.2.js
var Lordiconlordicon202js []byte
//go:embed pages/lordicon/wrprwmwt.json
var Lordiconwrprwmwtjson []byte
//go:embed pages/mstile-150x150.png
var Mstile150x150png []byte
//go:embed pages/site.webmanifest
var Sitewebmanifest []byte
//go:embed pages/static/js/2.17225dbd.chunk.js
var Staticjs217225dbdchunkjs []byte
//go:embed pages/static/js/2.17225dbd.chunk.js.LICENSE.txt
var Staticjs217225dbdchunkjsLICENSEtxt []byte
//go:embed pages/static/js/2.17225dbd.chunk.js.map
var Staticjs217225dbdchunkjsmap []byte
//go:embed pages/static/js/main.c7b9a3c5.chunk.js
var Staticjsmainc7b9a3c5chunkjs []byte
//go:embed pages/static/js/main.c7b9a3c5.chunk.js.map
var Staticjsmainc7b9a3c5chunkjsmap []byte
//go:embed pages/static/js/runtime-main.5ed86a79.js
var Staticjsruntimemain5ed86a79js []byte
//go:embed pages/static/js/runtime-main.5ed86a79.js.map
var Staticjsruntimemain5ed86a79jsmap []byte