Commit Graph

86 Commits

Author SHA1 Message Date
Jan Christian Grünhage bc2e7a7366 chore: optimise Dockerfile
So far, the Dockerfile built hydrogen on the server running the image,
instead of building it during the building of the image. This blew up
the image size immensely and caused node+yarn to run in the resulting
image. This new Dockerfile builds hydrogen in a separate build stage and
then moves the target directory into an nginx based container image,
which takes care of serving the target webroot.

The existing Dockerfile has been moved to Dockerfile-dev for usage as a
development environment. The docs have been adjusted accordingly.

Additionally, this switched from a fixed alpine version of the node
image to the latest alpine version, and changed the container image
references in the `FROM` statements to use the fully qualified
references including the registry domain.
2021-03-14 12:52:35 +01:00
Bruno Windels f9979b1a77 more notes on relations 2021-03-08 22:25:18 +01:00
Bruno Windels 571bedd76d doc improvement 2021-03-04 19:50:23 +01:00
Bruno Windels e1eb313ffa some notes for implementing relations 2021-03-01 15:07:24 +01:00
Bruno Windels c18a7175b7 some notes wrt to #248 / backfills 2021-03-01 15:07:24 +01:00
Bruno Windels 62863c5eaf
Update FAQ.md 2021-03-01 10:07:28 +00:00
Bruno Windels 068d25266c
Update FAQ.md 2021-02-22 09:20:59 +00:00
Bruno Windels b5eb0e752b
Update FAQ.md 2021-02-22 09:19:52 +00:00
Bruno Windels 5652b78c50
Update FAQ.md 2021-02-22 09:17:58 +00:00
Bruno Windels 430da8766f docker instructions 2021-02-08 12:43:53 +01:00
Bruno Windels 977b9c282d add FAQ 2021-01-25 10:35:13 +01:00
Bruno Windels c1df371a14 add some documentation for our idb investigations 2020-10-01 16:14:58 +02:00
Bruno Windels 9ff4f3839c Merge branch 'master' into bwindels/memberlist 2020-08-19 12:13:38 +02:00
Bruno Windels b68a782f10 doc improvements 2020-08-18 17:28:08 +02:00
Bruno Windels f5d3092031 WIP 2020-06-26 23:26:24 +02:00
Bruno Windels 625598be90 add olm api decls link to doc 2020-06-25 00:14:57 +02:00
Bruno Windels 5ebd6bb092 resolve doubt 2020-06-25 00:09:58 +02:00
Bruno Windels b96b68a11e doc changes 2020-06-24 22:43:46 +02:00
Bruno Windels 464615ab21 update notes 2020-05-26 10:30:30 +02:00
Bruno Windels 209aa77a2e add some e2ee impl notes 2020-05-13 10:20:53 +02:00
Bruno Windels 070a0d3d98 some notes 2020-05-08 09:12:41 +02:00
Bruno Windels 32710de12a
Merge pull request #43 from bwindels/bwindels/reconnect
Reconnect after network failure
2020-05-07 18:06:41 +00:00
Bruno Windels f56b96b0ff add some ideas for relations 2020-05-07 19:14:53 +02:00
Bruno Windels f476ac0dae some notes 2020-05-07 18:47:01 +02:00
Bruno Windels 328000059f update notes 2020-05-05 23:20:03 +02:00
Bruno Windels 34549a2ecb css notes 2020-04-30 18:28:35 +02:00
Bruno Windels f4bb609ab6 notes 2020-04-29 10:10:33 +02:00
Bruno Windels 8bde627cdb more WIP 2020-04-29 10:10:20 +02:00
Bruno Windels e6ae60abb4 notes about how view updates work and should work 2020-04-29 10:05:07 +02:00
Bruno Windels 067027d376 note updates 2020-04-22 20:54:17 +02:00
Bruno Windels 69a8786f8f update notes 2020-04-20 23:10:54 +02:00
Bruno Windels ad7c564d5d notes 2020-04-20 21:43:02 +02:00
Bruno Windels 0f29fdb24e some notes 2020-04-20 21:27:07 +02:00
Bruno Windels 164d9d594f finish implemenation of SessionContainer 2020-04-20 19:48:21 +02:00
Bruno Windels 72b0eefccb replace isSyncing and emit with an Observable SyncStatus 2020-04-19 19:52:26 +02:00
Bruno Windels 80f7caadbe rename SessionsStore to SessionInfoStorage 2020-04-19 19:13:38 +02:00
Bruno Windels 8c5411cb7d moar WIP 2020-04-19 19:02:10 +02:00
Bruno Windels 1f15ca6498 more WIP 2020-04-18 19:16:16 +02:00
Bruno Windels cc6b952209 e2ee note additions 2020-04-09 18:36:38 +02:00
Bruno Windels ef267ca331 WIP2 2020-04-05 15:11:15 +02:00
Bruno Windels 00d27b1a47 more notes 2020-04-04 17:06:53 +02:00
Bruno Windels 65cca83f7f notes how to implement reconnecting and status reporting 2020-03-30 22:24:38 +02:00
Bruno Windels 234c260339 dont modify fragments in comparer until txn succeeds 2020-03-30 20:46:52 +02:00
Bruno Windels 9b2f282534 move docs about how to implement something to subdir 2020-03-28 12:36:19 +01:00
Bruno Windels 089d2fe430 some notes on the general idea of persisting network calls in brawl 2020-03-28 12:33:56 +01:00
Bruno Windels b8eea881f8 some notes on how we might implement members and display names 2020-03-28 12:33:34 +01:00
Bruno Windels 8eea6e7296
Update e2e.md 2020-03-10 17:34:45 +00:00
Bruno Windels 738b8202be wrote docs about how to do invites and e2ee 2019-10-23 09:42:44 +02:00
Bruno Windels 2ce0f6e30e document steps needed to implement e2e 2019-10-17 22:40:26 +02:00
Bruno Windels 610e83f2dd update todo list 2019-09-15 12:22:13 +02:00