<?xml version="1.0" encoding="UTF-8" ?>
<!-- RSS generated by PHPBoost on Mon, 06 Apr 2026 01:40:31 +0200 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[master]]></title>
		<atom:link href="https://sneckx.ddns.net/syndication/?url=/rss/articles/3" rel="self" type="application/rss+xml"/>
		<link>https://sneckx.ddns.net</link>
		<description><![CDATA[]]></description>
		<copyright>(C) 2005-2026 PHPBoost</copyright>
		<language>fr</language>
		<generator>PHPBoost</generator>
		
            <item>
                <title><![CDATA[Installer jellyfin]]></title>
                <link>https://sneckx.ddns.net/articles/?url=/3-serveur/3-installer-jellyfin/</link>
                <guid>https://sneckx.ddns.net/articles/?url=/3-serveur/3-installer-jellyfin/</guid>
                <description><![CDATA[Marche à suivre pour installer le serveur jellyfin<br />
<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <td class="formatter-table-col">Base Arch</td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col"><ul class="formatter-ul">
        <li class="formatter-li"><div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">yay <span style="color: #660033;">-S</span> jellyfin</pre></pre></div></div><br />
        </li></ul></td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">Base Debian</td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col"><ul class="formatter-ul">
        <li class="formatter-li"><div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> apt <span style="color: #c20cb9; font-weight: bold;">install</span> curl gnupg</pre></pre></div></div>
            </li><li class="formatter-li"><div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">curl <span style="color: #660033;">-fsSL</span> https:<span style="color: #000000; font-weight: bold;">//</span>repo.jellyfin.org<span style="color: #000000; font-weight: bold;">/</span>ubuntu<span style="color: #000000; font-weight: bold;">/</span>jellyfin_team.gpg.key <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span> gpg <span style="color: #660033;">--dearmor</span> <span style="color: #660033;">-o</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>trusted.gpg.d<span style="color: #000000; font-weight: bold;">/</span>jellyfin.gpg</pre></pre></div></div>
            </li><li class="formatter-li"><div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">"deb [arch=<span style="color: #007800;">$( dpkg --print-architecture )</span>] https://repo.jellyfin.org/<span style="color: #007800;">$( awk -F'=' '/^ID=/{ print $NF }' /etc/os-release )</span> <span style="color: #007800;">$( awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release )</span> main"</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">tee</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>sources.list.d<span style="color: #000000; font-weight: bold;">/</span>jellyfin.list</pre></pre></div></div>
            </li><li class="formatter-li"><div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> apt update</pre></pre></div></div>
            </li><li class="formatter-li"><div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> apt <span style="color: #c20cb9; font-weight: bold;">install</span> jellyfin</pre></pre></div></div><br />
        </li></ul></td>
    </tr>
    <tr class="formatter-table-row">
    <td class="formatter-table-col">Base RHEL</td>
    </tr>
    <tr class="formatter-table-row">
    <td class="formatter-table-col"><br />
        <span style="color:#F04343;"><strong>Il faut d'abbord activer <a href="https://sneckx.ddns.net/articles/?url=/5-multimedia/4-installer-rpm-fusion/"> rpm fusion</a></strong></span><br />
        <ul class="formatter-ul">
            <li class="formatter-li"><div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">  <span style="color: #c20cb9; font-weight: bold;">wget</span> https:<span style="color: #000000; font-weight: bold;">//</span>repo.jellyfin.org<span style="color: #000000; font-weight: bold;">/</span>releases<span style="color: #000000; font-weight: bold;">/</span>server<span style="color: #000000; font-weight: bold;">/</span>centos<span style="color: #000000; font-weight: bold;">/</span>stable<span style="color: #000000; font-weight: bold;">/</span>server<span style="color: #000000; font-weight: bold;">/</span>jellyfin-server-10.8.5-<span style="color: #000000;">1</span>.el7.x86_64.rpm  </pre></pre></div></div>
            </li><li class="formatter-li"><div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;"> <span style="color: #c20cb9; font-weight: bold;">wget</span> https:<span style="color: #000000; font-weight: bold;">//</span>repo.jellyfin.org<span style="color: #000000; font-weight: bold;">/</span>releases<span style="color: #000000; font-weight: bold;">/</span>server<span style="color: #000000; font-weight: bold;">/</span>centos<span style="color: #000000; font-weight: bold;">/</span>stable<span style="color: #000000; font-weight: bold;">/</span>web<span style="color: #000000; font-weight: bold;">/</span>jellyfin-web-10.8.5-<span style="color: #000000;">1</span>.el7.noarch.rpm   </pre></pre></div></div>
            </li><li class="formatter-li"><div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">  <span style="color: #c20cb9; font-weight: bold;">sudo</span> dnf localinstall jellyfin-server-10.8.5-<span style="color: #000000;">1</span>.el7.x86_64.rpm  </pre></pre></div></div>
            </li><li class="formatter-li"><div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">  <span style="color: #c20cb9; font-weight: bold;">sudo</span> dnf localinstall jellyfin-web-10.8.5-<span style="color: #000000;">1</span>.el7.noarch.rpm  </pre></pre></div></div>
            </li><li class="formatter-li"><div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">  <span style="color: #c20cb9; font-weight: bold;">sudo</span> systemctl <span style="color: #7a0874; font-weight: bold;">enable</span> <span style="color: #660033;">--now</span> jellyfin  </pre></pre></div></div><br />
        </li></ul></td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col"><br />
            Pour réinitialiser le mot de passe administrateur, il faut éditer le fichier <div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;"> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>jellyfin<span style="color: #000000; font-weight: bold;">/</span>system.xml</pre></pre></div></div><br />
            et modier cette ligne (n°4) comme suit:<br />
            <div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;"><</span>IsStartupWizardCompleted<span style="color: #000000; font-weight: bold;">></span><span style="color: #c20cb9; font-weight: bold;">true</span><span style="color: #000000; font-weight: bold;"></</span>IsStartupWizardCompleted<span style="color: #000000; font-weight: bold;">></span></pre></pre></div></div><br />
            en<br />
            <div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;"><</span>IsStartupWizardCompleted<span style="color: #000000; font-weight: bold;">></span><span style="color: #c20cb9; font-weight: bold;">false</span><span style="color: #000000; font-weight: bold;"></</span>IsStartupWizardCompleted<span style="color: #000000; font-weight: bold;">></span></pre></pre></div></div><br />
            Puis redémarrer le serveur.<br />
            <div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">  <span style="color: #c20cb9; font-weight: bold;">sudo</span> systemctl restart jellyfin  </pre></pre></div></div><br />
        </td>
    </tr>
</table>]]></description>
                <pubDate>Fri, 24 Mar 2023 18:55:00 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Installer phpboost sur un virtual host]]></title>
                <link>https://sneckx.ddns.net/articles/?url=/3-serveur/2-installer-phpboost-sur-un-virtual-host/</link>
                <guid>https://sneckx.ddns.net/articles/?url=/3-serveur/2-installer-phpboost-sur-un-virtual-host/</guid>
                <description><![CDATA[Pour installer le CMS phpboost sur un vhost il faut exécuter l'installation par défaut qui proposera comme racine de site "/site".<br />
<br />
<img src="https://sneckx.ddns.net/upload/img1.jpg" alt="img1" title="img1" /><br />
<br />
Une fois l'installation terminée, éditer les paramètres du site pour que la racine du site soit vide en plus "/site".<br />
<br />
<img src="https://sneckx.ddns.net/upload/img2.jpg" alt="img2" title="img2" /><br />
<br />
Cette action se fait par la page d'administration du CMS]]></description>
                <pubDate>Fri, 24 Mar 2023 12:35:00 +0100</pubDate>
                
            </item>
		
	</channel>
</rss>
