Thanks @bkoehn! A lot of people have their eyes on the Docker setup right now, but for now @benovermyer has taken the reins on it. What other kinds of build integrations could you help with?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Nov 22 2018
Nov 21 2018
Nov 20 2018
Nov 19 2018
BTW if you can tell me how to do a build I'll include that in a multi-stage Dockerfile that will build the app and yield a compact image.
I have a simple but functional Dockerfile that I use. You can get it on my GitLab. Really it doesn't need much; feel free to use it in the official distro; right now it takes the URI of the current release as a build argument; if you need additional build integration I'd be happy to help out.
A few changes:
Nov 18 2018
Nov 16 2018
Nov 14 2018
Also #25 on GitHub
Nov 13 2018
That latest change still needs schema.sql in the same folder, but adds the option to create tables with writefreely --init-db
Looking at a way to include schema.sql in the binary now. So many libraries to pick from...
Aye, that sounds perfect.
Great point. We can include a FileName field in the config.DatabaseCfg struct, and use something like writefreely.db as the default in the config.New() func.
Probably worth making the filename of the database configurable.
Nov 11 2018
Also tracked on GitHub.
Nov 10 2018
Prioritize based on feedback and user requests. So far, no one has requested this.