Add stirling pdf
This commit is contained in:
parent
5ca6377462
commit
a81e83e16b
3 changed files with 17 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -16,3 +16,6 @@ karakeep/data/
|
|||
|
||||
# dnscrypt cache
|
||||
dns/dnscrypt/cache/
|
||||
|
||||
# stirling pdf data
|
||||
stirling-pdf/stirling-data
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
9
stirling-pdf/docker-compose.yml
Normal file
9
stirling-pdf/docker-compose.yml
Normal 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
|
||||
Loading…
Add table
Reference in a new issue