Giter Club home page Giter Club logo

status's Introduction

Docker CI/CD Docker Stars Docker Pulls Docker Automated Docker Build Discord Gitter chat



A minimal docker container management panel written in Python / Flask




Screen Shot 2019-05-21 at 12 45 11 PM

Under the hood

  • Python 3.9
  • Flask latest

Note

Before installing this project, please, make sure you have installed docker and docker-compose

To install docker execute:

$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sh get-docker.sh
$ pip install docker-compose

Installation

Clone this project into your work directory:

$ git clone "https://github.com/trydirect/status.git"

How to start:

$ cd status
$ docker-compose up -d

How to build:

$ cd status
$ docker-compose -f docker-compose-build.yml build

Contributing

Discord

  1. Fork it (https://github.com/trydirect/status/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Feature request

https://github.com/trydirect/status/issues

Support new features development

Donate

status's People

Contributors

agujicov avatar annaopt avatar safronov-md avatar timyurievich avatar vsilent avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

status's Issues

Validate config.json file

Validate the config.json file, in case it's not valid display an error using flask flash messaging, like 'Configuration file config.json is not valid or missing".

Error handlers for HTTP response code: 5xx, 4xx

Error handler required, catch and display the well-formatted error message with error_code using flask flash messaging, keep the dashboard layout view.
It's not clear to users what has happened:
Screenshot 2022-02-10 at 13 13 52

Immediate backup

It would be nice to have “Immediate backup” button or something like that. I don’t want to wait next cronjob but need to have it right now.

Domain IP help info required

It's not clear to users what is domain IP at the top of the page.
We need to add a Help tab with the reference to explanation/doc.

Self upgrade feature is needed.

Self upgrade feature is needed, let's discuss first.
The app should check for new updates periodically.
Period should be configurable through ENV.
I am thinking of a new notification bar in the admin dashboard which indicates a new version is available.
Lets discuss to find the best solution

Originally posted by @vsilent in #23

Self upgrade feature is needed

Self upgrade feature is needed, let's discuss first.
The app should check for new updates periodically.
Period should be configurable through ENV.
I am thinking of a new notification bar in the admin dashboard which indicates a new version is available.
Lets discuss to find the best solution

Simple Firewall UI - feature request, insert admin's ip rule automatically.

It would be great to have a firewall section where we can allow or block IP's and ports.
It makes sense to detect admin's IP and automatically insert a rule to iptables on the first login

  1. Admin login.
  2. Admin confirms IP obtained by app in a window popup on first successful login.
  3. App modifies iptables with new rule for example allow SSH only from admin's ip and drop all other ips.
  4. Admin can read iptables rules in web UI but can not modify any.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.