Skip to content

Commit

Permalink
Merge branch 'main' of github.com:silv3rr/pyspy
Browse files Browse the repository at this point in the history
  • Loading branch information
silv3rr committed Jul 7, 2023
2 parents cd0c18f + 63bc965 commit 0e9ae69
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Here's some more [more screenshots](docs/Screenshots.md) and a quick [demo](docs

But wait, ppl cry.. "why is this stupid python! It will be impossible for me to use". Well, there's convenient binaries available for you. No messing about with annoying things like special python version 3.12.3.4, modules and virtual env's. Just copy the binary and run `spy.py`, done.

Alternatively there will be docker image and pyspy will also be part of [docker-glftpd](https://github.com/silv3rr/docker-glftpd)'s web interface which offers a complete gl install.

## Usage

Running `./spy` without args starts `--cli` mode (default)
Expand All @@ -33,7 +31,7 @@ Running `./spy` without args starts `--cli` mode (default)

Only latest glftpd version 2.12+ is supported (other versions untested)

Pick one of these setup methods
Pick one of these 3 setup methods

## binaries

Expand All @@ -43,10 +41,6 @@ Supported: CentOS 7, Debian 11, 12 and Ubuntu 20.04, 22.04

All files on [Releases](../../releases) tab. Click **Show all .. assets** link at the bottom.

## docker

pyspy will be added to [docker-glftpd](https://github.com/silv3rr/docker-glftpd) soon(tm)

## apt

- `apt install python3-sysv-ipc`
Expand All @@ -70,6 +64,10 @@ Now 'git clone' this repo and run `./spy.py`

_If you want to build sysv_ip from src, see [https://github.com/osvenskan/sysv_ip](https://github.com/osvenskan/sysv_ipc)_

## docker

Alternatively pyspy will also be part of [docker-glftpd](https://github.com/silv3rr/docker-glftpd)'s web interface soon(tm) which offers a complete gl install.

## Configuration

To set gl path, color and refresh for cli, web ip/port etc edit 'spy.conf'. By default, web mode uses 127.0.0.1:5000.
Expand Down

0 comments on commit 0e9ae69

Please sign in to comment.