chore: upgrade Forgejo to v8.0.0

- Upgraded Forgejo to v8.0.0
- Configured the slogan for the Forgejo deployment.
This commit is contained in:
Dan Anglin 2024-08-09 08:47:29 +01:00
parent a7873e0c57
commit 0b7bbb672c
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
3 changed files with 7 additions and 5 deletions

2
config

@ -1 +1 @@
Subproject commit cdfc2199f986ccce0d597de4ba75a9025b7c81e2
Subproject commit 8b923a1ab24f1bf0cfc915ec16d6e0604a72f0e2

View file

@ -53,6 +53,7 @@ type Traefik struct {
type Forgejo struct {
Version string `json:"version"`
Name string `json:"name"`
Slogan string `json:"slogan"`
Subdomain string `json:"subdomain"`
ContainerName string `json:"containerName"`
ContainerIpv4Address string `json:"containerIpv4Address"`

View file

@ -1,8 +1,9 @@
{{- $app_data_path := printf "%s/git" .Forgejo.DataContainerDirectory -}}
APP_NAME = "{{ .Forgejo.Name }}"
RUN_USER = git
RUN_MODE = {{ .Forgejo.RunMode }}
WORK_PATH = {{ .Forgejo.Work }}
APP_NAME = "{{ .Forgejo.Name }}"
APP_SLOGAN = "{{ .Forgejo.Slogan }}"
RUN_USER = git
RUN_MODE = {{ .Forgejo.RunMode }}
WORK_PATH = {{ .Forgejo.Work }}
[repository]
ROOT = {{ .Forgejo.DataContainerDirectory }}/git/repositories