103 Commits

Author SHA1 Message Date
1c813cd6c9 allow s3 endpoint confuguration in docker, mention compatibility 2024-02-20 17:46:41 -08:00
c455fca374 more env vars declarations in docker and README explanations for them 2023-11-19 16:03:15 -08:00
68d6725b52 Merge branch 'devel' of https://github.com/tinode/chat into devel 2023-11-17 10:24:44 -08:00
2acec5ca54 refreshed docker files 2023-11-17 10:24:36 -08:00
6c7293aafa Merge pull request #891 from ducmami/ducmami-update-docker-readme
Update README.md
2023-10-31 08:47:52 -07:00
927637f85c Update README.md 2023-10-31 14:37:12 +07:00
acfdc94bdf comments clarified 2023-08-26 15:15:21 +03:00
69c0c7c5e8 fix tinode/tinode-postgres
change from tinode/tinode-postgresql to tinode/tinode-postgres
2023-06-04 13:19:58 +03:30
42ec7f9e87 restructured docs a bit, added missing docker env vars 2023-04-06 14:24:03 -07:00
d9fc193a74 Fixed docs (added info about PostgreSQL), added cache functions in adapter and little refactoring 2023-04-05 23:29:27 +03:00
27b440fb1a docker updates, send list of required validators to clients 2023-01-24 09:23:50 -08:00
b8aa94d708 edited for clarity 2022-06-19 10:48:51 -07:00
80a4e67cc4 formatting 2022-06-19 10:41:17 -07:00
ed3a576eb5 correct spelling og XIRSYS 2022-06-19 10:38:25 -07:00
5cb58ed016 added section on video calls to docket instructions 2022-06-19 10:37:44 -07:00
b65161cf17 production-related changes for video calls 2022-06-12 15:33:41 -07:00
24e5cfc17a updated docker readme comments, dependencies, bumped version 2021-04-25 14:41:33 -07:00
3d91882441 Also fix docker readme rendering for metrics exporter variables 2021-03-24 13:31:06 +01:00
6aa4e2ab2e Fix environment variables table in docker readme 2021-03-24 13:22:50 +01:00
f269d1ccd7 Make number of proxy event goroutines in cluster mode configurable. 2020-09-14 13:44:01 -07:00
aa3264578e Add documentation about WAIT_FOR 2020-05-23 13:19:42 -04:00
96983760d2 update port references 2020-03-29 10:30:29 +03:00
23106c2f34 switch back to using port 6060 2020-03-28 12:25:35 +03:00
2601d51823 Run tinode only if init-db returns success. 2020-03-21 23:10:54 -07:00
b8c5b2a29d Address comments. 2020-03-19 19:33:29 -07:00
01b6a15542 Formatting. 2020-03-19 01:02:20 -07:00
d5ddd55378 Fix exporter README path. 2020-03-19 01:00:26 -07:00
ccb57e168c Exporter Docker configuration. 2020-03-19 00:51:32 -07:00
d941631c0a Renamed all -> alldbs. Addressed PR comments. 2020-03-09 00:40:26 -07:00
931bf418a1 Allow bundling all available DB adapters in tinode binaries.
In addition to specifying the DB adapter explicitly via build tags,
allow bundling all available DB adapters to the binary (enabled via "all" tag).
The adapter may be chosen by setting `store_config.adapter_name` field in `tinode.conf`.

Modify build scripts and docker configs to support this.
Docker tinode-all image includes the bundled binaries, the adapter may be
chosen by providing ADAPTER_NAME env var.
2020-03-08 22:03:22 -07:00
7b5f2462fd formatting 2020-01-13 10:06:38 +03:00
cc9d3f0bc1 updating docker and instructions due to a breaking change in FCM 2020-01-12 22:01:14 +03:00
11d9609d6f add replicaset information to docs 2019-11-26 10:46:17 +05:00
1d1fee4907 Update INSTALL.md and README.md files 2019-11-08 11:03:14 +05:00
0456df08ba update dockerfile with smtp login option 2019-10-13 21:25:40 +03:00
377c69a2a3 Allow specifying cluster id and static dir in docker container.
Specify:
* CLUSTER_SELF for tinode node id (in cluster mode)
* EXT_STATIC_DIR for static data.
2019-10-01 00:04:58 -07:00
697c2b7d9f push notification instructions updated 2019-07-20 12:12:02 +03:00
bbb33f3b5a add instructions for upgrading the database 2019-06-16 09:53:03 -07:00
fe8afef9b7 docs updated 2019-06-15 09:30:37 -07:00
d96092ae43 deleting finished, needs testing 2019-06-07 15:40:58 -07:00
59a485b848 db upgrading, more changes for credential management 2019-06-06 20:36:50 -07:00
d2f6aa4938 allow minimal updates to topic without attaching first 2019-02-21 18:35:34 +03:00
fef6712aaa stats publishing finished 2019-01-02 14:58:53 +03:00
a68c614d6a expvar refactring: remove expvar updates and locking from main goroutines 2019-01-02 13:00:37 +03:00
81bfe8a877 docker: correctly handle client firebase init with external config 2018-12-19 21:06:27 +03:00
10bcb4e3a6 add docker option to use an external config file 2018-12-19 16:13:50 +03:00
6f4e8c0f39 rename FCM_PUSH_INCLUDE_ANDROID_NOTIFICATION -> FCM_INCLUDE_ANDROID_NOTIFICATION 2018-11-30 16:41:29 +03:00
84e387435a allow disabling Android notifications in FCM push messages 2018-11-29 17:47:36 +00:00
33ab49589a i have fcm 2018-10-10 17:22:29 +03:00
9e21bd0922 fix for #157 2018-09-25 13:38:59 +03:00