diff --git a/.dockerignore b/.dockerignore index b5c3c630..9f03a946 100644 --- a/.dockerignore +++ b/.dockerignore @@ -35,3 +35,5 @@ docker/ data/ data*/ output/ +index.sqlite3 +index.sqlite3-wal diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..afb03617 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +**/*.lock +**/*-lock.json diff --git a/.gitignore b/.gitignore index 7e3fbe26..76fe607e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,6 @@ venv/ node_modules/ # Ignore dev lockfiles (should always be built fresh) -pdm.lock pdm.dev.lock requirements-dev.txt @@ -30,6 +29,9 @@ data/ data*/ output/ index.sqlite3 +*.sqlite* +data.* # vim *.sw? +.vscode diff --git a/README.md b/README.md index 44e8796c..2ad7ed1f 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ ArchiveBox is free for everyone to self-host, but we also provide support, secur > ***[Contact us](https://zulip.archivebox.io/#narrow/stream/167-enterprise/topic/welcome/near/1191102)** if your org wants help using ArchiveBox professionally.* (we are also seeking [grant funding](https://github.com/ArchiveBox/ArchiveBox/issues/1126#issuecomment-1487431394)) > We offer: setup & support, CAPTCHA/ratelimit unblocking, SSO, audit logging/chain-of-custody, and more -> *ArchiveBox has 🏛️ 501(c)(3) [nonprofit status](https://hackclub.com/hcb/) and all our work supports open-source development.* +> *ArchiveBox is a 🏛️ 501(c)(3) [nonprofit FSP](https://hackclub.com/hcb/) and all our work supports open-source development.*
@@ -291,7 +291,8 @@ See below for more usage examples using the C
aptitude apt (Ubuntu/Debian/etc.)
-
    +See the Install: Bare Metal Wiki for instructions. ➡️ +

@@ -407,10 +407,12 @@ See below for usage examples using the CLI, W > *Warning: These are contributed by external volunteers and may lag behind the official `pip` channel.*