aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMark :) <Mxrk@users.noreply.github.com>2025-04-13 13:40:20 +0200
committerGitHub <noreply@github.com>2025-04-13 12:40:20 +0100
commiteeff55f8e27b22181e3942974fdae560d76c165c (patch)
tree8337ec2a33450ec622a5ee916131174a85e8722b /docs
parent6c0638be490afdc7d92dab37fac2330bc1ae4bd1 (diff)
downloadkarakeep-eeff55f8e27b22181e3942974fdae560d76c165c.tar.zst
docs: replace hoarder with karakeep in CONTRIBUTING.md and FAQ (#1256)
* chore: replace hoarder in contributing * chore: replace hoarder with karakeep in faq
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/11-FAQ.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/11-FAQ.md b/docs/docs/11-FAQ.md
index 5a9a1098..34cd5491 100644
--- a/docs/docs/11-FAQ.md
+++ b/docs/docs/11-FAQ.md
@@ -24,7 +24,7 @@ To reset the password:
* Acquire some kind of tools that helps you to connect to the database:
* `sqlite3` on Linux: run `apt-get install sqlite3` (depending on your package manager)
* e.g. `dbeaver` on Windows
-* Shut down hoarder
+* Shut down Karakeep
* Connect to the `db.db` database, which is located in the `data` directory you have mounted to your docker container:
* by e.g. running `sqlite3 db.db` (in your `data` directory)
* or going through e.g. the `dbeaver` UI to locate the file in the data directory and connecting to it
@@ -32,7 +32,7 @@ To reset the password:
* `update user set password='$2a$10$5u40XUq/cD/TmLdCOyZ82ePENE6hpkbodJhsp7.e/BgZssUO5DDTa' where email='<YOUR_EMAIL_HERE>';`
* (don't forget to put your email address into the command)
* The new password for your user is now `adminadmin`.
-* Start hoarder again
+* Start Karakeep again
* Log in with your email address and the password `adminadmin` and change the password to whatever you want in the `User Settings`
### Adding another administrator