Skip to content

Commit e129c72

Browse files
authored
Fix Cancel Uploading and Max file size checking with userfriendly message (#50)
- Fixes #41 WebCsv and Googlesheet Import - Fixes Upload Excel file - Fixes Max file size checking with userfriendly message - Fixes Cancel Uploading
2 parents 140c08e + 824f93d commit e129c72

12 files changed

Lines changed: 4795 additions & 2494 deletions

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ EXPOSE 8001
3030
RUN echo '#!/bin/bash\n\
3131
set -e\n\
3232
echo "🚀 Starting EDGI Cloud Portal..."\n\
33-
echo "📁 Data directory: $EDGI_DATA_DIR"\n\
33+
echo "📁 Data directory: $RESETTE_DATA_DIR"\n\
3434
echo "🗄 Portal DB path: $PORTAL_DB_PATH"\n\
3535
\n\
3636
# Initialize database if needed\n\
@@ -70,7 +70,7 @@ exec datasette serve "$PORTAL_DB_PATH" \\\n\
7070
--static static:static \\\n\
7171
--plugins-dir plugins \\\n\
7272
--setting max_returned_rows 3000000 \\\n\
73-
--setting sql_time_limit_ms 120000 \\\n\
73+
--setting sql_time_limit_ms 360000 \\\n\
7474
--setting allow_download on\n\
7575
' > /app/start.sh && chmod +x /app/start.sh
7676

data/portal.db

88 KB
Binary file not shown.

metadata.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@
5959
"longitude": "longitude",
6060
"geojson": true
6161
},
62-
"datasette-render-markdown": {
63-
"columns": ["report", "popup", "description", "notes", "comments", "summary", "details", "id", "file_key", "datasette_link"]
64-
},
6562
"datasette-auth-tokens": {
6663
"secret_key": "fd93c677e08304855095d266835d86c9a2eadda209d6c2c9fe0bea65fe0941d4"
6764
},

0 commit comments

Comments
 (0)