aboutsummaryrefslogtreecommitdiffstats
path: root/roles/radicale
Commit message (Collapse)AuthorAgeFilesLines
* Update pkgng usage and fix package namesAaron LI2019-09-191-4/+3
| | | | | | Fix package names: * vim-lite => vim-console * uwsgi-py36 => uwsgi
* radicale: Do not bother to rotate the log fileAaron LI2018-12-201-6/+0
| | | | | | | | | | | 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.
* Fix uwsgi socket owner in rc.confAaron LI2018-12-201-0/+1
|
* Add git role: host git repos and share repos via cgitAaron LI2018-04-181-0/+3
| | | | | | * 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 ^_^
* radicale: setup git repoAaron LI2018-04-111-0/+22
|
* radicale: Use the default path of uwsgi socketAaron LI2018-04-101-1/+0
|
* radicale: Fix log rotationAaron LI2018-04-101-2/+2
|
* radicale: add 'git' variable to toggle versioning with gitAaron LI2018-04-101-1/+4
|
* radicale: use full path to git; rotation log fileAaron LI2018-04-092-1/+7
|
* Add radicale role: lightweight {Card,Cal}DAV serverAaron LI2018-04-097-0/+277
WARNING: py36-radicale2 needs manual installation at the moment.