Commit Graph

29 Commits

Author SHA1 Message Date
Luna adbb2d532b let posts be found by primary key id 2024-02-12 00:08:29 -03:00
Luna 834a693282 fix typo 2024-02-12 00:08:27 -03:00
Luna 930b48e55b bump dependencies 2023-12-22 21:21:56 -03:00
Luna b0c729789f streaming decompression for less storage use 2023-12-22 21:21:41 -03:00
Luna 77466bab7c use upserts for build db 2022-10-04 14:03:52 -03:00
Luna b09c1b7c74 fix typo 2022-09-18 18:33:15 -03:00
Luna f9547ff04c only vacuum db if work was actually made 2022-09-18 18:22:25 -03:00
Luna 019c5ad1b5 fix e621 api compliance bugs 2022-09-18 16:20:33 -03:00
Luna ee4ba47831 dockerfile: add DBPATH 2022-09-18 14:12:22 -03:00
Luna 5a857da5d4 add .dockerignore 2022-08-30 21:10:54 -03:00
Luna a1af5ff3fa add authfile.example 2022-08-30 21:10:47 -03:00
Luna 62a59975f6 add Dockerfile
close #3
2022-08-30 21:10:36 -03:00
Luna c889a14bac run PRAGMA optimize on webapi close
recommended by sqlite
2022-08-30 21:10:13 -03:00
Luna 6fc2a3fbfa add auth keys
close #1
2022-08-30 21:10:05 -03:00
Luna c2576d271c don't reimport posts when not needed 2022-08-29 21:56:57 -03:00
Luna 21e05ba546 use env var for db 2022-08-29 00:29:01 -03:00
Luna fe3a81e614 add e621 api cloner 2022-08-29 00:26:33 -03:00
Luna dab0de4448 use csv reader for counting instead of 'wc -l' 2022-08-28 16:49:08 -03:00
Luna a44ef2a370 posts csv is huge holy shit 2022-08-28 16:24:44 -03:00
Luna 38b74f5ebf fix typos 2022-08-28 16:18:54 -03:00
Luna 75926b5b8c use wc for linecount 2022-08-28 16:17:17 -03:00
Luna 521da51092 fix typo 2022-08-28 16:13:52 -03:00
Luna 3a8a3bab80 add post importing 2022-08-28 16:13:26 -03:00
Luna c987eb7035 insert tags into sqlite db 2022-08-28 01:07:51 -03:00
Luna 58e9e4e9cb fix writing 0 bytes to downloded files 2022-08-28 00:24:38 -03:00
Luna 2c333ee00b decompress csv files 2022-08-28 00:14:42 -03:00
Luna ed0696721f add download meter 2022-08-28 00:03:17 -03:00
Luna 08f0dd27f7 add base build_db code 2022-08-27 23:56:24 -03:00
luna 1ed3e60f16 Initial commit 2022-08-28 02:14:07 +00:00