You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,13 +60,13 @@ The architectures supported by this image are:
60
60
61
61
## Application Setup
62
62
63
-
There is a [walkthrough](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Docker-Walkthrough#setting-up-the-initial-config-file) available to help get you up and running.
63
+
There is a [walkthrough](https://metamanager.wiki/en/latest/home/guides/docker.html#setting-up-the-initial-config-file) available to help get you up and running.
64
64
65
-
This image supports all of the environment variables listed [here](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Run-Commands-&-Environmental-Variables)
65
+
This image supports all of the environment variables listed [here](https://metamanager.wiki/en/latest/home/environmental.html)
66
66
67
67
To perform a one-time run use `docker run` (or `docker-compose run`) with the `--rm` and `-e PMM_RUN=True` arguments. This will cause the container to process your config immediately instead of waiting for the scheduled time, and delete the old container after completion.
68
68
69
-
For more information see the [official wiki](https://github.com/meisnate12/Plex-Meta-Manager/wiki).
69
+
For more information see the [official wiki](https://metamanager.wiki).
70
70
71
71
## Usage
72
72
@@ -238,5 +238,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
238
238
239
239
## Versions
240
240
241
+
***25.10.22:** - Support commandline args and relative paths.
241
242
***03.10.22:** - Rebase to Alpine 3.16, migrate to s6v3.
Copy file name to clipboardExpand all lines: readme-vars.yml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -48,15 +48,16 @@ optional_block_1: false
48
48
# application setup block
49
49
app_setup_block_enabled: true
50
50
app_setup_block: |
51
-
There is a [walkthrough](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Docker-Walkthrough#setting-up-the-initial-config-file) available to help get you up and running.
51
+
There is a [walkthrough](https://metamanager.wiki/en/latest/home/guides/docker.html#setting-up-the-initial-config-file) available to help get you up and running.
52
52
53
-
This image supports all of the environment variables listed [here](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Run-Commands-&-Environmental-Variables)
53
+
This image supports all of the environment variables listed [here](https://metamanager.wiki/en/latest/home/environmental.html)
54
54
55
55
To perform a one-time run use `docker run` (or `docker-compose run`) with the `--rm` and `-e PMM_RUN=True` arguments. This will cause the container to process your config immediately instead of waiting for the scheduled time, and delete the old container after completion.
56
56
57
-
For more information see the [official wiki](https://github.com/meisnate12/Plex-Meta-Manager/wiki).
57
+
For more information see the [official wiki](https://metamanager.wiki).
0 commit comments