Is it possible to customize the content displayed on a webpage #2098
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
|
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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