Modified some settings in gitea and fixed README type

This commit is contained in:
2023-06-14 16:48:45 -04:00
parent d3a6ae8d3a
commit acab1e04f8
3 changed files with 10 additions and 4 deletions

View File

@@ -28,6 +28,6 @@ Having Plex and Jellyfin separate from the rest of my docker infrastructure allo
## Roadmap ## Roadmap
* [renovate-bot](https://docs.renovatebot.com/) for managing docker container updates * [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 * CI/CD pipelining
* Potentially explore FreeBSD as base OS. Jails and boot environments are very appealing * Potentially explore FreeBSD as base OS. Jails and boot environments are very appealing

View File

@@ -17,12 +17,11 @@
- ntfy - ntfy
- nextcloud - nextcloud
- tautulli - tautulli
#- gitea
- unifi-controller - unifi-controller
- navidrome - navidrome
- lidarr - lidarr
- slskd - slskd
- barassistant - barassistant
- synapse - synapse
- name: searxng - searxng
tags: test - gitea

View File

@@ -39,6 +39,13 @@ LOGIN_REMEMBER_DAYS = 30
[service] [service]
DISABLE_REGISTRATION = true DISABLE_REGISTRATION = true
[service.explore]
DISABLE_USERS_PAGE = true
[other]
SHOW_FOOTER_VERSION = false
SHOW_FOOTER_TEMPLATE_LOAD_TIME = false
[ui] [ui]
SHOW_USER_EMAIL = false SHOW_USER_EMAIL = false