Fix volume path
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Aug 25 2021
Jul 30 2021
Provide default config with blank password (public instance)
Rewrite to use /<entry point>
Jul 12 2021
Jul 2 2021
Jun 9 2021
Tweak Git ignored files and Makefile
Software upgraded.
$ freebsd-version -k 13.0-RELEASE-p1
Configuration files diffs and manual merges done.
Preparing the update (65000 patches downloaded, systems inspecting, etc.)
Rebase against main
Rebase against main
Rebase against main
s/osy/os
Installing last binary patches for FreeBSD 12.1:
Jun 2 2021
May 20 2021
May 7 2021
May 5 2021
Apr 7 2021
Mar 15 2021
Feb 28 2021
Feb 20 2021
Feb 2 2021
Dec 30 2020
Another way to solve this according https://github.com/koalaman/shellcheck/wiki/SC2086:Quoting this doesn't work, since in the default case, "$debug" would expand to one empty argument while $debug would expand into zero arguments. In this case, you can use an array with zero or one elements as outlined above, or you can use an unquoted expansion with an alternate value:
debug="" [[ $1 == "--trace-commands" ]] && debug="yes" bash ${debug:+"-x"} scriptThis is better than an unquoted value because the alternative value can be properly quoted, e.g. wget ${output:+ -o "$output"}.
Regression introduced in rOPSbf659c5728cbfeab65c1fba8772f2037278000b5:
Nov 24 2020
Ok, but typo to fix.
Oct 26 2020
Oct 20 2020
Oct 14 2020
Could be presented in January as "one year of open source :: 2020 retrospective" with added insights?
Imported from https://github.com/nasqueron/docker-openfire/pull/1
Oct 13 2020
Clear extra lines from README
PostgreSQL by default doesn't consume 2 GB of RAM for an InnoDB cache, so I'm not sure it's a good idea.
Currently, the image runs on Buster, so we're more up to date: