vnctalk-fileshare (latest)
Published 2026-08-22 11:46:25 +00:00 by vnc-coding-bot
Installation
docker pull gitea.saas.vnc.biz/vnclagoon/vnctalk-fileshare:latestsha256:5a48182fbede2b8f4e163ac4e1e70ab1fb49bbb34894b36250c8e676c8ec55be
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:cb9335ce6f27399c2b17787739d6675502767c53e0335ded2a5f0d003d996650 in / |
| CMD ["/bin/bash"] |
| RUN rm -rf /etc/apt/sources.list.d/* && printf 'deb [trusted=yes] http://archive.ubuntu.com/ubuntu noble main restricted universe multiverse\ndeb [trusted=yes] http://archive.ubuntu.com/ubuntu noble-updates main restricted universe multiverse\ndeb [trusted=yes] http://archive.ubuntu.com/ubuntu noble-security main restricted universe multiverse\n' > /etc/apt/sources.list && rm -f /var/lib/dpkg/statoverride && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends -o Dpkg::Options::="--force-confnew" -o Dpkg::Options::="--force-confdef" apache2 libapache2-mod-php php php-curl php-gmp php-ldap php-readline php-imagick php-gd php-mbstring php-xml ffmpeg imagemagick graphicsmagick curl ca-certificates && rm -rf /var/lib/apt/lists/* |
| RUN curl -fsSL -o /tmp/vnc-fileshare.deb https://newpackages.vnc.biz/repo/pool/testing/v/vnc-fileshare/vnc-fileshare_0.1-trusty-14-897badb_all.deb && dpkg-deb -x /tmp/vnc-fileshare.deb / && rm -f /tmp/vnc-fileshare.deb |
| RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && mkdir -p /var/www/uploads && chmod 777 /var/www/uploads && cp /usr/share/vnctalk/share/share.php /var/www/html/share.php && cp /usr/share/vnctalk/share/preview.php /var/www/html/preview.php && a2enmod php8.3 alias auth_basic authn_file authz_host dir mime negotiation setenvif deflate |
| COPY config/vnc-fileshare.cfg /etc/vnc-fileshare.cfg |
| RUN rm -f /etc/apache2/ports.conf && rm -f /etc/apache2/sites-available/000-default.conf |
| COPY config/ports.conf /etc/apache2/ports.conf |
| COPY config/000-default.conf /etc/apache2/sites-available/000-default.conf |
| COPY config/start-apache.sh /usr/local/bin/start-apache.sh |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 24.04 |
Details
2026-08-22 11:46:25 +00:00
Versions (4)
View all
Container
0
OCI / Docker
linux/amd64
187 MiB