<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.buumy-soft.com/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.buumy-soft.com/feed.php">
        <title>BMS Wiki</title>
        <description></description>
        <link>https://wiki.buumy-soft.com/</link>
        <image rdf:resource="https://wiki.buumy-soft.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-14T05:39:38+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.buumy-soft.com/doku.php?id=coolify:configure:projects&amp;rev=1733073532&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.buumy-soft.com/doku.php?id=start&amp;rev=1733060028&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.buumy-soft.com/doku.php?id=xndl:adoc:cmd&amp;rev=1731246242&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.buumy-soft.com/doku.php?id=bms:infomaniak:traefik&amp;rev=1726407374&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.buumy-soft.com/doku.php?id=bms:infomaniak:server-cloud:unmanaged:home&amp;rev=1726340444&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.buumy-soft.com/doku.php?id=bms:utils:ssh&amp;rev=1660583085&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.buumy-soft.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>BMS Wiki</title>
        <link>https://wiki.buumy-soft.com/</link>
        <url>https://wiki.buumy-soft.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.buumy-soft.com/doku.php?id=coolify:configure:projects&amp;rev=1733073532&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-01T17:18:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>projects - Docker registry</title>
        <link>https://wiki.buumy-soft.com/doku.php?id=coolify:configure:projects&amp;rev=1733073532&amp;do=diff</link>
        <description>Configure Coolify Project

Add a server

Add a key

	*  Click on Keys &amp; Tokens &gt; + Add
	*  Click on Generate new RSA SSH Key
	*  Add the necessary information
	*  Copy the public key at the end of the file /root/.ssh/authorized_keys in the server

Add a server</description>
    </item>
    <item rdf:about="https://wiki.buumy-soft.com/doku.php?id=start&amp;rev=1733060028&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-01T13:33:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://wiki.buumy-soft.com/doku.php?id=start&amp;rev=1733060028&amp;do=diff</link>
        <description>BMS Wiki Home Page

Infomaniak

	*  Manager
	*  Server Cloud Unmanaged
	*  Configure traefik to use Infomaniak

Utils

	*  SSH

Asciidocs

	*  Commands

Coolify

	*  Configure a Coolify project</description>
    </item>
    <item rdf:about="https://wiki.buumy-soft.com/doku.php?id=xndl:adoc:cmd&amp;rev=1731246242&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-10T13:44:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cmd</title>
        <link>https://wiki.buumy-soft.com/doku.php?id=xndl:adoc:cmd&amp;rev=1731246242&amp;do=diff</link>
        <description>Ascii Docs

	*  Generate a PDF 

asciidoctor -r asciidoctor-pdf -b pdf path/to/file.adoc


	*  Generate a PDF every 60 seconds 

watch -n 60 asciidoctor -r asciidoctor-pdf -b pdf path/to/file.adoc</description>
    </item>
    <item rdf:about="https://wiki.buumy-soft.com/doku.php?id=bms:infomaniak:traefik&amp;rev=1726407374&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-15T13:36:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>traefik</title>
        <link>https://wiki.buumy-soft.com/doku.php?id=bms:infomaniak:traefik&amp;rev=1726407374&amp;do=diff</link>
        <description>Configure traefik to use Infomaniak

Traefik


version: &#039;3.8&#039;
networks:
  coolify:
    external: true
services:
  traefik:
    container_name: coolify-proxy
    image: &#039;traefik:v2.11&#039;
    restart: unless-stopped
    extra_hosts:
      - &#039;host.docker.internal:host-gateway&#039;
    networks:
      - coolify
    ports:
      - &#039;80:80&#039;
      - &#039;443:443&#039;
      - &#039;8080:8080&#039;
    healthcheck:
      test: &#039;wget -qO- http://localhost:80/ping || exit 1&#039;
      interval: 4s
      timeout: 2s
      retries: 5
  …</description>
    </item>
    <item rdf:about="https://wiki.buumy-soft.com/doku.php?id=bms:infomaniak:server-cloud:unmanaged:home&amp;rev=1726340444&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-14T19:00:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>home</title>
        <link>https://wiki.buumy-soft.com/doku.php?id=bms:infomaniak:server-cloud:unmanaged:home&amp;rev=1726340444&amp;do=diff</link>
        <description>Server Cloud Unmanaged

First Actions

First SSH Connexion

	*  Get the server IP in the manager
	*  SSH connexion: 
ssh -i ~/.ssh/&lt;private key file&gt; debian@&lt;server IP&gt;


Mandatory actions

	*  Copy a SSH public key to the server
	*  Update ~/.ssh/ssh_config</description>
    </item>
    <item rdf:about="https://wiki.buumy-soft.com/doku.php?id=bms:utils:ssh&amp;rev=1660583085&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-15T17:04:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ssh - [Commands] </title>
        <link>https://wiki.buumy-soft.com/doku.php?id=bms:utils:ssh&amp;rev=1660583085&amp;do=diff</link>
        <description>SSH Utils

Commands

	*  Generate a SSH key 
ssh-keygen -t ed25519 -C &quot;key name&quot; -f &lt;file_path&gt;

	*  Generate a RSA SSH key 
ssh-keygen -t rsa -b 4096 -C &quot;key name&quot; -f &lt;file_path&gt;

	*  Remove a server from the known hosts
ssh-keygen -f ~/.ssh/known_hosts -R &quot;&lt;IP or domain&gt;&quot;</description>
    </item>
</rdf:RDF>
