Printer Proxy APT Repository

Official APT repository for Printer Proxy - a network traffic redirection solution for network printers.

Installation

1 Download and add the GPG signing key:
curl -fsSL https://jordonh18.github.io/printer-proxy/gpg-key.asc | sudo gpg --dearmor -o /usr/share/keyrings/printer-proxy.gpg
2 Add the repository:
echo "deb [signed-by=/usr/share/keyrings/printer-proxy.gpg] https://jordonh18.github.io/printer-proxy stable main" | sudo tee /etc/apt/sources.list.d/printer-proxy.list
3 Update and install:
sudo apt update
sudo apt install printer-proxy

Upgrading

sudo apt update
sudo apt upgrade printer-proxy

After Installation

  1. Access the web interface at https://<server-ip>
  2. Accept the self-signed certificate warning
  3. Create an administrator account on the setup page
  4. Log in and start managing your printers

Repository Information

Available Packages

View the Packages file for available versions.

Source Code

View the source code and report issues on GitHub.

Author

Jordon Harrison (@Jordonh18)

Uninstallation

sudo apt remove printer-proxy
sudo rm /etc/apt/sources.list.d/printer-proxy.list
sudo rm /usr/share/keyrings/printer-proxy.gpg