1.3 KiB
1.3 KiB
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
-
Add and deploy the app:
wild app add akaunting wild app deploy akaunting -
Log in with:
- Email: value of
adminEmailin your config - Password: value of
adminPasswordin yoursecrets.yaml
- Email: value of
-
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
dbPrefixconfig (aka_) prefixes all database table names to avoid conflicts - Invoices, payments, and reports can be exported as PDF