diff options
| author | 2025-05-14 13:25:52 +0000 | |
|---|---|---|
| committer | 2025-05-14 13:25:52 +0000 | |
| commit | cfe6336b6e1d07b2cbb7432db87054128286e39b (patch) | |
| tree | f8352a5f1c75f87efe3c54b7353049c6cc959ef2 /docs/getting_started/index.md | |
| parent | [feature] Configurable max profile fields (#4175) (diff) | |
| download | gotosocial-cfe6336b6e1d07b2cbb7432db87054128286e39b.tar.xz | |
[chore] Change default database in example config to sqlite, update docs. (#4174)
As discussed in Matrix chat.
* Change DB in example config to sqlite.
* Clarify config settings which only apply to postgres.
* Update getting started docs; no need to change example config any more.
* In "single board computers" mention SD card corruption risk.
## Checklist
Please put an x inside each checkbox to indicate that you've read and followed it: `[ ]` -> `[x]`
If this is a documentation change, only the first checkbox must be filled (you can delete the others if you want).
- [X] I/we have read the [GoToSocial contribution guidelines](https://codeberg.org/superseriousbusiness/gotosocial/src/branch/main/CONTRIBUTING.md).
- [X] I/we have discussed the proposed changes already, either in an issue on the repository, or in the Matrix chat.
- [X] I/we have not leveraged AI to create the proposed changes.
- [X] I/we have performed a self-review of added code.
- [X] I/we have made any necessary changes to documentation.
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4174
Co-authored-by: Phil Hagelberg <phil@hagelb.org>
Co-committed-by: Phil Hagelberg <phil@hagelb.org>
Diffstat (limited to 'docs/getting_started/index.md')
| -rw-r--r-- | docs/getting_started/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started/index.md b/docs/getting_started/index.md index 286a2e4fd..e99e069e3 100644 --- a/docs/getting_started/index.md +++ b/docs/getting_started/index.md @@ -55,7 +55,7 @@ For media storage, including [storage of remote media files in the cache](../adm ### Single-board Computers -GoToSocial's light system requirements means that it runs pretty well on decently-specced single-board computers. If running on a single-board computer, you should ensure that GoToSocial is using a USB drive (preferably an SSD) to store its database files and media, not SD card storage, since the latter tends to be too slow to run a database on. +GoToSocial's light system requirements means that it runs pretty well on decently-specced single-board computers. If running on a single-board computer, you should ensure that GoToSocial is using a USB drive (preferably an SSD) to store its database files and media, not SD card storage, since the latter tends to be too slow to run a database on and can easily get corrupted with write-heavy workloads. ### VPS |
