Giter Site home page Giter Site logo

aspia-server-docker's Introduction

Сервер Aspia (Relay + Router)

Текущая версия (Current version) - 2.7.0

https://hub.docker.com/r/paprikkafox/aspia-server

Данный контейнер предназначен для быстрого развертывания сервера удаленного доступа с открытым исходным кодом (aspia.org)

#AspiaLogo

Установка Docker:

Для Debian и Ubuntu:

sudo apt update # Обновляем репозитории
sudo apt upgrade # Обновляем пакеты системы
sudo apt install docker.io docker-compose # Установка Docker и docker-compose
sudo systemctl enable --now docker.service # Включаем и запускаем главный сервис Docker
sudo usermod -aG docker $USER # Добавляем текущего пользователя в группу docker, для работы без root прав (sudo)`

Сборка образа Docker:

docker build -t username/aspia-server:latest .

username - имя профиля Docker Hub

aspia-server - имя образа

latest - тег версии

Разворачивание из образа описано здесь - https://hub.docker.com/r/paprikkafox/aspia-server

Код проекта доступен под лицензией GNU General Public License 3 - Aspia Remote Control

Главный разработчик и автор проекта - Dmitry Chapyshev - dchapyshev

Сопровождающий Docker-образа Aspia Server - Dmitry Fox - paprikkafox

Aspia Server (Relay + Router)

https://hub.docker.com/r/paprikkafox/aspia-server

This container is designed for rapid deployment of an open source remote access server (aspia.org)

#AspiaLogo

Docker installation:

For Debian and Ubuntu:

sudo apt update # Update repositories
sudo apt upgrade # Update system packages
sudo apt install docker.io docker-compose # Install Docker and docker-compose
sudo systemctl enable --now docker.service # Enable and start the main Docker service
sudo usermod -aG docker $USER # Add the current user to the docker group, to work without root rights (sudo)`

Building the Docker image:

docker build -t username/aspia-server:latest .

username - Docker Hub profile name

aspia-server - image name

latest - version tag

Deployment from an image is described here - https://hub.docker.com/r/paprikkafox/aspia-server

The project code is available under the GNU General Public License 3 - Aspia Remote Control

The main developer and author of the project is Dmitry Chapyshev - dchapyshev

Aspia Server Docker image maintainer - Dmitry Fox - paprikkafox

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.