<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Installazione_di_SyncThing_headless_in_Debian</id>
	<title>Installazione di SyncThing headless in Debian - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Installazione_di_SyncThing_headless_in_Debian"/>
	<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Installazione_di_SyncThing_headless_in_Debian&amp;action=history"/>
	<updated>2026-05-06T07:41:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://kb.rvmgroup.it/index.php?title=Installazione_di_SyncThing_headless_in_Debian&amp;diff=9732&amp;oldid=prev</id>
		<title>Gabriele.vivinetto: Created page with &quot;=Oiettivo= * Installare syncthing in modalità headless e lanciare un&#039;istanza per un utente unix.  =Debian 8=  * Installare chiave e repository apt:   wget -O -https://syncthi...&quot;</title>
		<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Installazione_di_SyncThing_headless_in_Debian&amp;diff=9732&amp;oldid=prev"/>
		<updated>2016-04-24T16:03:54Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=Oiettivo= * Installare syncthing in modalità headless e lanciare un&amp;#039;istanza per un utente unix.  =Debian 8=  * Installare chiave e repository apt:   wget -O -https://syncthi...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Oiettivo=&lt;br /&gt;
* Installare syncthing in modalità headless e lanciare un&amp;#039;istanza per un utente unix.&lt;br /&gt;
&lt;br /&gt;
=Debian 8=&lt;br /&gt;
&lt;br /&gt;
* Installare chiave e repository apt:&lt;br /&gt;
&lt;br /&gt;
 wget -O -https://syncthing.net/release-key.txt | sudo apt-key add -&lt;br /&gt;
 echo &amp;quot;deb http://apt.syncthing.net/ syncthing release&amp;quot; | sudo tee /etc/apt/sources.list.d/syncthing.list&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
* Installare i pacchetti&lt;br /&gt;
 sudo apt-get install syncthing syncthing-inotify&lt;br /&gt;
&lt;br /&gt;
* Scelto l&amp;#039;utente che dovrà utlizzare syncthing, creare i services systemd per quell&amp;#039;utente specifico:&lt;br /&gt;
 systemctl enable syncthing@myuser.service&lt;br /&gt;
 systemctl enable syncthing-inotify@myuser.service&lt;br /&gt;
&lt;br /&gt;
* Avviare i servizi:&lt;br /&gt;
 systemctl start syncthing@myuser.service&lt;br /&gt;
 systemctl start syncthing-inotify@myuser.service&lt;br /&gt;
&lt;br /&gt;
* Verificarli:&lt;br /&gt;
 systemctl status syncthing@myuser.service -l&lt;br /&gt;
 systemctl status syncthing-inotify@myuser.service -l&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* La configurazione sarà in:&lt;br /&gt;
 /home/myuser/.config/syncthing&lt;br /&gt;
&lt;br /&gt;
* Abilitare l&amp;#039;accesso alla gui ed impostare una password (verrà creato l&amp;#039;hash al primo salvataggio):&lt;br /&gt;
 vi /home/mnt.vvngrl/.config/syncthing/config.xml &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;gui enabled=&amp;quot;true&amp;quot; tls=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;address&amp;gt;0.0.0.0:8384&amp;lt;/address&amp;gt;&lt;br /&gt;
        &amp;lt;user&amp;gt;myuser&amp;lt;/user&amp;gt;&lt;br /&gt;
        &amp;lt;password&amp;gt;mypassword&amp;lt;/password&amp;gt;&lt;br /&gt;
        &amp;lt;apikey&amp;gt;dqAIiwNWQuqGBHWnTtLkKquSEonX5Kmh&amp;lt;/apikey&amp;gt;&lt;br /&gt;
        &amp;lt;theme&amp;gt;default&amp;lt;/theme&amp;gt;&lt;br /&gt;
    &amp;lt;/gui&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Riavviare:&lt;br /&gt;
  systemctl restart syncthing@myuser.service&lt;br /&gt;
&lt;br /&gt;
* Accedere alla gui WEB https://myserver.example.priv:8384/&lt;br /&gt;
&lt;br /&gt;
=Riferimenti=&lt;br /&gt;
*[https://apt.syncthing.net/ Syncthing]&lt;br /&gt;
*[https://docs.syncthing.net/users/autostart.html#using-systemd Starting Syncthing Automatically — Syncthing v0.12 documentation]&lt;/div&gt;</summary>
		<author><name>Gabriele.vivinetto</name></author>
	</entry>
</feed>