Add stirling pdf

This commit is contained in:
Hardik 2026-06-04 00:49:35 +00:00
parent 5ca6377462
commit a81e83e16b
3 changed files with 17 additions and 1 deletions

3
.gitignore vendored
View file

@ -16,3 +16,6 @@ karakeep/data/
# dnscrypt cache
dns/dnscrypt/cache/
# stirling pdf data
stirling-pdf/stirling-data

View file

@ -16,7 +16,8 @@ Client
├── Vaultwarden :8000
├── Forgejo :3000
├── Karakeep :3000
└── Resilio Sync :8888
├── Resilio Sync :8888
└── Stirling pdf :8181
```
### DNS Chain
@ -64,6 +65,9 @@ Pangolin tunnel client. Creates an outbound tunnel to PMS1 (87.76.191.133),
allowing Pangolin/Traefik to route `*.tunnel.pelagiamarine.com` traffic
back to Voyager without any open inbound ports.
### Stirling pdf
Self hosted pdf toolbox
---
## Host Network

View file

@ -0,0 +1,9 @@
services:
stirling-pdf:
image: stirlingtools/stirling-pdf:latest
container_name: stirling-pdf
ports:
- '8181:8080'
volumes:
- ./stirling-data:/configs
restart: unless-stopped