22 Commits

Author SHA1 Message Date
Eric Dobbs
6eb8631f9e add add'l docker build instructions 2022-09-24 11:33:15 -06:00
Eric Dobbs
502d6ccec7 add add'l docker build instructions 2022-09-24 11:22:42 -06:00
Eric Dobbs
cb3aa63370 upgrade to wiki 0.28.0 2022-09-24 11:13:27 -06:00
Eric Dobbs
54f1c382f5 recent browsers do the right thing with *.localhost
with this update we can remove the last mention of localtest.me
2021-02-28 13:46:36 -07:00
Eric Dobbs
218128db23 Improve development docs
We've learned how to use kubectl patch for local testing

We've also abandoned the automation between github and dockerhub
because we publish updates with sufficient irregularity that it is
better if we take the steps more manually and verify each as we go.
2021-02-28 13:40:10 -07:00
Eric Dobbs
eab72db590 Move release notes for 1.0.0 into its own file 2021-02-28 09:31:17 -07:00
Eric Dobbs
2705d760bf rename default branch to main 2021-01-10 16:11:53 -07:00
Eric Dobbs
b2b868f0be upgrade to wiki@0.22 2021-01-10 15:59:46 -07:00
Eric Dobbs
60c869a141 Anticipating next wiki release with updates to wiki-client & -server 2020-02-17 09:55:38 -07:00
Eric Dobbs
347dff8ea8 Clarify our use versions and improve guidance for tagging
git push --tags sends all the tags to the server.
git push origin <tag> sends only the new tag to the server.
2020-02-06 09:08:06 -07:00
Eric Dobbs
fb81d51e29 Use default node user & dumb-init & remove config assumptions
By default the wiki will run in farm mode with friends security
2019-11-16 16:49:43 -07:00
Eric Dobbs
f85afce8c8 Change base image to node:10-alpine & wiki to 0.17.0 2019-03-27 22:26:09 -06:00
Eric Dobbs
356afda8a7 Update wiki version for security fix 2018-11-27 21:10:15 -08:00
Eric Dobbs
e9bd94e860 remind myself how to publish plugin experiments 2018-02-28 08:23:21 -07:00
Eric Dobbs
b0be20f5f3 point to local-farm.wiki.dbbs.co instead 2018-02-25 22:32:46 -07:00
Eric Dobbs
26329ee584 upgrade to wiki-0.14.0 and move configure-wiki to separate step
We should only need to run the configure-wiki script once instead of
every time we start the container.  Also, I don't think that script
was correctly handling PID 1 role (e.g. don't think we forwarded
signals to node nor reaped zombies)
2018-02-25 21:58:43 -07:00
Eric Dobbs
e37d746c69 upgrade to node-8 and to wiki-0.13.0 2017-12-11 08:02:50 -07:00
Eric Dobbs
86548c594a upgrade to wiki 0.12.2
includes update to client and several plugins:
calendar, markdown, and html
2017-11-06 18:00:57 -07:00
Eric Dobbs
ef34fdc759 enable github-based npm packages for WIKI_PACKAGE
npm needs git installed in order to install packages from github
2017-10-02 07:10:55 -06:00
Eric Dobbs
e06405adc1 bumped wiki version to 0.12.0 2017-09-04 21:56:47 -06:00
Eric Dobbs
bc8204c9d3 use build arg for wiki version & for container tag
There is a new version of wiki available.  Want to tag this version
and enable building and tagging the next version.
2017-09-04 21:45:32 -06:00
Eric Dobbs
df8da7ba2c Federated Wiki farm
Encapsulate a few specific parts of wiki configuration as a starting
point for exploring wiki.
2017-07-15 22:36:22 -06:00