<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pubsh-web.git/src/main/resources/application.properties, branch master</title>
<subtitle>Public shell service - web frontend. POC/WIP.</subtitle>
<link rel='alternate' type='text/html' href='https://git.casa/pubsh-web.git/'/>
<entry>
<title>Experimental KC HTTPS</title>
<updated>2022-08-07T16:19:40+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2022-08-07T16:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/pubsh-web.git/commit/?id=01ec00e7ff098ea49c66752d910c7520a197220c'/>
<id>01ec00e7ff098ea49c66752d910c7520a197220c</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>Set default loglevel</title>
<updated>2022-05-12T20:31:23+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2022-05-12T20:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/pubsh-web.git/commit/?id=24f93545630b3c3bd3f48215fa931dc2e6de79d1'/>
<id>24f93545630b3c3bd3f48215fa931dc2e6de79d1</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>Move loglevel to environment variable</title>
<updated>2022-05-12T20:00:41+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2022-05-12T20:00:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/pubsh-web.git/commit/?id=da2ca53f1d7dcd2060c35f9700e8aa86ddea0f56'/>
<id>da2ca53f1d7dcd2060c35f9700e8aa86ddea0f56</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>Init SLF4J + rehaul logging in WebApplication class</title>
<updated>2022-05-12T18:18:38+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2022-05-12T18:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/pubsh-web.git/commit/?id=f4ac2c3312d3fd8e24bc859309e4f011a1e1a625'/>
<id>f4ac2c3312d3fd8e24bc859309e4f011a1e1a625</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>Move Docker/Podman endpoint to application.properties</title>
<updated>2022-05-12T11:14:41+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2022-05-12T11:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/pubsh-web.git/commit/?id=e724d7fd9e87779874f14b9801b2546b03fb98fd'/>
<id>e724d7fd9e87779874f14b9801b2546b03fb98fd</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>Downgrade to 2.6.7 - Init Hikari + db-scheduler</title>
<updated>2022-05-09T15:58:40+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2022-05-09T15:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/pubsh-web.git/commit/?id=819149e5ca103190672ba0944720e7a8cb9b26d0'/>
<id>819149e5ca103190672ba0944720e7a8cb9b26d0</id>
<content type='text'>
- Downgrade Spring Boot release candidate 2.7-RC1 to stable 2.6.7
- Enable Hikari with MariaDB backend
- Move application.properties values to environment variables
- Add sample scheduler service
- Move Keycloak Bean configuration to appropriately named class
- Various minor changes

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Downgrade Spring Boot release candidate 2.7-RC1 to stable 2.6.7
- Enable Hikari with MariaDB backend
- Move application.properties values to environment variables
- Add sample scheduler service
- Move Keycloak Bean configuration to appropriately named class
- Various minor changes

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement container deletion</title>
<updated>2022-05-06T12:17:49+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2022-05-06T12:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/pubsh-web.git/commit/?id=c39416707f7253f1e41032fad5a7bc4dd3c17d38'/>
<id>c39416707f7253f1e41032fad5a7bc4dd3c17d38</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>Touchups, Init SecurityConfig/BeanConfig/Properties</title>
<updated>2022-05-06T08:26:59+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2022-05-06T08:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/pubsh-web.git/commit/?id=5f59da3414aece2493e10b3c691b99c2fe738558'/>
<id>5f59da3414aece2493e10b3c691b99c2fe738558</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>Init Spring Boot</title>
<updated>2022-05-06T08:18:48+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2022-05-06T08:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/pubsh-web.git/commit/?id=27c6fd588820c0c9fb56ba7487c64d90118f9fa9'/>
<id>27c6fd588820c0c9fb56ba7487c64d90118f9fa9</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>
