Skip to content

Commit

Permalink
Dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Sep 28, 2024
1 parent 83fcfdb commit f8f6b9f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/install_setup/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This page lists all methods to change the configuration and all existing configu

For the settings, you can either use a configuration file or environment variables.

When you use the [Docker Compose based setup](install_setup/deployment.md), you can include a configuration file by adding the following list item under the `volumes:` key in the `grampsweb:` block:
When you use the [Docker Compose based setup](deployment.md), you can include a configuration file by adding the following list item under the `volumes:` key in the `grampsweb:` block:

```yaml
- /path/to/config.cfg:/app/config/config.cfg
Expand Down
2 changes: 1 addition & 1 deletion docs/install_setup/digital_ocean.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gramps Web DigitalOcean 1-Click App

Instead of [setting up Gramps Web yourself](/install_setup/deployment.md), you can also use the [Gramps Web DigitalOcean 1-Click App](https://marketplace.digitalocean.com/apps/gramps-web?refcode=b1d13ebe86ac&action=deploy). Digital Ocean hosts the Demo version of Gramps Web.
Instead of [setting up Gramps Web yourself](deployment.md), you can also use the [Gramps Web DigitalOcean 1-Click App](https://marketplace.digitalocean.com/apps/gramps-web?refcode=b1d13ebe86ac&action=deploy). Digital Ocean hosts the Demo version of Gramps Web.

<a href="https://www.digitalocean.com/?refcode=b1d13ebe86ac&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%202.svg" alt="DigitalOcean Referral Badge" /></a>

Expand Down
2 changes: 1 addition & 1 deletion docs/install_setup/postgres.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Using a PostgreSQL database

By default, Gramps uses a file-based SQLite database to store the family tree. This works perfectly fine for Gramps Web and is recommended for most users. However, starting with Gramps Web API version 0.3.0, also a PostgreSQL server with a single family tree per database is supported, powered by the [Gramps PostgreSQL Addon](https://gramps-project.org/wiki/index.php/Addon:PostgreSQL). Since [version 1.0.0](https://github.com/gramps-project/gramps-web-api/releases/tag/v1.0.0), also the SharedPostgreSQL Addon is supported, which allows hosting multiple family trees in a single database, which is particularly useful when used together with Gramps Web API [multi-tree support](https://www.grampsweb.org/multi-tree/).
By default, Gramps uses a file-based SQLite database to store the family tree. This works perfectly fine for Gramps Web and is recommended for most users. However, starting with Gramps Web API version 0.3.0, also a PostgreSQL server with a single family tree per database is supported, powered by the [Gramps PostgreSQL Addon](https://gramps-project.org/wiki/index.php/Addon:PostgreSQL). Since [version 1.0.0](https://github.com/gramps-project/gramps-web-api/releases/tag/v1.0.0), also the SharedPostgreSQL Addon is supported, which allows hosting multiple family trees in a single database, which is particularly useful when used together with Gramps Web API [multi-tree support](multi-tree.md).

## Setting up the PostgreSQL server

Expand Down
6 changes: 3 additions & 3 deletions docs/install_setup/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ replacing "My Family Tree" with the name of your family tree and `my_bucket_name

## Configure Gramps Web

To use the new S3 bucket as media source for Gramps Web, simply set the `MEDIA_BASE_DIR` [configuration option](Configuration.md) to `s3://my_bucket_name`.
To use the new S3 bucket as media source for Gramps Web, simply set the `MEDIA_BASE_DIR` [configuration option](configuration.md) to `s3://my_bucket_name`.

When using [Docker Compose](install_setup/deployment.md), the easiest option is to add all environment variables to the `env` block:
When using [Docker Compose](deployment.md), the easiest option is to add all environment variables to the `env` block:

```yaml
env:
Expand All @@ -49,4 +49,4 @@ If you want to use an S3-compatible object storage other than AWS (e.g. GCP or f

## Synchronizing media files

To keep media files in sync between a local Gramps installation and S3-hosted Gramps Web media files, the [Gramps Web Sync Addon](user-guide/sync.md) supports file synchronization via the Web API.
To keep media files in sync between a local Gramps installation and S3-hosted Gramps Web media files, the [Gramps Web Sync Addon](../administration/sync.md) supports file synchronization via the Web API.

0 comments on commit f8f6b9f

Please sign in to comment.