<feed xmlns='http://www.w3.org/2005/Atom'>
<title>salt.git/pillar, branch add/matterbridge-chillnet-tgchan</title>
<subtitle>Work in progress effort to automate the LibertaCasa infrastructure configuration using SaltStack </subtitle>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/'/>
<entry>
<title>bridge ircdevchan tgdevchan</title>
<updated>2023-08-09T22:38:34+00:00</updated>
<author>
<name>Pratyush Desai</name>
</author>
<published>2023-08-09T22:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=90abdc179b44b934a4ddfbfba1c039043aa78ec9'/>
<id>90abdc179b44b934a4ddfbfba1c039043aa78ec9</id>
<content type='text'>
Signed-off-by: Pratyush Desai &lt;pratyush.desai@liberta.casa&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Pratyush Desai &lt;pratyush.desai@liberta.casa&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>denc-webcluster: include proxy in agola</title>
<updated>2023-07-31T19:25:28+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-07-31T19:25:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=32a0f8d653d6bb2e7072fdcb85cebf0c98f05ab1'/>
<id>32a0f8d653d6bb2e7072fdcb85cebf0c98f05ab1</id>
<content type='text'>
Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request 'Repair boolean' (#84) from fix/nginx/boolean into production</title>
<updated>2023-07-31T19:15:42+00:00</updated>
<author>
<name>Pratyush Desai</name>
</author>
<published>2023-07-31T19:15:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=0df71b433152b01f2c78e95a60a2ebcbe0af10a6'/>
<id>0df71b433152b01f2c78e95a60a2ebcbe0af10a6</id>
<content type='text'>
Reviewed-on: https://git.com.de/LibertaCasa/salt/pulls/84
Reviewed-by: Pratyush Desai &lt;pratyush.desai@liberta.casa&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-on: https://git.com.de/LibertaCasa/salt/pulls/84
Reviewed-by: Pratyush Desai &lt;pratyush.desai@liberta.casa&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Repair boolean</title>
<updated>2023-07-31T19:10:35+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-07-31T19:10:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=13d5e44baa2801ad080c7c5539735d98c114e750'/>
<id>13d5e44baa2801ad080c7c5539735d98c114e750</id>
<content type='text'>
Follow up to b6e9f753521111919dfcf67e91e02b30fbc41b24, forgot to quote
the string causing it to still be converted to a boolean.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow up to b6e9f753521111919dfcf67e91e02b30fbc41b24, forgot to quote
the string causing it to still be converted to a boolean.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>denc-webcluster: exclude 949110</title>
<updated>2023-07-31T18:44:52+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-07-31T18:44:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=fb981646e52321c1d45d46dd1f435acaf7c94029'/>
<id>fb981646e52321c1d45d46dd1f435acaf7c94029</id>
<content type='text'>
ModSecurity rule blocked Bookstack from saving some pages while editing.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ModSecurity rule blocked Bookstack from saving some pages while editing.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Repair boolean</title>
<updated>2023-07-21T15:04:49+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-07-21T15:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=b6e9f753521111919dfcf67e91e02b30fbc41b24'/>
<id>b6e9f753521111919dfcf67e91e02b30fbc41b24</id>
<content type='text'>
```
nginx: [emerg] invalid value "True" in "proxy_ssl_verify" directive, it
must be "on" or "off" in /etc/nginx/vhosts.d/agola.conf:14
```

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
```
nginx: [emerg] invalid value "True" in "proxy_ssl_verify" directive, it
must be "on" or "off" in /etc/nginx/vhosts.d/agola.conf:14
```

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add reverse proxy for Agola</title>
<updated>2023-07-21T14:27:50+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-07-21T13:17:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=24d6de3a5d4931ae3fee5be62435bac88f82fca6'/>
<id>24d6de3a5d4931ae3fee5be62435bac88f82fca6</id>
<content type='text'>
New service behind ci.lysergic.dev / ci.git.com.de.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New service behind ci.lysergic.dev / ci.git.com.de.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize minion</title>
<updated>2023-07-16T18:04:26+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-07-16T18:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=dc3cbea0539e6232d27ffab8b017ef8ded5e97f4'/>
<id>dc3cbea0539e6232d27ffab8b017ef8ded5e97f4</id>
<content type='text'>
Cache jobs for later reference, disable unused hardware grains.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cache jobs for later reference, disable unused hardware grains.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add http(s) to thetrip public zone</title>
<updated>2023-07-01T20:21:39+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-07-01T20:21:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=29ceb78cdefd94d37fbde050187bc8a4022db46e'/>
<id>29ceb78cdefd94d37fbde050187bc8a4022db46e</id>
<content type='text'>
Forgotten in fffbaf46988d89b9f56578ba0d97c07ea056f513.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forgotten in fffbaf46988d89b9f56578ba0d97c07ea056f513.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Manage firewall on thetrip</title>
<updated>2023-07-01T20:12:14+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-07-01T20:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=8519dfec68fc187d2fdd141304c9753ed69d54ce'/>
<id>8519dfec68fc187d2fdd141304c9753ed69d54ce</id>
<content type='text'>
Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
