19 lines
517 B
YAML
19 lines
517 B
YAML
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!"
|
|
version: "0.22.6"
|
|
slug: "stirling_pdf_staging"
|
|
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.)
|