An open API service indexing awesome lists of open source software.

https://github.com/stefapi/myhomeserver

A self installing personal home server which enables maximum privacy and security to your personal data for you and your family
https://github.com/stefapi/myhomeserver

Last synced: 12 months ago
JSON representation

A self installing personal home server which enables maximum privacy and security to your personal data for you and your family

Awesome Lists containing this project

README

          

# MyEasyServer

*MyEasyServer helps you to deploy your home web server on a Raspberry Pi or a VPS as easily as possible*

## Introduction

This is the beginning of a new story: a new platform which will be deployed on a Raspberry Pi or a VPS web applications for your personal use. The goal is to keep the platform as simple as possible for the user.

You have to install a standard linux system (debian or ubuntu) and lauch the `install.sh` script.

It will deploy automatically everything for you.
You will have to point your browser to http://localhost:8080/ in order to access the web application and continue the configuration.

**WARNING** : This is software is not ready yet and just a work in progress.

Technically, this program is made of several components:
* a front end and a backend which are the UI and the server respectively for the web application. they are lauched in a docker container.
* a database which is a sqlite database (postres planned)
* a worker service which receives orders through a REST API and executes them.
* a Command Line Interface (CLI) which allows you to interact with the web application and the worker.

## Features 🌈

Features implemented yet:

* installer script

It **WILL** implement:

* Account management and token for API Authentication
* Mail server installation
* Spam services management
* Mail account configuration
* Web server management
* DNS zone management
* Log files management
* Firewall and security management