Sign inSign up

jjajjara/webdav

By jjajjara

Updated almost 2 years ago

This image is based on Nginx WebDAV.

Image
0

934

jjajjara/webdav repository overview

Nginx WebDAV Image

This image is based on Nginx WebDAV, built on the ubuntu/nginx foundation and derived from ionelmc/docker-webdav.

Features

  • Resolved issues related to displaying Korean characters.
  • Added the dav_ext_module to enable dav_ext_methods.

Usage Instructions

Docker Run
docker run --name webdav \
  --restart unless-stopped \
  -p 80:8080 \
  -e WEBDAV_USERNAME=jjajjara \
  -e WEBDAV_PASSWORD=mypassword \
  -e UID=1000 \
  -e TZ=Asia/Seoul \
  -v /data:/media \
  jjajjara/webdav:latest
Docker Compose
services:
  webdav:
    image: jjajjara/webdav:latest 
    container_name: webdav
    restart: unless-stopped
    ports:
      - "80:8080"
    environment:
      WEBDAV_USERNAME: jjajjara
      WEBDAV_PASSWORD: mypassword 
      UID: 1000
      TZ: Asia/Seoul
    volumes:
      - /data:/media

########

About This Image

이미지는 ionelmc/docker-webdav 기반으로 작성되었고, 한글 환경에서 제대로 출력되는 webdav docker를 찾지 못해 직접 제작하였습니다.

Dockerfile, entrypoint.sh, nginx.conf 는 아래 github을 참조하여 필요한 수정후 빌드해서 사용하시기 바랍니다.

https://github.com/jjajjara/webdav

Tag summary

Content type

Image

Digest

sha256:1da0a5762

Size

83.6 MB

Last updated

almost 2 years ago

docker pull jjajjara/webdav