Skip to content

Commit

Permalink
Merge pull request #22 from linuxserver/archive-support
Browse files Browse the repository at this point in the history
Add rar, 7zip, ace, and arj archive support
  • Loading branch information
thelamer authored Jul 5, 2024
2 parents 3041d00 + 1d99b1b commit 30dc5a7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,16 @@ RUN \
echo "**** install packages ****" && \
apt-get update && \
apt-get install -y \
arj \
doublecmd-gtk \
doublecmd-plugins \
libsmbclient \
libssh2-1 && \
libssh2-1 \
libunrar5 \
p7zip-full \
unace \
xz-utils \
zpaq && \
echo "**** cleanup ****" && \
apt-get clean && \
rm -rf \
Expand Down
8 changes: 7 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,16 @@ RUN \
echo "**** install packages ****" && \
apt-get update && \
apt-get install -y \
arj \
doublecmd-gtk \
doublecmd-plugins \
libsmbclient \
libssh2-1 && \
libssh2-1 \
libunrar5 \
p7zip-full \
unace \
xz-utils \
zpaq && \
echo "**** cleanup ****" && \
apt-get clean && \
rm -rf \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **05.07.24:** - Add rar, 7zip, ace, and arj archive support.
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon, rebase to bookworm.
* **05.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
* **18.03.23:** - Rebase to KasmVNC base image.
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ app_setup_block: |
This container is capable of delivering a true lossless image at a high framerate to your web browser by changing the Stream Quality preset to "Lossless", more information [here](https://www.kasmweb.com/docs/latest/how_to/lossless.html#technical-background). In order to use this mode from a non localhost endpoint the HTTPS port on 3001 needs to be used. If using a reverse proxy to port 3000 specific headers will need to be set as outlined [here](https://github.com/linuxserver/docker-baseimage-kasmvnc#lossless).
# changelog
changelogs:
- {date: "05.07.24:", desc: "Add rar, 7zip, ace, and arj archive support." }
- {date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon, rebase to bookworm." }
- {date: "05.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
- {date: "18.03.23:", desc: "Rebase to KasmVNC base image."}
Expand Down

0 comments on commit 30dc5a7

Please sign in to comment.