<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ansible-dfly-vps.git/roles/radicale/tasks, branch master</title>
<subtitle>Ansible Playbooks for Personal DragonFly BSD Server
</subtitle>
<link rel='alternate' type='text/html' href='https://git.liwt.net/ansible-dfly-vps.git/'/>
<entry>
<title>radicale: Delete the redundant 'service ... start' task</title>
<updated>2019-09-22T05:43:49+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2019-09-22T05:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/ansible-dfly-vps.git/commit/?id=ec478a27b542c116f240edc75450b2eae4a268c6'/>
<id>ec478a27b542c116f240edc75450b2eae4a268c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update pkgng usage and fix package names</title>
<updated>2019-09-19T02:09:19+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2019-09-19T02:09:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/ansible-dfly-vps.git/commit/?id=428df584a5de76dde72e4cd44d51b565a986378e'/>
<id>428df584a5de76dde72e4cd44d51b565a986378e</id>
<content type='text'>
Fix package names:
* vim-lite =&gt; vim-console
* uwsgi-py36 =&gt; uwsgi
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix package names:
* vim-lite =&gt; vim-console
* uwsgi-py36 =&gt; uwsgi
</pre>
</div>
</content>
</entry>
<entry>
<title>radicale: Do not bother to rotate the log file</title>
<updated>2018-12-20T06:06:31+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2018-12-20T06:06:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/ansible-dfly-vps.git/commit/?id=4be8b0ad59f1575a1cc4e794f91bc2b9a3eff09b'/>
<id>4be8b0ad59f1575a1cc4e794f91bc2b9a3eff09b</id>
<content type='text'>
Without running radicale in debug mode, the log file is quite small, so
do not bother to rotate it.  Actually, it's hard to configure uwsgi to
properly rotate the log file: when the uwsgi worker accepts the 'HUP'
signal and restart, it doesn't have priviledge to create the socket file
and thus failed.

If, on the other hand, the uwsgi isn't stopped properly, it will leave
SysV semaphores in use, and finally exaust all semaphores.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without running radicale in debug mode, the log file is quite small, so
do not bother to rotate it.  Actually, it's hard to configure uwsgi to
properly rotate the log file: when the uwsgi worker accepts the 'HUP'
signal and restart, it doesn't have priviledge to create the socket file
and thus failed.

If, on the other hand, the uwsgi isn't stopped properly, it will leave
SysV semaphores in use, and finally exaust all semaphores.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix uwsgi socket owner in rc.conf</title>
<updated>2018-12-20T06:05:59+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2018-12-20T06:05:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/ansible-dfly-vps.git/commit/?id=67256748a799f15a1eed6073deb07733121885af'/>
<id>67256748a799f15a1eed6073deb07733121885af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add git role: host git repos and share repos via cgit</title>
<updated>2018-04-18T08:44:09+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2018-04-18T08:41:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/ansible-dfly-vps.git/commit/?id=053cd1b7fe10f746792e0d1353fad4ad04e8ebe9'/>
<id>053cd1b7fe10f746792e0d1353fad4ad04e8ebe9</id>
<content type='text'>
* Host git repositories
* Share git repositories through web interface via cgit
* The static resources used by cgit is also managed/deployed by a git repo ^_^
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Host git repositories
* Share git repositories through web interface via cgit
* The static resources used by cgit is also managed/deployed by a git repo ^_^
</pre>
</div>
</content>
</entry>
<entry>
<title>radicale: setup git repo</title>
<updated>2018-04-10T16:04:35+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2018-04-10T16:04:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/ansible-dfly-vps.git/commit/?id=664426aa60f86491636e9a42249f480783d7595e'/>
<id>664426aa60f86491636e9a42249f480783d7595e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>radicale: Use the default path of uwsgi socket</title>
<updated>2018-04-10T15:21:42+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2018-04-10T15:21:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/ansible-dfly-vps.git/commit/?id=2e1ea4df861fe1682331d8ac051d435bcb160cf7'/>
<id>2e1ea4df861fe1682331d8ac051d435bcb160cf7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>radicale: Fix log rotation</title>
<updated>2018-04-10T15:20:37+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2018-04-10T15:20:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/ansible-dfly-vps.git/commit/?id=a032ba29a47ce951a92da16188101431dc390c3f'/>
<id>a032ba29a47ce951a92da16188101431dc390c3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>radicale: use full path to git; rotation log file</title>
<updated>2018-04-09T14:00:10+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2018-04-09T14:00:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/ansible-dfly-vps.git/commit/?id=87c6e2caf082fbc68b721b5384861b283c0d7582'/>
<id>87c6e2caf082fbc68b721b5384861b283c0d7582</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add radicale role: lightweight {Card,Cal}DAV server</title>
<updated>2018-04-09T07:34:58+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2018-04-09T07:03:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/ansible-dfly-vps.git/commit/?id=67dd56ab0d520abf01cdbdbe10b68f6289b6ecc7'/>
<id>67dd56ab0d520abf01cdbdbe10b68f6289b6ecc7</id>
<content type='text'>
WARNING: py36-radicale2 needs manual installation at the moment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
WARNING: py36-radicale2 needs manual installation at the moment.
</pre>
</div>
</content>
</entry>
</feed>
