Skip to main content

HrConvert - File conversion tool

Summary

Online conversion tools for 75 different file types including audio or video files, documents, presentations, archaives and much more.

Installation via docker-compose.yml with traefik

  convert:
    image: dwaaan/hrconvert2-docker:latest
    labels:
      - "traefik.enable=true"
      - "traefik.http.routers.convert.rule=Host(`conv.domain.com`)"
      - "traefik.http.routers.convert.entrypoints=websecure"
      - "traefik.http.routers.convert.tls=true"
      - "traefik.http.services.convert.loadBalancer.server.port=80"
      - "traefik.docker.network=traefik"
    networks:
      - traefik
    restart: always
    volumes:
      - "/path/to/folder/config.php:/var/www/html/HRProprietary/HRConvert2/config.php"