27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
|
|
# Falah OS iStore — App Manifest
|
||
|
|
# Place this file as `app.yml` at the root of your Gitea repo under the `falahos` org.
|
||
|
|
# The iStore service reads this to list and describe your app.
|
||
|
|
|
||
|
|
# Required fields
|
||
|
|
id: my-app-id # Unique slug, kebab-case, no spaces (e.g. zakat-vault)
|
||
|
|
name: My App Name # Display name shown in iStore
|
||
|
|
version: 1.0.0 # Semver
|
||
|
|
tagline: One-line description of what this app does
|
||
|
|
category: Finance # Finance | Charity | Worship | Identity | Community | Contracts | Compliance | Dev Tools | Legal | Insurance | Payments | DeFi | Investment
|
||
|
|
|
||
|
|
# Shariah compliance
|
||
|
|
ramz_verified: true # true = RAMZ-screened, false = community-submitted (pending review)
|
||
|
|
|
||
|
|
# Docker
|
||
|
|
image: falahapps/my-app:1.0.0 # Docker Hub image (or registry URL)
|
||
|
|
port: 3030 # Container port this app listens on
|
||
|
|
|
||
|
|
# Optional display
|
||
|
|
icon: 📦 # Emoji icon shown in iStore and desktop
|
||
|
|
featured: false # true = shown in Featured section on iStore homepage
|
||
|
|
|
||
|
|
# Metadata
|
||
|
|
author: Falah Consultancy Limited
|
||
|
|
license: MIT
|
||
|
|
min_ce_version: 1.3.0 # Minimum Falah OS CE version required
|