1
0
Fork 0
mirror of synced 2024-06-26 10:00:19 +12:00
Commit graph

1815 commits

Author SHA1 Message Date
Nick Sweeting 2431202dff specify width more directly 2020-11-23 04:26:04 -05:00
Nick Sweeting 3fd04e4cc9 move style file down a level 2020-11-23 04:24:42 -05:00
Nick Sweeting 7dbef2822f fix markdown link embed 2020-11-23 04:21:35 -05:00
Nick Sweeting 52fda6a728 add css override 2020-11-23 04:19:34 -05:00
Nick Sweeting dce47ea966 Set theme jekyll-theme-merlot 2020-11-23 04:09:35 -05:00
Nick Sweeting 127efbabbb Set theme jekyll-theme-tactile 2020-11-23 04:08:15 -05:00
Nick Sweeting a8c4df4322
add link to desktop project 2020-11-23 03:59:45 -05:00
Nick Sweeting 7c1beb70d7
Update README.md 2020-11-23 03:57:52 -05:00
Nick Sweeting 5af95c5aa6
better quickstart example url 2020-11-23 03:54:25 -05:00
Nick Sweeting 696f32867b
add supported OSs 2020-11-23 03:45:50 -05:00
Nick Sweeting ef2b5d4e5a
update quickstart 2020-11-23 03:42:11 -05:00
Nick Sweeting a74216291a
update icon 2020-11-23 03:16:38 -05:00
Nick Sweeting a00b64ad5e
update twitter urls 2020-11-23 02:57:38 -05:00
Nick Sweeting e2d5b09a1a update org urls in docs 2020-11-23 02:20:41 -05:00
Nick Sweeting cc3579f70f update docker org urls in docs and scripts 2020-11-23 02:20:01 -05:00
Nick Sweeting ebcb05957e bump docs 2020-11-23 02:06:46 -05:00
Nick Sweeting 0e2ccbc10d update urls to new repo path 2020-11-23 02:06:46 -05:00
Nick Sweeting d97fc6b16c
push builds to new docker org 2020-11-23 02:00:02 -05:00
Nick Sweeting 5b15c8e29e silence usermod on start 2020-11-23 00:59:50 -05:00
Nick Sweeting 75d4125e3e
wishful thinking, not allowed to push userless tags 2020-11-22 19:23:42 -05:00
Nick Sweeting 43bc59b3d5
add plain non-user-scoped tag to docker image 2020-11-22 18:52:13 -05:00
Nick Sweeting e4fa56e55a
fix indentation and workflow name 2020-11-22 18:41:22 -05:00
Nick Sweeting bb21198239
rename workflow 2020-11-22 18:38:38 -05:00
Nick Sweeting 4c3c6154f6
update secrets names 2020-11-22 18:01:39 -05:00
Nick Sweeting 7e9119c28b
Merge pull request #541 from chrismeller/master 2020-11-22 17:58:13 -05:00
Nick Sweeting b11d562445
fix splitting on multiple equals in val 2020-11-22 12:33:15 -05:00
Nick Sweeting afe9319c25
Merge pull request #537 from TrAyZeN/master 2020-11-18 23:20:41 -05:00
Chris Meller 244e296652
Remove Docker Workflow's scheduled trigger. 2020-11-17 18:03:30 +02:00
Chris Meller c0b4198eaf
Create Docker Workflow config 2020-11-17 17:57:03 +02:00
Nick Sweeting d32b27abcb
Merge pull request #540 from jdcaballerov/hotfix-search-fields
hotfix: Fixes 500 error on Admin search
2020-11-17 10:36:18 -05:00
JDC 8b0250caeb Fixes 500 error on search
The class SnapshotAdmin search_fields includes the
tags ManyToMany field causing a
django.core.exceptions.FieldError: Related Field got invalid lookup: icontains
error.
A related search field tags__name should be used.
2020-11-17 08:36:03 -05:00
TrAyZeN 88cc75a045 Change opacity of inexisting archive type on public view 2020-11-14 17:48:29 +01:00
TrAyZeN a05485f85c Fix file icons order 2020-11-14 17:44:06 +01:00
Nick Sweeting fdd4effc92
Merge pull request #535 from cdvv7788/extractors-flag 2020-11-13 14:53:17 -05:00
Nick Sweeting 257d3f2a98
Update archivebox/cli/archivebox_add.py 2020-11-13 14:52:21 -05:00
Nick Sweeting 79a936835c
Merge pull request #536 from jdcaballerov/tag-list-filter 2020-11-13 14:51:32 -05:00
JDC b1dbfcb73f Add test remove tag filter 2020-11-13 14:17:12 -05:00
JDC d54c3eec9d Add tag filter argument to remove command 2020-11-13 14:16:48 -05:00
Cristian 54df0a035b fix: Move csv split to the add function to avoid optional nullable argument 2020-11-13 13:10:17 -05:00
Cristian 1ec8276514 fix: Use a comma separated input instead of nargs for the extract flag 2020-11-13 13:01:11 -05:00
JDC cbb3d04c12 Allow list filtering by tag name 2020-11-13 12:06:12 -05:00
Cristian db523c9d82 fix: Avoid mutable default input argument 2020-11-13 11:41:50 -05:00
Cristian 44eede96e5 feat: Add extract flag to add command 2020-11-13 09:24:34 -05:00
Nick Sweeting 4372cb6eec stop execution entirely when atomic_write is unsupported 2020-11-12 14:55:21 -05:00
Nick Sweeting 16ad02d574 add latest package build artifacts 2020-11-12 14:29:06 -05:00
Nick Sweeting 3f160eab8e correctly handle WGET_AUTO_COMPRESSION failing when wget is missing 2020-11-12 14:28:43 -05:00
Nick Sweeting fbd9a7caa6
add explicit error when FSYNC is not supported on filesystem 2020-11-10 01:07:56 -05:00
Nick Sweeting 5225c17073
disable docker layer caching for now 2020-11-09 22:55:55 -05:00
Nick Sweeting 018aecfa93
favor chromium in install script over chromium-browser 2020-11-09 15:09:05 -05:00
Nick Sweeting 419ab56013
Merge pull request #524 from LaazV/patch-1
Fixed docker-compose.yml url
2020-11-03 12:22:03 -05:00