Discord 메시지를 작성 및 전송하고 웹후크를 사용하여 삽입하기 위한 사용하기 쉬운 도구입니다.
라이브 인스턴스는 https://discohook.app/에서 사용할 수 있습니다.
이 애플리케이션은 컨테이너 이미지를 ghcr.io/discohook/site:latest
에 게시하도록 설정되었습니다. 이 이미지는 podman, docker 또는 OCI를 준수하는 다른 서비스를 사용하여 실행할 수 있습니다. 이미지는 다음 명령을 사용하여 명령줄에서 실행하거나 데스크톱 GUI(podman 데스크톱 가이드)에서 실행할 수 있습니다.
# Replace 'podman' with 'docker' if using that, the command is equivalent
# Add --rm if you want the container to be removed automatically after being stopped
# If necesary, change the second 3000 to change which port on the local computer the app is bound to
podman run -d -p 3000:3000 ghcr.io/discohook/site:latest
Node.js 16 및 Yarn 패키지 관리자가 설치되어 있어야 합니다.
# Install dependencies
yarn install
# Run a development server
yarn run dev
# Run a production server
yarn run build
yarn run start