Initial commit: Premier Gunner tracker + StartOS 0.4.0 s9pk package

This commit is contained in:
Keysat
2026-05-31 21:04:48 -05:00
commit 0265699504
67 changed files with 4578 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Hello World
You've installed Hello World — there's nothing to configure and nothing to set up. This page covers how to open the page it serves and where to read more. (If you're a developer, Hello World is also the recommended packaging template.)
## Documentation
- [Hello World upstream docs](https://github.com/Start9Labs/hello-world/blob/master/README.md) — the README for the web server this package runs.
- [StartOS Packaging Guide](https://docs.start9.com/packaging) — how to build a StartOS service package from that template.
## What you get on StartOS
- **A running web server** that serves a single static page.
- **Nothing to configure and no actions** — the service starts on its own and is immediately usable.
## Getting set up
There's no setup wizard, no admin password, no first-run prompt — Hello World is usable the moment it starts. To view the page it serves:
1. Open Hello World's **Dashboard** tab.
2. Click the **Web UI** interface to open the served page in your browser.
## Limitations
- Hello World is intentionally minimal. It is not a useful service on its own; it exists to demonstrate the StartOS packaging system.
- The page content is static and cannot be customized through the StartOS UI.