Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | radicale: Delete the redundant 'service ... start' task | Aaron LI | 2019-09-22 | 1 | -3/+0 |
| | |||||
* | Update pkgng usage and fix package names | Aaron LI | 2019-09-19 | 1 | -4/+3 |
| | | | | | | Fix package names: * vim-lite => vim-console * uwsgi-py36 => uwsgi | ||||
* | radicale: Do not bother to rotate the log file | Aaron LI | 2018-12-20 | 1 | -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.conf | Aaron LI | 2018-12-20 | 1 | -0/+1 |
| | |||||
* | Add git role: host git repos and share repos via cgit | Aaron LI | 2018-04-18 | 1 | -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 repo | Aaron LI | 2018-04-11 | 1 | -0/+22 |
| | |||||
* | radicale: Use the default path of uwsgi socket | Aaron LI | 2018-04-10 | 1 | -1/+0 |
| | |||||
* | radicale: Fix log rotation | Aaron LI | 2018-04-10 | 1 | -2/+2 |
| | |||||
* | radicale: use full path to git; rotation log file | Aaron LI | 2018-04-09 | 1 | -0/+6 |
| | |||||
* | Add radicale role: lightweight {Card,Cal}DAV server | Aaron LI | 2018-04-09 | 1 | -0/+65 |
WARNING: py36-radicale2 needs manual installation at the moment. |