No description
Find a file
2025-10-17 23:34:52 +02:00
Dockerfile CAHNGE *-DOMAIN to *-BASEURL to handle protocols better #5 2025-10-17 23:17:05 +02:00
LICENSE init 2025-10-17 22:38:32 +02:00
main.py ADD info about source code to frontpage #6 2025-10-17 23:26:17 +02:00
README.md ADD more installation instructions and clean up README #1 2025-10-17 23:34:52 +02:00
requirements.txt init 2025-10-17 22:38:32 +02:00

Aukpad Paste Proxy

This proxy allows the paste creation from temporary aukpad via linedump. Can be used as a 'GUI' for linedump.


Usage

  • Create a pad in your aukpad instance of choice.
  • Replace the domain of the aukpad instance with the domain of the this proxy while leaving the {paste_id}- for example: https://aukpad.com/fef3 into https://bin.aukpad.com/fef3
  • This will create a paste on the chosen linedump instanec of this proxy.

Information can be found on the root page of the proxy instance.


Installation

Environment Variables

Variable Description Default
PAD_BASEURL Source paste service base URL including protocol https://aukpad.com
DUMP_BASEURL Destination paste service base URL including protocol https://linedump.com
PROXY_BASEURL This proxy's base URL for documentation including protocol https://bin.aukpad.com

Docker / Podman

# Example with Podman
podman run -d --name aukpad-paste-proxy \
    --replace \
    -p 127.0.0.1:8001:8000 \
    -e PAD_BASEURL="https://aukpad.com" \
    -e DUMP_BASEURL="https://linedump.com" \
    -e PROXY_BASEURL="https://bin.aukpad.com" \
    --read-only \
    --security-opt no-new-privileges:true \
    --cap-drop ALL \
    --user 1000:1000 \
    git.uphillsecurity.com/cf7/aukpad-paste-proxy:latest

Replace 'podman' with 'docker'.


Security

For security concerns or reports, please contact via hello a t uphillsecurity d o t com gpg.


License

Apache License

Version 2.0, January 2004

http://www.apache.org/licenses/

  • Commercial use
  • Modification
  • Distribution
  • Patent use
  • Private use
  • Limitations
  • Trademark use
  • Liability
  • Warranty