Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web: Remove obsolete 'acme-client' related code | Aaron LI | 2019-09-22 | 6 | -199/+0 |
| | |||||
* | web: Use 'acme.sh' to issue and renew certificates | Aaron LI | 2019-09-22 | 4 | -75/+123 |
| | | | | The 'acme-client' seems obsolete and is missing from DPorts. | ||||
* | web: Add 'nginx' tag | Aaron LI | 2019-09-22 | 1 | -1/+11 |
| | |||||
* | vars: Introduce 'web.acme_webroot' | Aaron LI | 2019-09-22 | 1 | -1/+1 |
| | |||||
* | web: Only create the basic site for ACME | Aaron LI | 2019-09-21 | 1 | -2/+4 |
| | |||||
* | security: Use cron to expire PF table instead of daily periodic task | Aaron LI | 2019-09-21 | 2 | -42/+7 |
| | |||||
* | security: Use 'service' module instead of rcrestart/rcreload | Aaron LI | 2019-09-21 | 1 | -2/+6 |
| | |||||
* | zones/liwt.net: Do not hardcode subdomains | Aaron LI | 2019-09-21 | 1 | -6/+16 |
| | | | | | Also reject the 'mail' subdomain from creating the CNAME record, because the 'mail' is used to create the MX record. | ||||
* | zones/233233.xyz: Do not hardcode subdomains | Aaron LI | 2019-09-21 | 1 | -1/+11 |
| | |||||
* | dns/nsd: Add IPv6 AXFR address for ns2.afraid.org | Aaron LI | 2019-09-21 | 1 | -2/+4 |
| | |||||
* | basic: Add static IPv6 settings | Aaron LI | 2019-09-21 | 1 | -0/+30 |
| | |||||
* | zones/aaronly.me: Remove "dorm-x42", "office", "cluster" | Aaron LI | 2019-09-21 | 1 | -3/+0 |
| | |||||
* | dns: Add tags "unbound" and "nsd" | Aaron LI | 2019-09-21 | 1 | -3/+20 |
| | |||||
* | dns: Fetch initial anchor for unbound | Aaron LI | 2019-09-21 | 1 | -0/+6 |
| | |||||
* | dns: Use "service" module instead of rcrestart/rcreload | Aaron LI | 2019-09-21 | 1 | -4/+12 |
| | |||||
* | bootstrap: Use the 'service' module instead of ad-hoc command | Aaron LI | 2019-09-19 | 1 | -1/+3 |
| | |||||
* | shadowsocks: Use the 'service' module instead of ad-hoc command | Aaron LI | 2019-09-19 | 2 | -2/+6 |
| | |||||
* | shadowsocks: Minor tweaks | Aaron LI | 2019-09-19 | 2 | -2/+3 |
| | |||||
* | Update pkgng usage and fix package names | Aaron LI | 2019-09-19 | 6 | -32/+26 |
| | | | | | | Fix package names: * vim-lite => vim-console * uwsgi-py36 => uwsgi | ||||
* | bootstrap: Disable password login for SSH | Aaron LI | 2019-09-19 | 1 | -0/+8 |
| | |||||
* | znc: Update the wiki URL | Aaron LI | 2018-12-20 | 1 | -1/+1 |
| | |||||
* | basic: Enable all.log and tweak syslogd flags | Aaron LI | 2018-12-20 | 1 | -0/+23 |
| | |||||
* | 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 | 2 | -0/+2 |
| | |||||
* | web/sites: Add 233233.d.conf to proxy to duckduckgo.com | Aaron LI | 2018-12-01 | 1 | -0/+78 |
| | |||||
* | dns: Add CNAME d.233233.xyz | Aaron LI | 2018-12-01 | 1 | -1/+1 |
| | |||||
* | Port to Ansible 2.7 | Aaron LI | 2018-12-01 | 3 | -11/+21 |
| | |||||
* | security/pf: Allow the ports of all shadowsocks instances | Aaron LI | 2018-06-24 | 1 | -2/+3 |
| | |||||
* | shadowsocks: Support multiple instances (share with others) | Aaron LI | 2018-06-24 | 4 | -20/+139 |
| | | | | | | | Add the "shadowsocks" rc script that allows multiple instances (based on the uwsgi rc script). Update the role and vars to setup two shadowsocks instances. | ||||
* | git: remove obsolete git-shell-commands files and vars.conf.j2 | Aaron LI | 2018-05-15 | 11 | -381/+0 |
| | |||||
* | git: remove some obsolete settings | Aaron LI | 2018-05-15 | 1 | -48/+34 |
| | |||||
* | git: configure gitolite with cgit | Aaron LI | 2018-05-15 | 2 | -2/+5 |
| | |||||
* | git/gitolite: update config | Aaron LI | 2018-05-15 | 1 | -2/+2 |
| | |||||
* | git: update github keyname to be keyfile to the full path to the key | Aaron LI | 2018-05-14 | 1 | -3/+3 |
| | |||||
* | git: Use gitolite to replace the git-shell shipped with git | Aaron LI | 2018-05-14 | 2 | -16/+254 |
| | |||||
* | mail/dovecot: change sieve directory ownership | Aaron LI | 2018-05-05 | 2 | -7/+3 |
| | |||||
* | security/clean-pf: log cleaned ip address | Aaron LI | 2018-05-05 | 1 | -1/+1 |
| | |||||
* | git/cgit: copy script and install highlight | Aaron LI | 2018-04-18 | 1 | -0/+7 |
| | |||||
* | git: Update git shell commands; add git-cmds tag | Aaron LI | 2018-04-18 | 4 | -4/+6 |
| | |||||
* | Add git role: host git repos and share repos via cgit | Aaron LI | 2018-04-18 | 18 | -3/+779 |
| | | | | | | * 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 ^_^ | ||||
* | web: Fix private path for the dhparam file | Aaron LI | 2018-04-18 | 1 | -3/+3 |
| | |||||
* | mail/dovecot: update config file to dovecot v2.3 | Aaron LI | 2018-04-18 | 1 | -14/+3 |
| | |||||
* | basic/periodic: Inline daily security status | Aaron LI | 2018-04-16 | 2 | -6/+12 |
| | |||||
* | web/sites: rename liwt.git.conf.j2 to liwt.cgit.conf.j2 | Aaron LI | 2018-04-11 | 1 | -2/+1 |
| | |||||
* | radicale: setup git repo | Aaron LI | 2018-04-11 | 1 | -0/+22 |
| | |||||
* | web/sites: Clean up liwt.radicale.conf | Aaron LI | 2018-04-10 | 1 | -18/+4 |
| | |||||
* | web/sites: Fix reload-nginx after generating sites | Aaron LI | 2018-04-10 | 2 | -1/+1 |
| | |||||
* | web/sites: Also check availability of 'radicale' and 'cgit' | Aaron LI | 2018-04-10 | 2 | -2/+2 |
| | |||||
* | radicale: Use the default path of uwsgi socket | Aaron LI | 2018-04-10 | 2 | -2/+1 |
| | |||||
* | radicale: Fix log rotation | Aaron LI | 2018-04-10 | 1 | -2/+2 |
| |