Nick Sweeting
950b5cbbb6
Merge pull request #924 from prnake/dev
...
improve title extractor
2022-05-09 18:38:12 -07:00
Nick Sweeting
6e66863871
add max 5s writing delay for concurrent writers and flush WAL slower
2022-05-09 18:36:40 -07:00
Nick Sweeting
c5ccb05d4a
update Dockerfile buildx instructions to exclude intel/386
2022-04-21 07:35:34 -07:00
Nick Sweeting
ed9ef588d9
add instructions for multi-arch build at top of Dockerfile
2022-04-21 07:29:27 -07:00
dependabot[bot]
66f79fc041
Bump node-fetch from 2.6.1 to 2.6.7
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21 14:12:19 +00:00
Nick Sweeting
2b35d14c0f
update npm package versions
2022-04-21 07:11:35 -07:00
Nick Sweeting
57df65f28f
use yt-dlp for media archiving instead of youtube-dl
2022-04-21 07:11:35 -07:00
Nick Sweeting
eb81d41f84
bump Dockerfile base image version and install yt-dlp
2022-04-21 07:11:35 -07:00
Nick Sweeting
1d2fd83b1b
Merge pull request #967 from rossvor/dev
2022-04-20 17:22:51 -07:00
Ross
c63822a5e5
Fix missing input redirection in a hint text
2022-04-19 22:25:49 +01:00
Nick Sweeting
9e74676af3
Update README.md
2022-04-12 20:24:44 -04:00
Nick Sweeting
7d4033e73b
Add links to DB troubleshooting and upgrading instructions
2022-04-12 18:27:22 -04:00
Nick Sweeting
183253e983
Update README.md
2022-04-12 18:24:24 -04:00
Nick Sweeting
f1095f547c
Merge pull request #961 from kusold/patch-1
2022-04-06 13:39:26 -07:00
Mike Kusold
4febbacef6
Fix entrypoint
...
docker-compose requires `$$` for env vars that are supposed to be executed inside the container.
2022-04-05 20:58:40 -06:00
Mike Kusold
dfef21a814
Update pywb entrypoint
...
wb-manager first needs you to init the collection. If you attempt to init a collection that already exists, it exits with a `2`.
Also, `wayback --proxy` requires an argument, so I remove the proxy argument.
2022-04-05 20:42:29 -06:00
Igor Rzegocki
d4f534e612
add LOGOUT_REDIRECT_URL
2022-03-31 21:40:14 +02:00
Nick Sweeting
d268513877
cleanup example configs
2022-03-22 20:55:17 -04:00
Nick Sweeting
0ec5ba0595
fix pihole admin port format in docker-compose
2022-03-16 14:15:37 -07:00
Nick Sweeting
a15350cc77
Update docker-compose.yml
2022-03-16 14:14:35 -07:00
Nick Sweeting
5cd2b328c0
Add example pihole docker-compose config for ad/tracker blocking during archiving
2022-03-16 14:12:18 -07:00
Nick Sweeting
0612ff751a
Merge pull request #923 from CrazyPython/patch-1
2022-03-05 03:21:09 -05:00
Nick Sweeting
feafe9a2a2
Merge pull request #936 from pellaeon/pr-binversion
2022-03-05 03:20:04 -05:00
Nick Sweeting
51ad780047
Merge pull request #932 from hyfen/patch-1
2022-03-05 03:17:49 -05:00
Nick Sweeting
dc8bd1d78f
Merge pull request #942 from xfq/archive_dot_org
2022-03-05 03:14:32 -05:00
Fuqiao Xue
29ee73660b
Fix broken URI fragment
2022-03-03 21:04:19 +08:00
Pellaeon Lin
5e9d05483e
Fix bin_version: set LANG=C when calling executables to avoid parsing
...
localized output.
2022-02-24 17:01:00 +08:00
Andrew Louis
532aeca8a0
Fix typo in README.md
2022-02-18 13:03:11 -05:00
prnake
011bd104cb
remove unused import
2022-02-09 10:48:51 +08:00
papersnake
de8e22efb7
improve title extractor
2022-02-08 23:17:52 +08:00
James
6dae0cc252
Fix arch installation command
...
The linked package is on AUR, typically installed with yay. "pacman install" is not a valid command.
2022-02-06 15:39:44 -05:00
Nick Sweeting
bf432d4931
Merge pull request #918 from akhilleusuggo/patch-1
...
typo
2022-01-30 18:55:11 -05:00
akhilleusuggo
9231e7f091
typo
...
ERROR: The Compose file './docker-compose.yml' is invalid because:
services.pywb.volumes contains an invalid type, it should be an array
2022-01-27 19:24:59 +01:00
Nick Sweeting
663918a372
Merge pull request #911 from hannah98/dev
2022-01-10 20:54:44 -05:00
Nick Sweeting
666ab20df5
Update archivebox/config.py
2022-01-10 20:42:09 -05:00
hannah98
fc3d2bb4dc
rename TAG_SEPARATORS to TAG_SEPARATOR_PATTERN
2022-01-06 14:14:41 +00:00
hannah98
049f88def9
Added TAG_SEPARATORS option to supply a regex of characters to use when splitting tags
2021-12-30 20:19:48 +00:00
Nick Sweeting
745f6573c1
bump node dependencies
2021-12-23 16:03:51 -05:00
Nick Sweeting
7a7217abb4
Bump mercury-parser version
2021-12-23 15:59:50 -05:00
Nick Sweeting
0aa75c861b
also install npm packages when testing brew package
2021-12-23 15:56:28 -05:00
Nick Sweeting
9850333b88
Update _config.yml
2021-12-23 15:43:13 -05:00
Nick Sweeting
f144f7b5c6
bump brew disk version
2021-12-23 15:39:49 -05:00
Nick Sweeting
2c7be14bb7
Merge pull request #909 from ArchiveBox/dependabot/npm_and_yarn/jszip-3.7.1
2021-12-23 12:55:25 -05:00
Nick Sweeting
d6a856264f
Merge pull request #910 from ArchiveBox/dependabot/npm_and_yarn/ansi-regex-5.0.1
2021-12-23 12:55:15 -05:00
dependabot[bot]
2c3a25765f
Bump ansi-regex from 5.0.0 to 5.0.1
...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-23 17:49:43 +00:00
dependabot[bot]
1f7e15e3c0
Bump jszip from 3.6.0 to 3.7.1
...
Bumps [jszip](https://github.com/Stuk/jszip ) from 3.6.0 to 3.7.1.
- [Release notes](https://github.com/Stuk/jszip/releases )
- [Changelog](https://github.com/Stuk/jszip/blob/master/CHANGES.md )
- [Commits](https://github.com/Stuk/jszip/compare/v3.6.0...v3.7.1 )
---
updated-dependencies:
- dependency-name: jszip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-23 17:49:42 +00:00
Nick Sweeting
559c395c1e
run archivebox version after homebrew bottle build
2021-12-23 12:49:03 -05:00
Nick Sweeting
d7f01922f3
fix direct assignment of tags to many-to-many set
2021-12-23 12:29:17 -05:00
Nick Sweeting
b1b7ee2b85
Update sql.py
2021-12-23 12:17:55 -05:00
Nick Sweeting
f363738aae
Merge pull request #908 from hannah98/dev
2021-12-21 00:24:48 -05:00