เครื่องมือที่ใช้งานง่ายสำหรับการสร้างและส่งข้อความ Discord และการฝังโดยใช้ webhooks
ตัวอย่างสดสามารถดูได้ที่ https://discohook.app/
แอปพลิเคชันนี้ได้รับการตั้งค่าให้เผยแพร่คอนเทนเนอร์อิมเมจไปที่ ghcr.io/discohook/site:latest
อิมเมจนี้สามารถเรียกใช้ด้วย podman, docker หรือบริการอื่นที่สอดคล้องกับ OCI รูปภาพสามารถเรียกใช้จากบรรทัดคำสั่งด้วยคำสั่งต่อไปนี้หรือใน desktop guis (คู่มือเดสก์ท็อป 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