/Perfimater

Simple web shell and filemanager made in Php and Websocket

Primary LanguagePHP

Perfimater

Simple Web Shell and Filemanager made in Php

Perfimater

Acess your server by a browser anyware

Instable

Basic info:

  • Depends on Websockets
  • Based in dockers
  • No database
  • Responsive
  • HTML 5
  • Php 7.0
  • MIT license

Build Status Dependency Status Coverage Status Code Climate Github Issues Pending Pull-Requests Gem Version License Badges


Installation

$ sudo docker-compose build
$ sudo docker-compose -up -d

Setup

  • To install the Let's Encrypt cretification on you website:

Execute the the tobi312/rpi-certbot image to create a SSL certificate for you server

$ docker run --name certbot -it -v /PerFiMaTer/certbot/conf:/etc/letsencrypt \
    -p 80:80 -p 443:443 --entrypoint='' tobi312/rpi-certbot sh -c 'certbot certonly ' \
    --standalone -d youserver.com -d youserver.com --email youremail@gmail.com \
    --text --agree-tos --server https://acme-v02.api.letsencrypt.org/directory --rsa-key-size 4096 \
    --verbose --renew-by-default --standalone-supported-challenges http-01''

To renew the certificate

$ docker exec -it certbot sh -c 'certbot renew'

License

License