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
|
## 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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user