summaryrefslogtreecommitdiff
path: root/docs/configuration/database.md
diff options
context:
space:
mode:
authorLibravatar Daenney <daenney@users.noreply.github.com>2024-04-30 15:27:44 +0200
committerLibravatar GitHub <noreply@github.com>2024-04-30 14:27:44 +0100
commit39b3a27c8218b00f7ec94d4fdaed837dab9ccfdc (patch)
treeb4afe07150b50a4483c2445f9e98cb75ffc4fe2d /docs/configuration/database.md
parent[bugfix] paging rel links (#2883) (diff)
downloadgotosocial-39b3a27c8218b00f7ec94d4fdaed837dab9ccfdc.tar.xz
[docs] Remove last references to RPi (#2885)
This updates the documentation to remove the last stray references to the copaganda Pi. It now uses the the term single-board computer. GtS can run fine on all kinds of SBCs and isn't limited to that one particular fruit version.
Diffstat (limited to 'docs/configuration/database.md')
-rw-r--r--docs/configuration/database.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/database.md b/docs/configuration/database.md
index a1ab9c293..3a7143593 100644
--- a/docs/configuration/database.md
+++ b/docs/configuration/database.md
@@ -6,7 +6,7 @@ By default, GoToSocial will use Postgres, but this is easy to change.
## SQLite
-SQLite, as the name implies, is the lightest database type that GoToSocial can use. It stores entries in a simple file format, usually in the same directory as the GoToSocial binary itself. SQLite is great for small instances and lower-powered machines like Raspberry Pi, where a dedicated database would be overkill.
+SQLite, as the name implies, is the lightest database type that GoToSocial can use. It stores entries in a simple file format, usually in the same directory as the GoToSocial binary itself. SQLite is great for small instances and single-board computers, where a dedicated database would be overkill.
To configure GoToSocial to use SQLite, change `db-type` to `sqlite`. The `address` setting will then be a filename instead of an address, so you will want to change it to `sqlite.db` or something similar.