From f3bddd5180b263bc95f032053dd97bd06ccf5ccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Cocchi?= Date: Thu, 20 Apr 2023 23:12:07 +0200 Subject: [PATCH 1/2] Update README badges and link to Docker image --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5179f01a..a36562b2 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,7 @@ bridging, with one or two bugs cropping up. ## Helping out -[![Build Status](https://travis-ci.org/Half-Shot/matrix-appservice-discord.svg?branch=develop)](https://travis-ci.org/Half-Shot/matrix-appservice-discord) -[![Docker Automated build](https://img.shields.io/docker/builds/halfshot/matrix-appservice-discord.svg)](https://hub.docker.com/r/halfshot/matrix-appservice-discord) +[![Docker Automated build](https://github.com/matrix-org/matrix-appservice-discord/actions/workflows/docker.yml/badge.svg?branch=develop)](https://github.com/matrix-org/matrix-appservice-discord/pkgs/container/matrix-appservice-discord) [![#discord:half-shot.uk](https://img.shields.io/matrix/discord:half-shot.uk.svg?server_fqdn=matrix.half-shot.uk&label=%23discord:half-shot.uk&logo=matrix)](https://matrix.to/#/#discord:half-shot.uk) ### PRs From 15a66481709eafd5ca705ad6b14fa7b29e5bcfa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Cocchi?= Date: Thu, 20 Apr 2023 23:13:34 +0200 Subject: [PATCH 2/2] Remove deprecated config paths for database --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a36562b2..88a46f14 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,6 @@ mkdir -p /matrix-appservice-discord # Be sure to set the database paths to something like this: # database: # filename: "/data/discord.db" -# userStorePath: "/data/user-store.db" -# roomStorePath: "/data/room-store.db" nano /matrix-appservice-discord/config.yaml # Copy the registration file to the volume