052c9326d82aaa5e7660da6fcd35fabf638857c1
OLLAMA_URL default was 192.168.0.32, a host that has been retired -- a fresh install would have come up unable to reach any engine. The LLM now runs on the Docker host, reachable from a container via the bridge gateway. VALIDATOR_MODEL default was gemma4:31b (21.8 GB), which does not fit this box's 16 GB card: it ran at 2.4 tok/s with 46% of the model on CPU and timed out the validator stage at 600 s. qwen3-vl:8b fits entirely in VRAM at 44 tok/s. Defaults only -- no fields added or removed, no required-flag changes, so no form_fields schema migration for existing installs.
Example App Store Template
This repository serves as a template for creating your own custom app store for the Runtipi platform. Use this as a starting point to create and share your own collection of applications.
Repository Structure
-
apps/: Contains individual app directories
- Each app has its own folder (e.g.,
whoami/) with the following structure:config.json: App configuration filedocker-compose.json: Docker setup for the appmetadata/: Contains app visuals and descriptionsdescription.md: Markdown description of the applogo.jpg: App logo image
- Each app has its own folder (e.g.,
-
tests/: Contains test files for the app store
apps.test.ts: Test suite for validating apps
Getting Started
This repository is intended to serve as a template for creating your own app store. Follow these steps to get started:
- Click the "Use this template" button to create a new repository based on this template
- Customize the apps or add your own app folders in the
apps/directory - Test your app store by using it with Runtipi
Documentation
For detailed instructions on creating your own app store, please refer to the official guide: Create Your Own App Store Guide
Languages
JavaScript
57.6%
Shell
35.1%
Dockerfile
4.4%
TypeScript
1.4%
CSS
1.1%
Other
0.4%