Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaaass/my-beancount-template
My beancount practice as a template
https://github.com/kaaass/my-beancount-template
Last synced: 5 days ago
JSON representation
My beancount practice as a template
- Host: GitHub
- URL: https://github.com/kaaass/my-beancount-template
- Owner: kaaass
- License: gpl-3.0
- Created: 2021-10-15T14:14:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T04:07:01.000Z (12 months ago)
- Last Synced: 2023-11-26T05:19:58.646Z (12 months ago)
- Language: Python
- Homepage:
- Size: 88.9 KB
- Stars: 37
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-beancount-template
个人 Beancount 方案的模板仓库
## 相关博客
- [复式记账指北(一):What and Why?](https://blog.kaaass.net/archives/1659)
- [复式记账指北(二):做账方法论](https://blog.kaaass.net/archives/1696)
- [复式记账指北(三):如何打造不半途而废的记账方案](https://blog.kaaass.net/archives/1700)## 配置
详细配置请参考博客三。必须修改的配置有:
- Bot功能:`data/beancount_bot.yml`
- 备份功能
- Git SSH配置:`init.d/known_hosts`、密钥 `init.d/tgbot`
- data 内必须是 git 仓库、位于 bot 分支、已经配置好 upstream## 部署
`docker-compose up -d`
## See also
[kaaass/beancount_bot](https://github.com/kaaass/beancount_bot)
[zsxsoft/my-beancount-scripts](https://github.com/zsxsoft/my-beancount-scripts)