Nathan Fretz
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
7 additions and
4 deletions
-
stirling-pdf/docker-compose.yml
-
stirling-pdf/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_WHITELIST: "/api/*" |
|
|
|
|
|
|
|
app: |
|
|
|
image: frooodle/s-pdf:0.31.1@sha256:fefbcbdc851bfdb29e172df03d8ac280efdd3eada92b16c46b0fc15932152c6c |
|
|
|
image: frooodle/s-pdf:0.32.0@sha256:c5e8df69f2839009a0bae8fa47968a510ee5f78c471f9439f3661c222a64fd81 |
|
|
|
# Stirling PDF does not work with a custom user |
|
|
|
#user: "1000:1000" |
|
|
|
restart: on-failure |
|
|
|
|
|
@ -3,7 +3,7 @@ id: stirling-pdf |
|
|
|
name: Stirling PDF |
|
|
|
tagline: Merge, split, rotate, and convert PDFs with ease |
|
|
|
category: files |
|
|
|
version: "0.31.1" |
|
|
|
version: "0.32.0" |
|
|
|
port: 27829 |
|
|
|
description: >- |
|
|
|
Stirling PDF is a robust, locally hosted web-based PDF manipulation tool that offers a comprehensive set of features to address |
|
|
@ -55,8 +55,11 @@ gallery: |
|
|
|
- 3.jpg |
|
|
|
releaseNotes: >- |
|
|
|
Key improvements in this release: |
|
|
|
- Bug fixes for PDF compression functionality |
|
|
|
- Italian language translation updates |
|
|
|
- Added ability to insert blank pages between existing pages |
|
|
|
- Improved navbar layout and user interface |
|
|
|
- Enhanced PDF signing functionality |
|
|
|
- Added multiple language improvements and translations |
|
|
|
- Fixed various UI and functionality issues |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are found at https://github.com/Stirling-Tools/Stirling-PDF/releases |
|
|
|