File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
*
3
3
4
4
# things to include
5
- ! matrix_content_scanner
5
+ ! src
6
6
! README.md
7
7
! pyproject.toml
8
8
! setup.cfg
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Where `CONFIG_FILE` is the path to your configuration file.
33
33
## Docker
34
34
35
35
This project provides a Docker image to run it, published as
36
- ` matrixdotorg /matrix-content-scanner` .
36
+ ` vectorim /matrix-content-scanner` .
37
37
38
38
To use it, copy the [ sample configuration file] ( /config.sample.yaml ) into a dedicated
39
39
directory, edit it accordingly with your requirements, and then mount this directory as
@@ -43,7 +43,7 @@ Web server is configured to listen on.
43
43
For example, assuming the port for the Web server is ` 8080 ` :
44
44
45
45
``` shell
46
- docker run -p 8080:8080 -v /path/to/your/config/directory:/data matrixdotorg /matrix-content-scanner
46
+ docker run -p 8080:8080 -v /path/to/your/config/directory:/data vectorim /matrix-content-scanner
47
47
```
48
48
49
49
## API
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN apt-get update -qq && apt-get install -qq libmagic1
8
8
9
9
# Copy the necessary project files into the image.
10
10
COPY setup.cfg pyproject.toml README.md /
11
- COPY matrix_content_scanner /matrix_content_scanner /
11
+ COPY src /src /
12
12
13
13
# Install the project and its dependencies, using gitlab.matrix.org as the index. This is
14
14
# so we can get a python-olm wheel, which will have more recent bindings than the current
You can’t perform that action at this time.
0 commit comments