1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-18 04:11:57 +02:00

Commit Graph

  • 4b26ab9d1f only load image into docker when building, and push on deploy Nick Sweeting 2023-10-19 16:29:49 -07:00
  • 9fa210515e Bump required python version to 3.9 in stdeb.cfg Nick Sweeting 2023-10-19 16:22:06 -07:00
  • 748363e685 Bump required Python version to 3.9 Nick Sweeting 2023-10-19 16:21:32 -07:00
  • 6619e8005e Update pip.yml github action python version Nick Sweeting 2023-10-19 16:20:43 -07:00
  • a61f544547 Update SECURITY.md Nick Sweeting 2023-10-19 16:18:32 -07:00
  • edde40898b fix markdown underlining everything as link Nick Sweeting 2023-10-19 12:58:38 -07:00
  • a8ce927937 fix markdown formatting Nick Sweeting 2023-10-19 12:57:05 -07:00
  • 0e3475a0eb Create SECURITY.md policy Nick Sweeting 2023-10-18 18:40:58 -07:00
  • 4f655fc4a1 Replace chown of entire data directory when ownership mismatch detected Nick Sweeting 2023-10-18 18:24:43 -07:00
  • e9c85aa812 Update README.md Nick Sweeting 2023-10-18 17:53:49 -07:00
  • 6f4a7e4e68 Add ADMIN_USERNAME and ADMIN_PASSWORD to example options Nick Sweeting 2023-10-18 11:53:13 -07:00
  • 2a1104c76a Merge pull request #1245 from benmuth/add-user-env-vars Nick Sweeting 2023-10-18 11:50:58 -07:00
  • d286dca925 better to log before doing a thing than after Nick Sweeting 2023-10-18 11:47:55 -07:00
  • 9e6a87114b Fix formatting, logging, logic issues Ben Muthalaly 2023-10-18 12:07:36 -05:00
  • 521ea70e0c Add check for existing user, change varable names Ben Muthalaly 2023-10-18 03:07:54 -05:00
  • 9b85f35b63 sqlite search: check SQLite version when indexing Ross Williams 2023-10-16 14:50:48 -04:00
  • 1e604a1352 sqlite search: clean up errors and type-checking Ross Williams 2023-10-16 14:31:52 -04:00
  • adb9f0ecc9 sqlite search: Rename connection to get_connection Ross Williams 2023-10-13 09:26:50 -04:00
  • e0f8eeeaa7 Improve search.backends.sqlite retry logic Ross Williams 2023-10-10 10:30:52 -04:00
  • 8fe5faf4d0 Introduce SQLite FTS5-powered search backend Ross Williams 2023-10-09 16:43:08 -04:00
  • c53ec45a29 WIP: add sqlite search backend boilerplate Ross Williams 2023-10-08 15:01:59 -04:00
  • 6555719489 Add space after tags when extracting text Ross Williams 2023-10-13 18:01:32 -04:00
  • 44a94157be Remove logging of configured username and password Ben Muthalaly 2023-10-15 23:36:47 -05:00
  • 11d473e536 Add config options to add admin user on first run Ben Muthalaly 2023-10-14 00:38:04 -05:00
  • d8aa84ac98 Make extracting text for indexing optional Ross Williams 2023-10-12 13:14:39 -04:00
  • b6a20c962a Extract text from singlefile.html when indexing Ross Williams 2023-10-12 13:06:35 -04:00
  • d7b883b049 fix broken link Nick Sweeting 2023-10-12 00:22:47 -07:00
  • dcef217e5e Merge pull request #1242 from benmuth/fix-titles-with-empty-tag Nick Sweeting 2023-10-09 21:39:26 -07:00
  • 77917e9b55 Fix HTML title parsing bugs. Ben Muthalaly 2023-10-09 02:00:01 -05:00
  • 4950cee3b6 Merge pull request #1229 from jamesob/dev Nick Sweeting 2023-09-18 12:19:00 -07:00
  • b28b3b7e67 README: update outdated links James O'Beirne 2023-09-18 10:37:35 -04:00
  • 5c1a14e4f2 ignore errors while getting system user name Nick Sweeting 2023-09-14 03:39:44 -07:00
  • ffe2968e4f improve some comments Nick Sweeting 2023-09-14 02:41:27 -07:00
  • f809efce4d Merge pull request #996 from barthalion/dev Nick Sweeting 2023-09-03 21:40:49 -07:00
  • aaca74f6a8 only start parsing json after the first open brace Nick Sweeting 2023-09-03 21:40:12 -07:00
  • cd9f228b2f Merge pull request #1214 from DanielBatteryStapler/DanielBatteryStapler-patch-1 Nick Sweeting 2023-09-03 21:25:12 -07:00
  • 16d278fbdb Merge pull request #1168 from mAAdhaTTah/add-readwise-reader Nick Sweeting 2023-09-03 21:24:49 -07:00
  • 110a22ee32 Merge branch 'dev' into DanielBatteryStapler-patch-1 Nick Sweeting 2023-08-31 15:20:46 -07:00
  • 73a5f74d38 update default YOUTUBEDL_ARGS to fix subs and filesize Nick Sweeting 2023-08-31 15:17:45 -07:00
  • 86366d5640 Update logging_util.py to fix generator subscripting error Nick Sweeting 2023-08-31 15:12:43 -07:00
  • a837f870af Merge pull request #1221 from spresse1/update-singlefile Nick Sweeting 2023-08-29 17:04:04 -07:00
  • c8597a7fa1 Update singlefile to the latest version and switch it to single-file-cli. Unfortunately, this requires a rewrite of NPM dependency files. spresse1 2023-08-29 20:28:48 +02:00
  • 62fb56354b Merge pull request #1219 from spresse1/chrome-cleanup Nick Sweeting 2023-08-28 20:02:22 -07:00
  • 603ce7ec10 After a timeout, chrome will leave behind a SingletonLock, which prevents future instances of chrome from starting. When an extractor fails due to a timeout, remove this file. spresse1 2023-08-28 17:27:03 +02:00
  • 0b6064b7dd Update docker_entrypoint.sh to use /bin/bash Nick Sweeting 2023-08-22 16:35:43 -07:00
  • 23f086aa40 add LDAP support root 2023-08-16 21:53:49 -05:00
  • 00ecf57b0f Merge pull request #1211 from DanielBatteryStapler/DanielBatteryStapler-patch-1 Nick Sweeting 2023-08-15 21:34:53 -07:00
  • 94dacc49c7 Fix archive_org icon "exists" DanielBatteryStapler 2023-08-15 23:49:54 -04:00
  • 68e936e7c2 Merge pull request #1186 from ArchiveBox/dependabot/npm_and_yarn/word-wrap-1.2.4 Nick Sweeting 2023-08-13 16:43:09 -07:00
  • a7d7644dca Merge pull request #1205 from overhacked/fix_url_regex_hyphen Nick Sweeting 2023-08-09 14:20:07 -07:00
  • c039ef05b3 Fix hyphen placement in util.URL_REGEX Ross Williams 2023-08-08 15:09:11 -04:00
  • 2076474252 Drop use of TypeAlias to maintain Python 3.9 compat Ross Williams 2023-08-02 10:56:48 -04:00
  • b44f7e68b1 Add URL-specific method allow/deny lists Ross Williams 2023-07-31 11:34:03 -04:00
  • 46e80dd509 Rename URL_(WHITE|BLACK)LIST to URL_(ALLOW|DENY)LIST Ross Williams 2023-07-30 23:43:04 -04:00
  • b773041952 Merge pull request #1199 from overhacked/chrome_version_detection_fix Nick Sweeting 2023-08-01 10:14:18 -07:00
  • 5b7ecfc872 Merge pull request #1197 from overhacked/bin_version_env_fix Nick Sweeting 2023-08-01 10:12:59 -07:00
  • d0e65eba7f More reliably detect Google Chrome version number Ross Williams 2023-07-31 15:34:58 -04:00
  • 9d9872d325 bin_version means to modify, not replace environ Ross Williams 2023-03-20 14:25:29 -04:00
  • 3e5e9c7a41 Merge pull request #1194 from wogong/patch-1 Nick Sweeting 2023-07-29 09:29:34 -07:00
  • 3e9e221232 Fix Instapaper export link in README.md Zhen 2023-07-28 07:58:58 +08:00
  • 0bf739b736 Bump word-wrap from 1.2.3 to 1.2.4 dependabot[bot] 2023-07-19 02:03:00 +00:00
  • 40ddd33602 Update README.md Nick Sweeting 2023-07-07 09:37:42 -07:00
  • 181501fd36 Add Readwise Reader API parser mAAdhaTTah 2023-07-02 11:18:41 -04:00
  • 0d26538a4b Update README.md example commands to use new docker compose format Nick Sweeting 2023-06-13 17:46:32 -07:00
  • 37d238cd31 Update README.md Nick Sweeting 2023-06-13 17:43:40 -07:00
  • 2580f76a2e Update README.md Nick Sweeting 2023-06-13 17:41:08 -07:00
  • 571131d5f3 Update README.md to simplify intro instructions Nick Sweeting 2023-06-13 17:35:00 -07:00
  • 733dbfa1f3 Update scheduler to persist single shared contab via volume instead of requiring separate container for each job Nick Sweeting 2023-06-13 17:13:55 -07:00
  • 58d784cdd8 limit nginx config to only serve archive directory instead of main data folder root Nick Sweeting 2023-06-13 16:43:37 -07:00
  • 0e0b06bef1 Merge pull request #1159 from ArchiveBox/pirate-patch-1 Nick Sweeting 2023-06-13 05:49:58 -07:00
  • 406e2b681d Update docker-compose.yml scheduled task image and container name Nick Sweeting 2023-06-13 05:49:22 -07:00
  • 347b8d977d Merge pull request #1154 from sissbruecker/fix/oneshot_exit_code Nick Sweeting 2023-05-30 17:34:25 -07:00
  • 7bf4f40da0 just use out_dir Sascha Ißbrücker 2023-05-29 10:03:49 +02:00
  • 40c122515a fix: make oneshot command return successful exist code Sascha Ißbrücker 2023-05-29 10:01:27 +02:00
  • 32eef51081 Merge pull request #1153 from ArchiveBox/pirate-patch-1 Nick Sweeting 2023-05-27 06:08:25 -07:00
  • d6780d1ab7 Add links to new social media profiles under Further Reading Nick Sweeting 2023-05-27 06:08:04 -07:00
  • dbe1cd8dc0 Merge pull request #1152 from jess-sol/patch-1 Nick Sweeting 2023-05-26 21:34:15 -07:00
  • aa5533b80f Update export_browser_history.sh J 2023-05-25 09:08:13 -06:00
  • 081ba7e81b Merge pull request #1147 from mrled/set-app-permissions-dockerfile Nick Sweeting 2023-05-06 00:20:50 -07:00
  • 3edb319ba9 Set /app permissions in the Dockerfile Micah R Ledbetter 2023-05-05 23:47:02 -05:00
  • 5bbc5228cc Merge pull request #1146 from mrled/add-favicon-provider Nick Sweeting 2023-05-05 19:00:15 -07:00
  • 1e50ca243e Add FAVICON_PROVIDER option for custom favicon service Micah R Ledbetter 2023-05-05 20:42:36 -05:00
  • a1e2fce405 Update debian CI builds to use ubuntu 22.04 and actions/checkout@v3 v0.7.0 Nick Sweeting 2023-04-18 22:17:58 -07:00
  • 32fac5999e Merge pull request #1131 from dcalano/dev Nick Sweeting 2023-03-30 13:14:17 -06:00
  • f48e48e6da Fix for Issue #1008 David Calano 2023-03-29 01:48:12 -04:00
  • f86891bc33 Merge pull request #1128 from tejr/dev Nick Sweeting 2023-03-26 18:46:06 -06:00
  • 53af810ff8 Add missing closing quote to style attribute Tom Ryder 2023-03-27 10:54:04 +13:00
  • 829e377890 Merge pull request #1123 from fa0311/dev Nick Sweeting 2023-03-18 08:07:23 -06:00
  • 44a5a5ed7e add explicitly specify --headless=new ふぁ 2023-03-17 19:30:14 +09:00
  • f5e631dbfa Merge pull request #1120 from fa0311/dev Nick Sweeting 2023-03-15 17:05:46 -06:00
  • 9f42a3bf29 fix whitespace Nick Sweeting 2023-03-15 16:01:02 -07:00
  • d77c770c47 add CHROME_TIMEOUT args ふぁ 2023-03-14 20:29:41 +09:00
  • cc53eceda2 recreate dockerx builder if missing platforms Nick Sweeting 2023-03-13 06:55:28 -06:00
  • e5eee4e0b6 add cross-platform docker build support Nick Sweeting 2023-03-13 11:57:20 +00:00
  • 606fa397a4 disable passing timeout arg to chrome because v111 is crashing when passed Nick Sweeting 2023-03-13 10:50:18 +00:00
  • 1f1c70a8b1 remove --single-process from chrome args and add some rendering optimization args Nick Sweeting 2023-03-13 10:49:57 +00:00
  • 9599845b56 ensure DOM HTML dump is non-zero length file when retrying Nick Sweeting 2023-03-13 10:49:26 +00:00
  • f94e8cd9b2 bump docker base image version and node version Nick Sweeting 2023-03-13 10:49:02 +00:00
  • d72b1495d0 Merge pull request #1115 from fa0311/dev Nick Sweeting 2023-03-08 23:30:51 -08:00
  • a580e4627d add instructions on how to install to comment Nick Sweeting 2023-03-08 23:30:30 -08:00