Fix Hyperlinks in Markdown Documenation

This commit is contained in:
2024-02-06 17:29:19 -08:00
parent 0197e47292
commit 4c1dcfeb5e
4 changed files with 6 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ Gitea should be configured to not utilize SSH as the job spec does not support i
You will need to modify the job spec items listed under [TODO](./readme.md#TODO) but there are no Gitea specific adjustments needed. If you run it, it will register with consul and be available to Traefik for routing. If the domain name is configured correctly, you should be able to reach the Gitea setup page to make the needed configuration changes.
## Service Dependencies
- A Valid [Host Volume](../../../host_init/README.md#Storage%20and%20ZFS)
- A Valid [Host Volume](../../../host_init/README.md#storage-and-zfs)
- [Postgres](../postgres/readme.md)
## TODO
@@ -23,4 +23,4 @@ If you want to deploy this, you will need to verify you have a valid host volume
## Configuring Gitea
There is no need to embed secrets in the nomad job spec. When you first visit the domain name you configured, you will be prompted to configure Gitea. Postgres should be mounted to the container on the standard `5432` port so you can select postgres as the database type and use `127.0.0.1:5432` as the address and input the username, password, and database name you created for Gitea to use.
If you need help making those credentials, take a look at the [postgres readme](../postgres/readme.md#Make%20a%20New%20Database).
If you need help making those credentials, take a look at the [postgres readme](../postgres/readme.md#make-a-new-database).