| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* Use alpine stable again
* fix build for tgs.Dockerfile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* zulip: Treat unknown errors with a 10-second backoff.
An unknown error (including an unauthorized error) would fall through
with no calls to time.Sleep, resulting in hammering the server as
quickly as possible.
Add a 10-second sleep in the default error case. The heartbeat is
left with no explicit sleep, but all other codepaths now contain one.
* version: Move version information into a separate package.
This will allow it to be accessed by other sections of the code.
* zulip: Use the matterbridge version in the user-agent.
Co-authored-by: Wim <wim@42.be>
|
| |
|
| |
|
|
|
| |
The second stage is using a single `apk` command with `--no-cache` which is better.
|
| |
|
| |
|
|
|
|
|
|
|
| |
This change would be required for the Docker image to actually read `RELOADABLE` config options from the `matterbridge.toml`.
This edit would require https://github.com/42wim/matterbridge/wiki/Deploy:-Docker to be updated as well to mention that mounting would have to change to mounting a ***directory*** not a file. inotify inside Docker cannot read directly mounted files, only directories, for whatever reason.
This will preserve setups that were configured to run the old way without breaking them and new configs can be setup "correctly" without issue.
|
|
|
|
| |
This multistage build takes the resulting image size down from 346MB to
90MB.
|
| |
|
| |
|
| |
|
| |
|
|
|