mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 12:33:10 +00:00
[3] update docs and dockerfile
This commit is contained in:
parent
b24b5183b4
commit
059d33f0bc
4 changed files with 10 additions and 4 deletions
|
@ -15,5 +15,4 @@ RUN echo "**** install python packages ****" \
|
||||||
&& rm -rf /requirements.txt /tmp/* /var/tmp/* /var/lib/apt/lists/*
|
&& rm -rf /requirements.txt /tmp/* /var/tmp/* /var/lib/apt/lists/*
|
||||||
COPY . /
|
COPY . /
|
||||||
VOLUME /config
|
VOLUME /config
|
||||||
ENTRYPOINT ["/tini", "-s", "--"]
|
ENTRYPOINT ["/tini", "-s", "python3", "plex_meta_manager.py", "--"]
|
||||||
CMD ["python3", "plex_meta_manager.py"]
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.16.0-develop2
|
1.16.0-develop3
|
||||||
|
|
3
docs/_static/custom.css
vendored
3
docs/_static/custom.css
vendored
|
@ -165,4 +165,7 @@ p {
|
||||||
}
|
}
|
||||||
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
|
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
|
||||||
color: #222222 !important;
|
color: #222222 !important;
|
||||||
|
}
|
||||||
|
.container {
|
||||||
|
width: auto !important;
|
||||||
}
|
}
|
|
@ -139,4 +139,8 @@ If you are unable to use the [Plex Meta Manager Discord Server](https://discord.
|
||||||
|
|
||||||
[IBRACORP](https://ibracorp.io/) made a video walkthough for installing Plex Meta Manager on unRAID. While you might not be using unRAID the video goes over many key aspects of Plex Meta Manager and can be a great place to start learning how to use the script.
|
[IBRACORP](https://ibracorp.io/) made a video walkthough for installing Plex Meta Manager on unRAID. While you might not be using unRAID the video goes over many key aspects of Plex Meta Manager and can be a great place to start learning how to use the script.
|
||||||
|
|
||||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/dF69MNoot3w" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
<div style="margin: 40px 0 40px 0;" align="center">
|
||||||
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/dF69MNoot3w" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
|
Loading…
Reference in a new issue