470517a00f98c05ae65b86c0bf074d59eee4af54
Some checks failed
Test / test (push) Has been cancelled
- Add custom init-rego.sh that unmounts /etc/resolv.conf and /etc/hosts for VPN - Add custom xstartup that launches terminal with cisco-vpn script - Add TARGET_IP environment variable - Remove QEMU/VM dependencies (TAPs, bridges, dnsmasq not needed) - The cisco-vpn script handles: vpnagentd, auto-login with TOTP, IP forwarding Architecture: 1. init-rego.sh: DNS fix + IP forwarding + start systemd 2. systemd: manages vpnagentd and vnc services 3. xstartup: opens xterm with cisco-vpn script 4. cisco-vpn: auto-connects VPN, sets up routing Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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
61.2%
Shell
32.6%
Dockerfile
2.9%
TypeScript
1.6%
CSS
1.2%
Other
0.5%