Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-29 | Merge branch 'uak-next-patch-77212' into 'next' | Timo Kösters | |
Change link from docker-compose.override.traefik.yml to docker-compose.override.yml in README.md See merge request famedly/conduit!514 | |||
2023-07-26 | Change link from docker-compose.override.traefik.yml to ↵ | uak | |
docker-compose.override.yml in README.md | |||
2023-07-21 | changed registry options | purplemeteorite | |
1. Recommended GitLab's own registry over Docker Hub. (Reason: https://gitlab.com/famedly/conduit/-/merge_requests/492#note_1457220261) 2. Added the development image :next to the list of options. 3. Displayed text for Docker Hub now contains "docker.io" as part of the link for easier copy-paste for podman users. Clicking on the link still takes to the website. | |||
2023-07-13 | capitalize names | Jonas Zohren | |
2023-06-28 | easier-to-read docker setup instructions | purplemeteorite | |
2023-01-27 | Add a dynamic address resolution to the Docker healthcheck | Moritz Heiber | |
2022-11-08 | Describe a better way to enforce Content-Type in nginx | Ticho 34782694 | |
add_header will not override the Content-Type header set by the server, but will instead add another header below, which is obviously not ideal. The proposed change will instead tell nginx to set the correct value for this header straight away. | |||
2022-10-13 | Lower default log level for docker | exin | |
2022-06-18 | chore(docker): Bump base image to alpine 3.16.0 | Jonas Zohren | |
2022-03-30 | chore: Bump alpine version for CI generated docker | Jonas Zohren | |
2022-03-18 | chore(docker): Bump alpine (base image) version | Jonas Zohren | |
2022-02-22 | fix(docker): Make conduit own default db path | Jonas Zohren | |
When a user mounts a volume into the default volume path, it uses the permissions and ownership from the host volume. In most cases, this is 1000:1000, which it also uses on the inside. If you don't mount a volume though (e.g., for testing), conduit cries: “The database couldn't be loaded or created.” This fix chowns the default db dir to remedy this. | |||
2022-02-20 | Merge branch 'next' into docs | Jonas Zohren | |
2022-02-20 | revert reflow | Jonathan de Jong | |
2022-02-19 | improve docker documentation some | Jonathan de Jong | |
2022-02-16 | fix(docker): use user 1000 and standard db path | Jonas Zohren | |
2022-02-16 | Set all env vars in docker README | Jonas Zohren | |
2022-02-16 | Suggestions from Jonas Zohren | Jonas Zohren | |
2022-02-16 | docs: make all configs match | Timo Kösters | |
2022-02-12 | Port from Rocket to axum | Jonas Platte | |
2022-02-04 | Pre-0.3 doc adjustments | Jonas Zohren | |
2022-02-02 | fix: Running in Docker | Jonas Zohren | |
2022-02-02 | Use prebuilt CI-containers from https://gitlab.com/jfowl/conduit-containers | Jonas Zohren | |
Also run all builds on approved MRs | |||
2022-01-28 | fix: Healtcheck use netstat for port as fallback | Jonas Zohren | |
2022-01-28 | fix: Use default port for healthcheck as fallback | Jonas Zohren | |
Conduit can start without a specific port being configured. This adjusts the healthcheck script to tolerate that state. Closes https://gitlab.com/famedly/conduit/-/issues/222 | |||
2022-01-23 | fix: remove libgcc dependency in ci builds since the binary is ensured to be ↵ | Maxim De Clercq | |
statically compiled | |||
2022-01-07 | Make traefik+nginx config more self-contained | Ticho 34782694 | |
The nginx instance which is serving the .well-known endpoints can serve the simple JSON replies directly from memory, instead of having them as external files on disk. | |||
2021-12-15 | Update docker images | Jonas Zohren | |
2021-11-25 | Fixes for !225 | Jonas Zohren | |
2021-11-21 | CI: New Multiarch builds and Docker images + cargo clippy/test output now ↵ | Jonas Zohren | |
integrated into GitLab | |||
2021-09-03 | Fix deprecated/removed Traefik label | Daniel Wiesenberg | |
2021-09-01 | Merge branch 'master' into 'master' | Timo Kösters | |
Add Traefik setup, incl. step-by-step, to docker README. See merge request famedly/conduit!158 | |||
2021-09-01 | Merge branch 'health_script' into 'master' | Timo Kösters | |
Fix healthcheck.sh permissions and rearange ci dockerfile See merge request famedly/conduit!179 | |||
2021-08-31 | Fix healthcheck.sh permissions and rearange ci dockerfile | Daniel Wiesenberg | |
2021-08-31 | Merge branch 'registration-default' into 'master' | Timo Kösters | |
Default registration true See merge request famedly/conduit!176 | |||
2021-08-31 | registration default true | Jonathan de Jong | |
2021-08-30 | Change healthcheck in ci dockerfile | Daniel Wiesenberg | |
2021-08-29 | Move docker healthcheck into dedicated script. | Daniel Wiesenberg | |
2021-08-26 | Add Traefik setup, incl. step-by-step, to docker README. | Daniel Wiesenberg | |
2021-08-09 | Bump version of alpine docker image to 3.14 | Daniel Wiesenberg | |
2021-07-19 | Fix typo | Jonas Zohren | |
2021-07-19 | CI: Create docker image with musl binary | Jonas Zohren | |
2021-07-06 | Change default port in docker to the new | Daniel Wiesenberg | |
conduit default port 6167 and fix the docker healthcheck | |||
2021-05-25 | Fix docker-compose trusted_servers env var | Daniel Wiesenberg | |
2021-05-22 | Fix wrong env var name in traefik compose | Daniel Wiesenberg | |
2021-05-22 | Add CONDUIT_TRUSTED_SERVERS config param | Daniel Wiesenberg | |
2021-05-22 | Add CONDUIT_CONFIG to all relevant docker files | Daniel Wiesenberg | |
And mention that an empty string can be used to configure Conduit purely with env vars. | |||
2021-05-22 | Update docker command in README | Daniel Wiesenberg | |
Mention the need for a config. | |||
2021-05-22 | Update Dockerfile and docker-compose | Daniel Wiesenberg | |
- Dockerfile now tracks the gitlab repository and the master branch. - docker-compose now points to conduit.toml instead of Rocket.toml and its env vars were also renamed from ROCKET_ to CONDUIT_. Furthermore vectorim/riot-web was changed to vectorim/element-web | |||
2020-10-18 | Fix order of docker command arguments and change repository link to... | Daniel Wiesenberg | |
...github.com repo, to relieve some pressure from git.koesters.xyz. |