Add firefly
This commit is contained in:
parent
fcfebd010c
commit
7d2e36bdd0
3 changed files with 375 additions and 0 deletions
15
firefly3/README.md
Normal file
15
firefly3/README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# fireflyiii
|
||||
|
||||
Firefly III is a manager for your personal finances.
|
||||
It is self-hosted and open source.
|
||||
This means that it's free, it has no ads and no tracking.
|
||||
|
||||
## Important step when deploying
|
||||
Several environment variables have to be set:
|
||||
- firefly_version
|
||||
- postgres_version
|
||||
Firefly specific:
|
||||
- APP_KEY: A random string of exactly 32 chars
|
||||
- STATIC_CRON_TOKEN: A random string of exactly 32 chars
|
||||
- MAIL_PASSWORD: The password for the mail account
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue