Is it possible to customize the content displayed on a webpage #2098
Replies: 2 comments 1 reply
-
Have you found a way? This is very annoying. Stirling was awesome until they added adware in my homelab. The whole point of selfhosting is not to have to deal with this kind of spam. I understand Stirling has to be profitable but this is in no way going to help sell more subscriptions. I will never pay for it, I don't want to see this badge. Please Stirling, remove this and keep the powered by sterling pdf at the bottom. |
Beta Was this translation helpful? Give feedback.
-
NOTE:
I am maintaining a fork with the following changes:
Links:
Example services:
stirling-pdf:
image: docker.io/nktnet/s-pdf:latest-fat
ports:
- 50000:8080
volumes:
- stirling_pdf_trainingdata:/usr/share/tessdata
- stirling_pdf_extraconfigs:/configs
- stirling_pdf_customfiles:/customFiles/
- stirling_pdf_logs:/logs/
- stirling_pdf_pipeline:/pipeline/
environment:
DOCKER_ENABLE_SECURITY: true
SECURITY_ENABLE_LOGIN: true
INSTALL_BOOK_AND_ADVANCED_HTML_OPS: false
LANGS: en_US
volumes:
stirling_pdf_trainingdata:
stirling_pdf_extraconfigs:
stirling_pdf_customfiles:
stirling_pdf_logs:
stirling_pdf_pipeline: For anyone with similar requirements, rather than using my images though, I suggest maintaining your own fork/images. |
Beta Was this translation helpful? Give feedback.
-
I have currently set everything up using Docker, but the webpage includes a 'nav-link go-pro-link' that links to 'stirlingpdf.com/pricing,' as well as a 'Powered by Stirling PDF' link that connects to an external URL. Could you please let me know if it’s possible to customize or remove these links? I would like to prevent users from clicking and uploading files to external URLs.
I will be grateful for any help you can provide..
<li><a class="footer-link px-2" id="survey" target="_blank" href="https://stirlingpdf.info/s/cm28y3niq000o56dv7liv8wsu">Survey</a></li>
<a href="https://stirlingpdf.com" class="stirling-link">Stirling PDF</a>
<a href="https://stirlingpdf.com/pricing" class="nav-link go-pro-link" target="_blank" rel="noopener noreferrer" <span class="go-pro-badge">Upgrade to Pro</span>>
Beta Was this translation helpful? Give feedback.
All reactions