No description
|
All checks were successful
Auto Deploy pdf-web-tolkit / Check Docker State (push) Successful in 1s
Auto Deploy pdf-web-tolkit / pdf-tools-git-prep (push) Successful in 1s
Auto Deploy pdf-web-tolkit / bld-pdf-tools (push) Successful in 4s
Auto Deploy pdf-web-tolkit / dpy-pdf-tools (push) Successful in 12s
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pypdf](https://github.com/py-pdf/pypdf) ([changelog](https://pypdf.readthedocs.io/en/latest/meta/CHANGELOG.html)) | minor | `==5.8.0` -> `==5.9.0` | > ❗ **Important** > > Release Notes retrieval for this PR were skipped because no github.com credentials were available. > If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDguNiIsInVwZGF0ZWRJblZlciI6IjQxLjE0OC42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: tidoni <niklasmu@protonmail.ch> Co-authored-by: Niklas Müller <niklasmu@protonmail.ch> Reviewed-on: #2 Co-authored-by: Renovate Bot <renovate@git.tidoni-sky.ddnss.de> Co-committed-by: Renovate Bot <renovate@git.tidoni-sky.ddnss.de> |
||
|---|---|---|
| .forgejo/workflows | ||
| pdf_util | ||
| static | ||
| templates | ||
| tests | ||
| .gitignore | ||
| app.py | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| init.sh | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||
| requirements.txt | ||
| wsgi.py | ||
PDF Web Toolkit
A Web-Application allowing you to split and merge PDF-Files.
Deploy
Clone the repo and enter the directory. Than run the following:
docker build -t pdf-web-toolkit .
docker run -d --name pdf-web-toolkit -p 8002:8000 -i -t pdf-web-toolkit
Once finished, you should be able to connect to http://<your-ip>:8002