Skip to content

Commit 13dc156

Browse files
committed
feat(gitea): remove LANDING_PAGE
1 parent ed3f859 commit 13dc156

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

roles/gitea/templates/compose.yml.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ services:
88
# Server
99
GITEA__server__ROOT_URL: "https://{{ services.gitea.domain }}"
1010
GITEA__server__SSH_PORT: {{ gitea_ssh_port }}
11-
GITEA__server__LANDING_PAGE: "/Nitestack"
1211
# Service
1312
GITEA__service__DISABLE_REGISTRATION: {{ gitea_disable_registration }}
1413
# Repository

roles/glance/files/config/os.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
- title: Repositories
7272
links:
7373
- title: Nix Configuration
74-
url: https://git.npham.de/Nitestack/nix-config
75-
icon: di:gitea
74+
url: https://github.com/Nitestack/nix-config
75+
icon: di:github
7676

7777
- type: releases
7878
title: Neovim
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
personal_site_dir_name: "personal-site"
3-
personal_site_repo_url: "https://git.npham.de/Nitestack/personal-site.git"
3+
personal_site_repo_url: "https://github.com/Nitestack/personal-site.git"

0 commit comments

Comments
 (0)