Compare commits

..

20 Commits

Author SHA1 Message Date
neri 87a228bf73 css focus styling 2021-10-13 09:49:33 +02:00
neri ac533f085d fix panic when files table is empty 2021-09-24 22:51:13 +02:00
neri 62e9029e22 limit text view to 512KiB, fix deleter sql query 2021-09-12 18:51:14 +02:00
neri c520b3d469 ensure file ids are unique 2021-09-11 02:08:47 +02:00
neri 63fff3adf3 simpify db query code 2021-09-10 17:44:37 +02:00
neri 4396bb1b56 disallow newlines in urls 2021-09-10 01:45:12 +02:00
neri 77d00caccc fix url view content for copying 2021-09-09 23:21:13 +02:00
neri f9ceea09a5 add repo link and add noopener to links 2021-09-09 23:21:13 +02:00
neri 8367de1070 add custom view for link-only text 2021-09-09 22:18:42 +02:00
neri b3c556e86e set textarea height relative to view-height 2021-09-09 20:14:45 +02:00
neri 24692adb93 use tree_magic_db 2021-08-18 23:52:17 +02:00
neri 0bbf19d0b6 add snippet folder to docker build 2021-08-18 23:27:55 +02:00
neri 34247604db show limits explicitly, improve code 2021-08-18 23:22:50 +02:00
neri 1c7930d0c6 always prefer inline display when not downloading 2021-08-15 23:23:03 +02:00
neri 3ed85dec5a license as agpl 2021-06-28 10:09:04 +02:00
neri 02e228e71d fix font-family set everywhere, changed spacings and button text size 2021-06-28 01:22:52 +02:00
neri c1358a401b set font-family better in css 2021-06-28 01:11:10 +02:00
neri 8dbca1c6e6 wrap api usage in html details tag 2021-04-16 14:45:43 +02:00
neri 74d06f53a1 add error logging for internal server errors 2021-04-08 00:33:22 +02:00
neri 229e428de3 implement basic auth and additional upload limits for unauthenticated users 2021-04-08 00:25:20 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ services:
DATABASE_USER: datatrash
DATABASE_PASS: jNmLZYr75as0W5TY7iSaIEVPSa2awaWAAgC5Zt8JsRAXbYrscLW4Dk7ZxHL1Bu4v
UPLOAD_MAX_BYTES: 1073741824
AUTH_PASSWORD: auth_password
AUTH_PASSWORD: peter123
NO_AUTH_MAX_TIME: 604800
NO_AUTH_LARGE_FILE_MAX_TIME: 1800
NO_AUTH_LARGE_FILE_SIZE: 10485760