Coder Social home page Coder Social logo

proteus-cpi / zerotier-gui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tralph3/zerotier-gui

0.0 1.0 0.0 895 KB

A Linux front-end for ZeroTier

License: GNU General Public License v3.0

Shell 2.49% Python 96.13% Makefile 0.72% Dockerfile 0.66%

zerotier-gui's Introduction

ZeroTier-GUI

License: GPL v3 Donate

A Linux front-end for ZeroTier

Manage Networks

Manage Peers

Installation

You can download the software from the AUR.

paru -S zerotier-gui-git

If you are in an Ubuntu/Debian based distribution, you can download the source code and run the make_deb.sh script.

./make_deb.sh

You may need to mark it as executable first:

chmod +x make_deb.sh

The script must be ran on the project's root folder, make sure to cd into it.

The script will generate a ZeroTier-GUI.deb package in the root directory. Simply install it with sudo apt install ./ZeroTier-GUI.deb.

Building binaries with Docker

Objective

This alternative aims to make ZeroTier-GUI available for multiple platforms using immutable infrastructure benefits, to avoid unexpected results depending where you are running these commands above.

Setup

  • install docker
  • install Make (if not available)

How-to

With Docker and Makefile available, you just need to run the following command:

make run

The expected result both rpm and deb files in project root. If you don't have Make available, you can run these commands line by line, as follows:

docker build . -t zero-tier-platforms-build:latest
docker create -ti --rm --name zero-tier-platforms-build zero-tier-platforms-build bash
docker cp zero-tier-platforms-build:/tmp/ZeroTier-GUI.deb ZeroTier-GUI.deb
docker cp zero-tier-platforms-build:/tmp/ZeroTier-GUI.rpm ZeroTier-GUI.rpm
docker rm -f zero-tier-platforms-build

Dependencies

None of the packages contains the back-end, zerotier-one. Arch has it in the community repo. For Ubuntu based distributions, you'll need to install it manually from their website. On top of that, you'll need python3.6 or greater, and the tkinter module. This however should be handled by the packaging software. Service management depends on SystemD. You will not be able to enable or disable the ZeroTier service without it.

zerotier-gui's People

Contributors

landrash avatar maxwellfire avatar tralph3 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.