<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.elosys.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.elosys.net/feed.php">
        <title>WikiElosys elosys</title>
        <description></description>
        <link>https://wiki.elosys.net/</link>
        <image rdf:resource="https://wiki.elosys.net/lib/exe/fetch.php?media=wiki:favicon.ico" />
       <dc:date>2026-04-21T19:41:38+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.elosys.net/doku.php?id=elosys:clone_data&amp;rev=1717595651&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.elosys.net/doku.php?id=elosys:gitlab_ci-cd&amp;rev=1731267447&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.elosys.net/doku.php?id=elosys:init&amp;rev=1711749625&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.elosys.net/doku.php?id=elosys:mail_server_connection&amp;rev=1711277807&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.elosys.net/doku.php?id=elosys:nextcloud&amp;rev=1771766071&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.elosys.net/doku.php?id=elosys:nginx_custom_rotation&amp;rev=1740776326&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.elosys.net/doku.php?id=elosys:setup_template&amp;rev=1714251805&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.elosys.net/doku.php?id=elosys:sftp_server&amp;rev=1717063963&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.elosys.net/doku.php?id=elosys:ssh_tunneling&amp;rev=1711834324&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.elosys.net/doku.php?id=elosys:start&amp;rev=1700736292&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.elosys.net/doku.php?id=elosys:synchronise_data&amp;rev=1717586558&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.elosys.net/doku.php?id=elosys:tmux&amp;rev=1711923910&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.elosys.net/doku.php?id=elosys:windows_backup&amp;rev=1714155124&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.elosys.net/doku.php?id=elosys:windows_restore&amp;rev=1714149595&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.elosys.net/lib/exe/fetch.php?media=wiki:favicon.ico">
        <title>WikiElosys</title>
        <link>https://wiki.elosys.net/</link>
        <url>https://wiki.elosys.net/lib/exe/fetch.php?media=wiki:favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.elosys.net/doku.php?id=elosys:clone_data&amp;rev=1717595651&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-05T14:54:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Clone Data Script</title>
        <link>https://wiki.elosys.net/doku.php?id=elosys:clone_data&amp;rev=1717595651&amp;do=diff</link>
        <description>Clone Data Script

This script automates the process of backing up files from a remote server to a local directory. It uses rsync over SSH to ensure that the local backup directory is synchronized with the remote directory. The script includes logging capabilities and retry mechanisms in case of connection issues.</description>
    </item>
    <item rdf:about="https://wiki.elosys.net/doku.php?id=elosys:gitlab_ci-cd&amp;rev=1731267447&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-10T19:37:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>GitLab CI/CD</title>
        <link>https://wiki.elosys.net/doku.php?id=elosys:gitlab_ci-cd&amp;rev=1731267447&amp;do=diff</link>
        <description>GitLab CI/CD

What is the difference between Continuous Integration, Continuous Delivery, and Continuous Deployment?

Continuous Integration (CI)

 CI involves developers merging their changes into a shared repository several times a day. Each merge is then automatically built and tested to catch 
 bugs early in the development cycle.</description>
    </item>
    <item rdf:about="https://wiki.elosys.net/doku.php?id=elosys:init&amp;rev=1711749625&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-29T22:00:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>init.sh Script Documentation</title>
        <link>https://wiki.elosys.net/doku.php?id=elosys:init&amp;rev=1711749625&amp;do=diff</link>
        <description>init.sh Script Documentation

The init.sh script automates the setup process for initializing a development environment. It installs necessary dependencies, sets up Docker containers for PostgreSQL, Odoo, and Nginx, configures network settings, and initializes databases. This documentation provides a detailed explanation of each section and function within the script.</description>
    </item>
    <item rdf:about="https://wiki.elosys.net/doku.php?id=elosys:mail_server_connection&amp;rev=1711277807&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-24T10:56:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Login to Mail Server in Odoo and Thunderbird</title>
        <link>https://wiki.elosys.net/doku.php?id=elosys:mail_server_connection&amp;rev=1711277807&amp;do=diff</link>
        <description>Login to Mail Server in Odoo and Thunderbird

This documentation provides step-by-step instructions on how to log in to your mail server using both Odoo and Thunderbird email clients.

Odoo

	*  Login as Administrator 
	*  Navigate to Configuration
	*</description>
    </item>
    <item rdf:about="https://wiki.elosys.net/doku.php?id=elosys:nextcloud&amp;rev=1771766071&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-22T13:14:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Nextcloud AIO Deployment Behind Nginx Reverse Proxy</title>
        <link>https://wiki.elosys.net/doku.php?id=elosys:nextcloud&amp;rev=1771766071&amp;do=diff</link>
        <description>Nextcloud AIO Deployment Behind Nginx Reverse Proxy

This documentation describes the step-by-step process to deploy Nextcloud All-in-One (AIO) on a Proxmox VM, exposed securely via an Nginx reverse proxy running on the Proxmox host.

Architecture Overview</description>
    </item>
    <item rdf:about="https://wiki.elosys.net/doku.php?id=elosys:nginx_custom_rotation&amp;rev=1740776326&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-28T20:58:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Nginx Log Rotation Script</title>
        <link>https://wiki.elosys.net/doku.php?id=elosys:nginx_custom_rotation&amp;rev=1740776326&amp;do=diff</link>
        <description>Nginx Log Rotation Script

Overview

This Bash script is designed to manage and rotate Nginx log files. It ensures that logs are periodically backed up, cleared, and maintained efficiently by keeping only the latest backups.

Script Functionality

1. Define Log File Paths:</description>
    </item>
    <item rdf:about="https://wiki.elosys.net/doku.php?id=elosys:setup_template&amp;rev=1714251805&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-04-27T22:03:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Setup Template DB Script</title>
        <link>https://wiki.elosys.net/doku.php?id=elosys:setup_template&amp;rev=1714251805&amp;do=diff</link>
        <description>Setup Template DB Script

	*  This script is designed to automate the setup of Odoo databases with and without demo data. It interacts with Docker containers running Odoo and PostgreSQL to create, update, and manage databases.

Link

	*  You can find the script on</description>
    </item>
    <item rdf:about="https://wiki.elosys.net/doku.php?id=elosys:sftp_server&amp;rev=1717063963&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-30T11:12:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Création d'un serveur SFTP</title>
        <link>https://wiki.elosys.net/doku.php?id=elosys:sftp_server&amp;rev=1717063963&amp;do=diff</link>
        <description>Création d'un serveur SFTP

SFTP : Secure File Transfer Protocol, un protocole de transfert de fichiers sécurisé, basé sur SSH, qui offre une alternative sécurisée au FTP traditionnel.

Avantages de SFTP :

	*  Sécurité : Chiffrement des données et des commandes.</description>
    </item>
    <item rdf:about="https://wiki.elosys.net/doku.php?id=elosys:ssh_tunneling&amp;rev=1711834324&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-30T21:32:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>SSH Port Forwarding (Tunneling)</title>
        <link>https://wiki.elosys.net/doku.php?id=elosys:ssh_tunneling&amp;rev=1711834324&amp;do=diff</link>
        <description>SSH Port Forwarding (Tunneling)



SSH (Secure Shell) is a widely used protocol for system administration and file transfer. It provides secure encrypted communication between two hosts over an insecure network. One of the key features of SSH is port forwarding</description>
    </item>
    <item rdf:about="https://wiki.elosys.net/doku.php?id=elosys:start&amp;rev=1700736292&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-23T10:44:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Elosys Sarl</title>
        <link>https://wiki.elosys.net/doku.php?id=elosys:start&amp;rev=1700736292&amp;do=diff</link>
        <description>Elosys Sarl



Introduction

Elosys Sarl is a digital services company based in Mostaganem, Algeria. Established in 2015, the company specializes in Odoo, providing comprehensive services and solutions in the digital domain.

Overview



Elosys Sarl focuses on delivering high-quality digital services, leveraging its expertise in Odoo, a popular open-source business management software suite. The company has established itself as a reliable partner for businesses seeking efficient and tailored so…</description>
    </item>
    <item rdf:about="https://wiki.elosys.net/doku.php?id=elosys:synchronise_data&amp;rev=1717586558&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-05T12:22:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Synchronize data Script</title>
        <link>https://wiki.elosys.net/doku.php?id=elosys:synchronise_data&amp;rev=1717586558&amp;do=diff</link>
        <description>Synchronize data Script

This script is designed to manage backups for various databases. It supports functionalities like downloading the latest backups, selecting daily/weekly/monthly backups, and restoring databases.

Link

You can find the script under</description>
    </item>
    <item rdf:about="https://wiki.elosys.net/doku.php?id=elosys:tmux&amp;rev=1711923910&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-31T23:25:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>TMUX Shortcuts Documentation</title>
        <link>https://wiki.elosys.net/doku.php?id=elosys:tmux&amp;rev=1711923910&amp;do=diff</link>
        <description>TMUX Shortcuts Documentation

Session Management

	*  Detach from the current session: Ctrl + q, d

	*  Switch to another session: Ctrl + q, s

	*  Rename the current session: Ctrl + q, $

Window Management

	*  Create a new window: Ctrl + q, c

	*  Switch to the next window:</description>
    </item>
    <item rdf:about="https://wiki.elosys.net/doku.php?id=elosys:windows_backup&amp;rev=1714155124&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-04-26T19:12:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Windows Backup Script</title>
        <link>https://wiki.elosys.net/doku.php?id=elosys:windows_backup&amp;rev=1714155124&amp;do=diff</link>
        <description>Windows Backup Script

	*  This script automates the process of creating backups for an Odoo instance's extra-addons directory, filestore, and PostgreSQL database . It compresses the backups and saves them in a designated backup directory.

Link

	*</description>
    </item>
    <item rdf:about="https://wiki.elosys.net/doku.php?id=elosys:windows_restore&amp;rev=1714149595&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-04-26T17:39:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Windows Restore Script</title>
        <link>https://wiki.elosys.net/doku.php?id=elosys:windows_restore&amp;rev=1714149595&amp;do=diff</link>
        <description>Windows Restore Script

This script is designed to automate the process of restoring a PostgreSQL database and a filestore for an Odoo instance. It extracts the latest backups of the database, filestore, and extra-addons, decompresses them, and then restores the</description>
    </item>
</rdf:RDF>
