1
0
Fork 0
mirror of https://github.com/imtbl/hydrus-server-docker synced 2024-06-26 10:10:23 +12:00

Compare commits

..

No commits in common. "master" and "hydrus-server-414" have entirely different histories.

4 changed files with 24 additions and 55 deletions

View file

@ -7,35 +7,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [4.4.0] - 2021-02-25
### Changed
+ Updated hydrus server version
+ Updated dependencies
## [4.3.0] - 2021-01-21
### Changed
+ Updated hydrus server version
+ Updated dependencies
## [4.2.0] - 2020-12-09
### Changed
+ Based Docker image on Python 3.9
+ Updated hydrus server version
+ Updated dependencies
## [4.1.0] - 2020-11-11
### Changed
+ Updated hydrus server version
+ Updated dependencies
## [4.0.0] - 2020-10-22
### Changed
@ -406,11 +377,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
+ Initial release
[Unreleased]: https://github.com/imtbl/hydrus-server-docker/compare/4.4.0...develop
[4.4.0]: https://github.com/imtbl/hydrus-server-docker/compare/4.3.0...4.4.0
[4.3.0]: https://github.com/imtbl/hydrus-server-docker/compare/4.2.0...4.3.0
[4.2.0]: https://github.com/imtbl/hydrus-server-docker/compare/4.1.0...4.2.0
[4.1.0]: https://github.com/imtbl/hydrus-server-docker/compare/4.0.0...4.1.0
[Unreleased]: https://github.com/imtbl/hydrus-server-docker/compare/4.0.0...develop
[4.0.0]: https://github.com/imtbl/hydrus-server-docker/compare/3.29.0...4.0.0
[3.29.0]: https://github.com/imtbl/hydrus-server-docker/compare/3.28.0...3.29.0
[3.28.0]: https://github.com/imtbl/hydrus-server-docker/compare/3.27.0...3.28.0

View file

@ -14,7 +14,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
FROM python:3.9-slim-buster
FROM python:3.8-slim-buster
ARG USER_ID=1000
ARG GROUP_ID=1000
@ -42,16 +42,16 @@ RUN \
. venv/bin/activate && \
pip install \
beautifulsoup4~=4.9.3 \
chardet~=4.0.0 \
lz4~=3.1.3 \
numpy~=1.20.1 \
opencv-python-headless~=4.5.1.48 \
pillow~=8.1.0 \
psutil~=5.8.0 \
chardet~=3.0.4 \
lz4~=3.1.0 \
numpy~=1.19.2 \
opencv-python-headless~=4.4.0.44 \
pillow~=8.0.0 \
psutil~=5.7.2 \
pylzma~=0.5.0 \
pyopenssl~=20.0.1 \
pyyaml~=5.4.1 \
requests~=2.25.1 \
pyopenssl~=19.1.0 \
pyyaml~=5.3.1 \
requests~=2.24.0 \
send2trash~=1.5.0 \
service_identity~=18.1.0 \
twisted~=20.3.0 && \
@ -62,7 +62,8 @@ RUN \
chown -R ${USER_ID}:${GROUP_ID} /usr/src/app && \
chmod +x \
server.py \
bin/swfrender_linux && \
bin/swfrender_linux \
bin/upnpc_linux && \
mkdir /data && chown -R ${USER_ID}:${GROUP_ID} /data
COPY docker-cmd-start.sh /usr/local/bin/start

View file

@ -2,14 +2,16 @@
> [hydrus server][hydrus-server] running on Debian
__Unmaintained:__ this project is no longer maintained. I suggest you check out
[suika/hydrus][hydrus-docker] as an alternative (Docker images for both hydrus
client and server are provided).
This is a simple Debian-based Docker setup for running
[hydrus server][hydrus-server] from source.
The latest build runs [hydrus server version 430][hydrus-server-version].
The latest build runs [hydrus server version 414][hydrus-server-version].
Due to time constraints and the fact that changes to hydrus server are
infrequent, a new release of this Docker setup is only made roughly
every fourth hydrus release. This comes out to about one release per month.
Exceptions may be made in particular instances that warrant a release outside
of this schedule (e.g., important changes to hydrus server).
## Table of contents
@ -38,7 +40,7 @@ By default, this will pull the latest build. To specify an image with a
specific version of hydrus server, provide the version number as tag, e.g.:
```zsh
user@local:~$ docker pull mtbl/hydrus-server-docker:430
user@local:~$ docker pull mtbl/hydrus-server-docker:414
```
Alternatively, you can also build the image yourself:
@ -159,15 +161,14 @@ You are welcome to help out!
[AGPLv3](LICENSE) © imtbl
[hydrus-docker]: https://hub.docker.com/r/suika/hydrus
[hydrus-server]: http://hydrusnetwork.github.io/hydrus/
[hydrus-server-version]: https://github.com/hydrusnetwork/hydrus/releases/tag/v430
[hydrus-server-version]: https://github.com/hydrusnetwork/hydrus/releases/tag/v414
[docker-hub]: https://hub.docker.com/r/mtbl/hydrus-server-docker/
[docker-hub-tags]: https://hub.docker.com/r/mtbl/hydrus-server-docker/tags/
[docker]: https://www.docker.com/
[semantic-versioning]: https://semver.org/
[hydrus-server-badge]: https://img.shields.io/badge/hydrus%20server-version%20430-blue.svg
[hydrus-server-badge]: https://img.shields.io/badge/hydrus%20server-version%20414-blue.svg
[travis]: https://travis-ci.com/imtbl/hydrus-server-docker
[travis-badge]: https://travis-ci.com/imtbl/hydrus-server-docker.svg

2
hydrus

@ -1 +1 @@
Subproject commit 0db1e676661ecaca96470bf76c06f65871a99b05
Subproject commit 7c8714d1fcd5b26683048bc5efe32bed23a082ac