Code for this server
Go to file
Kelvin Ly 4321d69d40 Merge branch 'master' of github.com:cactorium/kelvinly-server 2019-01-27 00:01:44 -05:00
resume@ebda2c3802 Add resume and nav bar 2018-10-30 18:34:38 -04:00
static@872650095e Add separate project and build pages 2018-10-30 18:52:44 -04:00
.gitignore First attempt at webhook integration 2019-01-26 23:28:58 -05:00
.gitmodules Add resume and nav bar 2018-10-30 18:34:38 -04:00
README.md Add README 2018-09-28 19:11:20 -04:00
bootstrap.sh Kind of daemonize it 2018-09-27 21:17:35 -04:00
install.sh Fix port number for HTTPS 2018-09-28 23:05:17 +00:00
kelvinly-server.service Fix service file slightly, use let's encrypt to get a certificate 2018-09-28 22:41:31 +00:00
main.css Add separate project and build pages 2018-10-30 18:52:44 -04:00
main.go Merge branch 'master' of github.com:cactorium/kelvinly-server 2019-01-27 00:01:44 -05:00
rules.v4 Fix port number for HTTPS 2018-09-28 23:05:17 +00:00
stop-server.sh Kind of daemonize it 2018-09-27 21:17:35 -04:00

README.md

A website

This is my personal website, feel free to steal the server and look at the code if there's anything useful there. There's not much to it, but it currently:

  • uses blackfriday/github_flavored_markdown to convert markdown into HTML
  • has a .service file that lets it run automatically on startup
  • daemonizes itself using go-daemon so you get nice log and pid files
  • has a set of iptables-persistent rules to avoid needing to run as root

TODOs

  • make a cronjob to automatically renew the certificate
  • add a header bar and make the footer look a little nicer
  • do cool stuff so I can post about it here I guess