jgitau / sucker

Visual configuration editor for Squid proxy server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sucker

Visual editor of new/existing configuration files for Squid proxy.

Features

  • Search over tags
  • Import existing configuration
  • Switch between Squid versions

To install and run:

1. In a local docker container:

docker pull itworks99/sucker
docker run -d -p 3000:3000 itworks99/sucker

2. On a local system (Debian/Ubuntu):

sudo apt-get install git python3 python3-pip -y
git clone https://github.com/itworks99/sucker.git
cd sucker
pip3 install -r requirements.txt
python3 src/sucker.py

To use:

Navigate to http://localhost:3000/

Screenshot:

Screenshot

About

Visual configuration editor for Squid proxy server

License:MIT License


Languages

Language:JavaScript 61.1%Language:Python 31.6%Language:HTML 7.0%Language:Dockerfile 0.4%