Code Monkey home page Code Monkey logo

zerotier-gui's Introduction

ZeroTier-GUI

License: GPL v3 Donate Buy me a coffee

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 dpkg -i Zerotier-GUI.deb. You may need to run apt -f install afterwards to install dependencies if unmet.

Building binaries with Docker

Objective

This alternative aims to make zero-tier-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

tralph3 avatar landrash avatar maxwellfire avatar

Watchers

James Cloos avatar  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.