- Update .env.example with latest environment variables - Enhance homepage dashboard configurations and templates - Improve Traefik routing templates for external hosts - Update docker-compose files for dashboards and infrastructure - Add comprehensive TUI documentation and PRD - Add new Homelab-Audit documentation - Remove outdated release notes
7 lines
173 B
PHP
7 lines
173 B
PHP
<?php
|
|
/**
|
|
* This file configures the default states of available plugins. All settings in
|
|
* the plugins.*.php files will override those here.
|
|
*/
|
|
$plugins['testing'] = 0;
|