You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
faercol 5d408812d7 Merge branch 'fix-ldap-migration' into 'dev' 2 years ago
api Changement de prénom 3 years ago
cotisations feat: Replace LaTeX invoice templates with HTML templates 4 years ago
deposits feat: Create deposits app 4 years ago
docker feat(custom_link): choose position in the navbar for links 3 years ago
docs_utils Graph re2o sources dia (archi) 8 years ago
freeradius_utils fix: Fix autocapture 4 years ago
install_utils add slash support in apache conf 5 years ago
ldap_sync Fix LDAP migration #338 2 years ago
logs style: 🎨 Apply black and isort 5 years ago
machines fix: Remove old migrations that prevent a fresh install without LDAP. 5 years ago
multi_op style: 🎨 Apply black and isort 5 years ago
preferences feat: Replace LaTeX invoice templates with HTML templates 4 years ago
radius Changement de prénom 3 years ago
re2o Changement de prénom 3 years ago
search style: 🎨 Apply black and isort 5 years ago
static Make switch port list horizontally scrollable in topology 5 years ago
templates feat(custom_link): choose position in the navbar for links 3 years ago
themes Add custom themes 5 years ago
tickets fix: 🔥 Remove old migrations for the tickets app 5 years ago
topologie fix set 5 years ago
users fix: #342 5 years ago
.gitignore feat: Replace LaTeX invoice templates with HTML templates 4 years ago
.gitlab-ci.yml Update .gitlab-ci.yml file 2 years ago
.mailmap Changement de prénom 3 years ago
CHANGELOG.md fix: ✏️ Fix links that pointed to gitlab.federez.net/federez/re2o (#309) 5 years ago
Dockerfile feat: Add dev docker support 5 years ago
LICENSE Add license file (GPLv2) 9 years ago
README.md feat: Replace LaTeX invoice templates with HTML templates 4 years ago
apt_requirements.txt feat: Replace LaTeX invoice templates with HTML templates 4 years ago
apt_requirements_radius.txt feat: Replace LaTeX invoice templates with HTML templates 4 years ago
dev-requirements.txt feat: Replace LaTeX invoice templates with HTML templates 4 years ago
docker-compose.yml feat: Add dev docker support 5 years ago
install_re2o.sh feat: Replace LaTeX invoice templates with HTML templates 4 years ago
ldap-requirements.txt feat: Replace LaTeX invoice templates with HTML templates 4 years ago
manage.py initial comit 10 years ago
mysql-requirements.txt feat: Replace LaTeX invoice templates with HTML templates 4 years ago
pip_dev_requirements.txt Pip requirements for dev are in a separate file 8 years ago
pip_requirements.txt Pin specific version 5 years ago
poetry.lock feat: Replace LaTeX invoice templates with HTML templates 4 years ago
postgresql-requirements.txt feat: Replace LaTeX invoice templates with HTML templates 4 years ago
pyproject.toml Changement de prénom 3 years ago
requirements.txt feat: Replace LaTeX invoice templates with HTML templates 4 years ago

README.md

Note: English version below.

Re2o

GNU public license v2.0

Avant propos

Re2o est un logiciel d'administration développé initialement au Rézo Metz. Il se veut agnostique au réseau considéré, de manière à être installable et configurable facilement.

Il utilise le framework django avec python3. Il permet de gérer les adhérents, les machines, les factures, les droits d'accès, les switchs et la topologie du réseau. Il est possible d'activer très facilement des services qui améliorerons les possibilités de Re2o pour convenir au mieux aux besoins de chaque association.

Installation

Un tutoriel pour installer le projet est disponible sur le wiki.

Fonctionnement Général

Re2o utilise le Framework Django et suit donc le principe de toutes les applications Django. Les différents composants sont les models (qui définissent les entrées de la base de données), les templates (qui définissent les pages), les views (qui génèrent les templates avec les données pertinentes), et les forms (qui définissent les pages de modification des objets). Ce framework permet de manipuler les données comme des objets Python.

Tous ces composants sont regroupés en apps (users, machines, topologie,...). Certaines de ces apps constituent le coeur de Re2o et sont indispensables à son fonctionnement. Certaines autres apps sont optionnelles et peuvent être activées en fonction des besoins de chaque association.

API Rest

Les données stockées dans Re2o sont disponibles via un API Rest. Les services installés sur d'autres machines (dhcp, dns, firewall,...) utilisent cet API pour avoir accès aux données des utilisateurs et fonctionner.

Wiki

Le Wiki est accessible sur le gitlab de Federez. Il regroupe les informations et instructions pour la plupart des composants de Re2o.

Crédits

Ce projet inclus des versions modifiées de fichiers du projet Simple HTML Invoice Template, publié sous license MIT :


Re2o

GNU Public license v2.0

Foreword

Re2o is a management software initially developed at Rézo Metz. It is now in use in several student organizations. It aims to remain agnostic of the organization that uses it and be easy to setup.

Re2o is based on the Django framework and Python3. Its core functionalities include managing the members, their machines, their invoices and their rights to the network but also the topology of the network and its devices. On top of this, it is possible to plug services to enhance the possibilities and fit the need of each organization.

Setup

A tutorial is available on the Wiki to describe the setup process.

General Functioning

Re2o follow the general functioning of a Django project and split its components between the models (describe the database objects), the templates (that define the front end), the views (that populate and serve the templates) and the forms (that provide front end object edition/creation/removal). This framework provide an abstraction layer to manipulate SQL objects as Python objects.

Functionalities are grouped in apps (users, machines, topologie,...). Along the core functionalities, optional functionalities are available and can be activated in the preferences.

Rest API

Re2o provide a Rest API to allow external services (dhcp, dns, firewall,...) installed on remote machines to access database informations in Json format. Those services are optional and should be installed and activated to fit each organization needs.

Wiki

The Wiki is available to provide information and instruction for most components of Re2o.

Credits

This project includes modified versions of files from the Simple HTML Invoice Template project, published under an MIT licence: