From acab1e04f85080808b9c71c87aacb64812e26647 Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Wed, 14 Jun 2023 16:48:45 -0400 Subject: [PATCH] Modified some settings in gitea and fixed README type --- README.md | 2 +- ansible/main.yml | 5 ++--- ansible/roles/gitea/templates/app.ini | 7 +++++++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2bbd167..3e0174b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,6 @@ Having Plex and Jellyfin separate from the rest of my docker infrastructure allo ## Roadmap * [renovate-bot](https://docs.renovatebot.com/) for managing docker container updates -* Terraform for creating VMs and LXCs on Proxmox (currently I manually create and LXC before running Ansible on it) +* Terraform for creating VMs and LXCs on Proxmox (currently I manually create an LXC before running Ansible on it) * CI/CD pipelining * Potentially explore FreeBSD as base OS. Jails and boot environments are very appealing diff --git a/ansible/main.yml b/ansible/main.yml index 12968f7..7d66e50 100644 --- a/ansible/main.yml +++ b/ansible/main.yml @@ -17,12 +17,11 @@ - ntfy - nextcloud - tautulli - #- gitea - unifi-controller - navidrome - lidarr - slskd - barassistant - synapse - - name: searxng - tags: test + - searxng + - gitea diff --git a/ansible/roles/gitea/templates/app.ini b/ansible/roles/gitea/templates/app.ini index 416d2bc..f3f7752 100644 --- a/ansible/roles/gitea/templates/app.ini +++ b/ansible/roles/gitea/templates/app.ini @@ -39,6 +39,13 @@ LOGIN_REMEMBER_DAYS = 30 [service] DISABLE_REGISTRATION = true +[service.explore] +DISABLE_USERS_PAGE = true + +[other] +SHOW_FOOTER_VERSION = false +SHOW_FOOTER_TEMPLATE_LOAD_TIME = false + [ui] SHOW_USER_EMAIL = false