b1697d6e1ea5ad4af5959f5c3a95be334f8067bf
- Each user gets a Linux + Samba account and home dir at /nas/home/<username>/ - Web UI file browsing scoped to per-user directories - Creating/deleting users from web UI also manages system + Samba accounts - Replaced hardcoded [data] SMB share with [homes] (per-user automatic shares) - Removed hardcoded alexz user from entrypoint — server.js handles all user management - Removed storage quotas from backend and frontend - Existing users get home directories auto-created on startup (migration)
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
58.6%
Shell
33.9%
Dockerfile
4.5%
TypeScript
1.5%
CSS
1.1%
Other
0.4%