GithubHelp home page GithubHelp logo

kubbur / unrepie Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 8.26 MB

webinterface for managing an unraid server through rpi

Python 98.61% HTML 0.19% Shell 0.05% PowerShell 0.13% C 0.76% JavaScript 0.16% CSS 0.10%

unrepie's Introduction

Unrepie

Unrepie is a Flask application to manage multiple SSH command executors, each with its own configuration.

Version

1.0

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/unrepie.git
    cd unrepie
  2. Run the setup script:

    chmod +x setup.sh
    ./setup.sh
  3. Run the application:

    ./unrepie
  4. Open your browser and navigate to http://localhost:5000 to access the central management interface.

Adding Unrepie to Startup

For Systemd (Linux)

  1. Create a systemd service file:

    sudo nano /etc/systemd/system/unrepie.service
  2. Add the following content:

    [Unit]
    Description=Unrepie Service
    After=network.target
    
    [Service]
    ExecStart=/path/to/unrepie/unrepie
    WorkingDirectory=/path/to/unrepie
    User=yourusername
    Restart=always
    
    [Install]
    WantedBy=multi-user.target

    Replace /path/to/unrepie with the actual path to the Unrepie directory and yourusername with your username.

  3. Enable and start the service:

    sudo systemctl enable unrepie
    sudo systemctl start unrepie

Dependencies

  • Flask
  • paramiko
  • ping3

unrepie's People

Contributors

kubbur avatar

Watchers

 avatar

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.