2023-09-17 21:39:20 +02:00
|
|
|
name: "Stirling PDF (staging)"
|
|
|
|
description: "Fully-featured self-hosted PDF editor. This version is only for testing purposes; please use the main version for increased stability!"
|
2024-08-06 13:45:18 +02:00
|
|
|
version: "0.26.1"
|
2023-09-17 21:46:41 +02:00
|
|
|
slug: "stirling_pdf_staging"
|
2023-09-17 21:39:20 +02:00
|
|
|
startup: services
|
|
|
|
ingress: true
|
|
|
|
ingress_port: 8080
|
|
|
|
ingress_stream: true
|
|
|
|
panel_icon: mdi:file-pdf-box
|
|
|
|
panel_admin: false
|
|
|
|
init: false
|
|
|
|
arch:
|
|
|
|
- aarch64
|
|
|
|
- amd64
|
|
|
|
startup: before
|
|
|
|
ports:
|
|
|
|
8080/tcp: 8080
|
|
|
|
ports_description:
|
|
|
|
8080/tcp: Web interface (Set to `null` for Ingress-only operation.)
|