Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

charlesinwald/rustinx-react

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rustinx

A simple and easy to use GUI for Nginx.

  • View Access and Error Events from Nginx in realtime
  • Monitor resource usage and active connections
  • Start, stop or restart nginx from the GUI
  • Real time monitoring of Nginx configuration validity
  • View Nginx state (inactive, active)

Rustinx

Linux Installation and Usage Instructions

This application is available as a .AppImage and .deb package. You can choose the package that is most suitable for your system.

For .AppImage Package

Using the .AppImage Package

  1. Download the .AppImage file from the GitHub Releases page.

  2. Make the .AppImage file executable:

    chmod +x rustinx_0.1.0_amd64.AppImage

    To run the application, you can use the following command:

    Must be run as root!

    sudo ./rustinx_0.1.0_amd64.AppImage

    Accessing the .AppImage Easily

    To run the .AppImage without navigating to its directory each time, you can create a symbolic link in a directory that is part of your system's PATH. Here’s how you can do it:

    1. Move the .AppImage to a permanent location, if it's not already in one. For example, you might want to place it in /opt:
    sudo mv rustinx_0.1.0_amd64.AppImage /opt/
    sudo ln -s /opt/rustinx_0.1.0_amd64.AppImage /usr/local/bin/rustinx

    Now you can run the application from anywhere using the command:

    sudo rustinx

For .deb Package

Installing the .deb Package

  1. Download the .deb file from the GitHub Releases page.

  2. Open a terminal in the directory where the .deb file is downloaded.

  3. Install the package using the following command:

    sudo apt-get update
    sudo apt-get install libgtk-3-dev
    sudo dpkg -i rustinx_0.1.0_amd64.deb

    If there are any missing dependencies, you may need to run:

    sudo apt-get install -f

    To run the application, you can use the following command:

    Must be run as root!

    sudo rustinx

Development Instructions

1- install dependencies

#npm
npm install

#yarn
yarn

2- Run the App in development mode:

#npm
npm run tauri:dev

#yarn
yarn tauri:dev

note that the first run will take time as tauri download and compile dependencies.

Production

run:

#npm
npm run tauri:build

#yarn
yarn tauri:build

Windows

About

A simple and easy to use GUI for Nginx.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.