mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update home.blade.php
This commit is contained in:
parent
1f2028fb13
commit
05371b3c2f
1 changed files with 5 additions and 0 deletions
|
@ -184,6 +184,11 @@
|
|||
<strong><span class="badge badge-primary">Storage</span> Filesystems default (local/s3/spaces): </strong>
|
||||
<span>{{ config_cache('filesystems.default')}}</span>
|
||||
</li>
|
||||
<li>
|
||||
<strong><span class="badge badge-primary">Network</span> TrustedProxy: </strong>
|
||||
<span>{{ config('trustedproxy.proxies') }}</span>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class="pb-3 border-bottom">
|
||||
|
|
Loading…
Reference in a new issue