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 {
+4 -4
View File
@@ -21,7 +21,7 @@ description: Install Pingvin Share, a self-hosted file sharing platform to send
## Installation
Open Dockge, click `compose`, name the stack `pingvin`, then copy-paste this:
```yaml
```yaml [compose.yaml]
---
services:
pingvin-share:
@@ -55,7 +55,7 @@ From here on, we assume the network name for Swag is `swag_default`.
::tip{icon=""}
✨ __Tip:__ Add the watchtower label to each container to automate updates.
```yaml
```yaml [compose.yaml]
services:
pingvin-share:
#...
@@ -88,7 +88,7 @@ We assume you have the subdomain `pingvin.mydomain.com` with a `CNAME` pointing
In Dockge, go to the SWAG stack and edit the compose file to add the pingvin network:
```yaml
```yaml [compose.yaml]
services:
swag:
container_name: # ...
@@ -124,7 +124,7 @@ sudo nano /docker/swag/config/nginx/proxy-confs/pingvin.subdomain.conf
```
Paste the configuration below:
```nginx
```nginx [pingvin.subdomain.conf]
## Version 2023/12/19
server {