<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://pool.wiki.guifi.net/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://pool.wiki.guifi.net/w/index.php?action=history&amp;feed=atom&amp;title=Cloudy_web_UI</id>
		<title>Cloudy web UI - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://pool.wiki.guifi.net/w/index.php?action=history&amp;feed=atom&amp;title=Cloudy_web_UI"/>
		<link rel="alternate" type="text/html" href="http://pool.wiki.guifi.net/w/index.php?title=Cloudy_web_UI&amp;action=history"/>
		<updated>2026-08-05T11:38:12Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.22.0</generator>

	<entry>
		<id>http://pool.wiki.guifi.net/w/index.php?title=Cloudy_web_UI&amp;diff=3620&amp;oldid=prev</id>
		<title>Al: 1 revision: Importing all articles from english wiki</title>
		<link rel="alternate" type="text/html" href="http://pool.wiki.guifi.net/w/index.php?title=Cloudy_web_UI&amp;diff=3620&amp;oldid=prev"/>
				<updated>2015-07-22T22:58:10Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision: Importing all articles from english wiki&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 22:58, 22 July 2015&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Al</name></author>	</entry>

	<entry>
		<id>http://pool.wiki.guifi.net/w/index.php?title=Cloudy_web_UI&amp;diff=3619&amp;oldid=prev</id>
		<title>Conxuro: Created page with &quot; == Introduction ==  The Cloudy web User Interface (UI) uses an application called cDistro &lt;ref name=&quot;cdistro&quot;&gt;cDistro git repository: http://dev.cloudy.community/Guifi.net/we...&quot;</title>
		<link rel="alternate" type="text/html" href="http://pool.wiki.guifi.net/w/index.php?title=Cloudy_web_UI&amp;diff=3619&amp;oldid=prev"/>
				<updated>2015-05-12T19:12:08Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; == Introduction ==  The Cloudy web User Interface (UI) uses an application called cDistro &amp;lt;ref name=&amp;quot;cdistro&amp;quot;&amp;gt;cDistro git repository: http://dev.cloudy.community/Guifi.net/we...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
The Cloudy web User Interface (UI) uses an application called cDistro &amp;lt;ref name=&amp;quot;cdistro&amp;quot;&amp;gt;cDistro git repository: http://dev.cloudy.community/Guifi.net/web-interface&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
''(Add what it is)''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
The cDistro configuration is placed in /etc/cdistro.conf&lt;br /&gt;
&lt;br /&gt;
By default it has the following format:&lt;br /&gt;
&lt;br /&gt;
 #cdistro config&lt;br /&gt;
 SERVER=&amp;quot;/usr/bin/php&amp;quot;&lt;br /&gt;
 OPTS=&amp;quot;&amp;quot;&lt;br /&gt;
 BINDIP=&amp;quot;0.0.0.0&amp;quot;&lt;br /&gt;
 PORT=&amp;quot;7000&amp;quot;&lt;br /&gt;
 DOCROOT=&amp;quot;/var/local/cDistro&amp;quot;&lt;br /&gt;
 # SSHAUTH=1 &amp;lt;- check user with ssh2 connection http://www.php.net/manual/en/function.ssh2-auth-password.php (Require: libssh2-php)&lt;br /&gt;
 SSHAUTH=1&lt;br /&gt;
 # LOGIN=&amp;quot;root&amp;quot;&lt;br /&gt;
 ## PASSWORD = md5(md5('secret')) =&amp;gt; php -r 'echo md5(md5(&amp;quot;secret&amp;quot;)).&amp;quot;\n&amp;quot;;'&lt;br /&gt;
 #PASSWORD=&amp;quot;7022cd14c42ff272619d6beacdc9ffde&amp;quot;&lt;br /&gt;
 PORT_SSL=7443&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== SERVER ===&lt;br /&gt;
&lt;br /&gt;
The path of the PHP executable.&lt;br /&gt;
&lt;br /&gt;
'''Example:'''&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;/usr/bin/php&amp;quot; - in the case of Cloudy (Debian).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== OPTS ===&lt;br /&gt;
&lt;br /&gt;
PHP options.&lt;br /&gt;
&lt;br /&gt;
''(Add references or more info and an example)''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== BINDIP ===&lt;br /&gt;
&lt;br /&gt;
The IP address where the service will be listening.&lt;br /&gt;
&lt;br /&gt;
'''Example:'''&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;127.0.0.1&amp;quot; - will accept only petitions from localhost.&lt;br /&gt;
* &amp;quot;0.0.0.0&amp;quot; - will accept petitions from any address.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== PORT ===&lt;br /&gt;
&lt;br /&gt;
The port opened by the service to listen to requests.&lt;br /&gt;
&lt;br /&gt;
'''Example:'''&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;7000&amp;quot; - opens the port 7000.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== DOCROOT ===&lt;br /&gt;
&lt;br /&gt;
The path of the cDistro application.&lt;br /&gt;
&lt;br /&gt;
'''Example:'''&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;/var/local/cDistro&amp;quot; - in the case of Cloudy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== SSLAUTH ===&lt;br /&gt;
&lt;br /&gt;
Parameter that allows authentication via SSH2 in the application, i.e., to use the credentials that the SSH server of the system allows.&lt;br /&gt;
&lt;br /&gt;
Can be 0 or 1.&lt;br /&gt;
&lt;br /&gt;
'''Example:'''&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;1&amp;quot; - actives this option.&lt;br /&gt;
* &amp;quot;0&amp;quot; - disables this option (will require to define user and password).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== LOGIN ===&lt;br /&gt;
&lt;br /&gt;
The username to authenticate against the application.&lt;br /&gt;
&lt;br /&gt;
Should be a string without spaces.&lt;br /&gt;
&lt;br /&gt;
'''Example:'''&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;cloudy&amp;quot; - this user can log-in with the password of PASSWORD.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== PASSWORD ===&lt;br /&gt;
&lt;br /&gt;
The password of the user defined in LOGIN.&lt;br /&gt;
&lt;br /&gt;
Should be a hash over a hash MD5 (hexadecimal), i.e., a hash of the password hash: md5(md5(&amp;quot;PASSWORD&amp;quot;)).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Example:'''&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;46d934e0f59ff1e2272f9f5f7950e5d9&amp;quot; - the hash of the string &amp;quot;PASSWORD&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''Examples of how to generate that hash in a terminal:'''&lt;br /&gt;
&lt;br /&gt;
 $ php -r 'echo md5(md5(&amp;quot;PASSWORD&amp;quot;)).&amp;quot;\n&amp;quot;;'&lt;br /&gt;
 46d934e0f59ff1e2272f9f5f7950e5d9&lt;br /&gt;
 $ printf &amp;quot;PASSWORD&amp;quot; | md5sum | awk '{printf $1}' | md5sum | awk '{print $1}'&lt;br /&gt;
 46d934e0f59ff1e2272f9f5f7950e5d9&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== PORT_SSL ===&lt;br /&gt;
&lt;br /&gt;
Port that Cloudy will use in the web interface with HTTPS (if SSL is enabled).&lt;br /&gt;
&lt;br /&gt;
'''Example:'''&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;7443&amp;quot; - access to the web interface in https://IP_SERVIDOR:7443.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cloudy]]&lt;/div&gt;</summary>
		<author><name>Conxuro</name></author>	</entry>

	</feed>