diff --git a/dev/docker-compose.dev.yml b/dev/docker-compose.dev.yml index 5f6c4f1..1b67621 100644 --- a/dev/docker-compose.dev.yml +++ b/dev/docker-compose.dev.yml @@ -20,6 +20,9 @@ services: - MAX_FILE_SIZE=1024 - AUTO_UPLOAD=false - DUMBDROP_TITLE=DumbDrop-Dev + # - APPRISE_URL=ntfy://dumbdrop-test + # - APPRISE_MESSAGE=[DEV] New file uploaded - {filename} ({size}), Storage used {storage} + # - APPRISE_SIZE_UNIT=auto command: npm run dev restart: unless-stopped # Enable container debugging if needed diff --git a/public/index.html b/public/index.html index f7097af..53b553a 100644 --- a/public/index.html +++ b/public/index.html @@ -8,6 +8,7 @@ +