Name and icon code blocks by real filename across the site

This commit is contained in:
Djeex
2026-08-31 22:12:47 +02:00
parent baf3590186
commit 6696ed9b23
55 changed files with 277 additions and 252 deletions
@@ -21,7 +21,7 @@ description: Install File Browser to browse and manage your server files from a
## Installation
Open Dockge, click on `compose`, name the stack `filebrowser`, then copy and paste the following:
```yaml
```yaml [compose.yaml]
---
services:
filebrowser:
@@ -39,7 +39,7 @@ services:
::tip{icon=""}
✨ __Tip:__ Add the watchtower label to each container to automate updates.
```yaml
```yaml [compose.yaml]
services:
filebrowser:
#...
@@ -72,7 +72,7 @@ __Pre-requisite:__ We assume you've already created a subdomain like `files.your
In Dockge, go to the SWAG stack and edit the compose file to add File Browsers network:
```yaml
```yaml [compose.yaml]
services:
swag:
container_name: # ...
@@ -104,7 +104,7 @@ sudo nano /docker/swag/config/nginx/proxy-confs/files.subdomain.conf
And paste the following configuration:
```nginx
```nginx [files.subdomain.conf]
## Version 2023/12/19
server {