diff options
| author | 2025-04-28 12:08:51 +0000 | |
|---|---|---|
| committer | 2025-04-28 12:08:51 +0000 | |
| commit | afb4279d27c700b7e54383f09d693ca5993e7c8a (patch) | |
| tree | 6a1ada288e06af561788983d48503128f68f1fae /docs/configuration/index.md | |
| parent | bump dependencies: minio-go, go-sqlite3, goldmark, otel, x/image/webp (#4075) (diff) | |
| download | gotosocial-afb4279d27c700b7e54383f09d693ca5993e7c8a.tar.xz | |
[docs] Move docs links to codeberg (#4074)
Update more links from github -> codeberg in the docs.
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4074
Co-authored-by: tobi <tobi.smethurst@protonmail.com>
Co-committed-by: tobi <tobi.smethurst@protonmail.com>
Diffstat (limited to 'docs/configuration/index.md')
| -rw-r--r-- | docs/configuration/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/index.md b/docs/configuration/index.md index 79eea3184..6d0c870ad 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -135,7 +135,7 @@ To speed up startup time of GoToSocial, you can cache the compiled modules betwe You can instruct GoToSocial on where to store the Wazero artifacts by setting the environment variable `GTS_WAZERO_COMPILATION_CACHE` to a directory, which will be used by GtS to store two smallish artifacts of ~50MiB or so each (~100MiB total). -For an example of this in action, see the [docker-compose.yaml](https://raw.githubusercontent.com/superseriousbusiness/gotosocial/main/example/docker-compose/docker-compose.yaml), and the [gotosocial.service](https://raw.githubusercontent.com/superseriousbusiness/gotosocial/main/example/gotosocial.service) example files. +For an example of this in action, see the [docker-compose.yaml](https://codeberg.org/superseriousbusiness/gotosocial/raw/branch/main/example/docker-compose/docker-compose.yaml), and the [gotosocial.service](https://codeberg.org/superseriousbusiness/gotosocial/raw/branch/main/example/gotosocial.service) example files. If you want to provide this value to GtS outside of systemd or Docker, you can do so in the following manner when starting up your GtS server: |
