Modified some settings in gitea and fixed README type
This commit is contained in:
@@ -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
|
||||
|
@@ -17,12 +17,11 @@
|
||||
- ntfy
|
||||
- nextcloud
|
||||
- tautulli
|
||||
#- gitea
|
||||
- unifi-controller
|
||||
- navidrome
|
||||
- lidarr
|
||||
- slskd
|
||||
- barassistant
|
||||
- synapse
|
||||
- name: searxng
|
||||
tags: test
|
||||
- searxng
|
||||
- gitea
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user