Adds akaunting app.

This commit is contained in:
2026-06-19 21:29:14 +00:00
parent 319ec01f0c
commit b95586e74b
10 changed files with 324 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
# Akaunting
Akaunting is an open-source accounting software for small businesses and freelancers.
## Dependencies
- **MySQL** - Database for storing accounting data
- **SMTP** - For sending invoices and notifications
## Configuration
Key settings in `config.yaml`:
- **domain** - Where Akaunting will be accessible
- **storage** - Persistent volume size (default: `2Gi`)
- **companyName** - Your company name (default: `My Company`)
- **companyEmail** - Company contact email (defaults to your operator email)
- **adminEmail** - Admin account email (defaults to your operator email)
- **locale** - Language/locale setting (default: `en-US`)
- **smtp** - Email settings inherited from your Wild Cloud SMTP service
## First-Time Setup
1. Add and deploy the app:
```bash
wild app add akaunting
wild app deploy akaunting
```
2. Log in with:
- **Email**: value of `adminEmail` in your config
- **Password**: value of `adminPassword` in your `secrets.yaml`
3. Set up your company details, chart of accounts, and start recording income and expenses.
## Notes
- Akaunting supports multiple companies in a single installation — additional companies can be added after login
- The `dbPrefix` config (`aka_`) prefixes all database table names to avoid conflicts
- Invoices, payments, and reports can be exported as PDF