Commit Graph

  • 95a63133de Add octoprint proxy stub master Kelvin Ly 2024-08-25 02:11:47 -0400
  • 5150f78230 Work on the caching logic, for now turn it off to reduce memory usage Kelvin Ly 2023-07-02 18:40:18 -0400
  • 6d7675fe78 Small commit to resync stuff after a bad commit from within the server Kelvin Ly 2023-05-16 22:53:10 -0400
  • 3bec226a5d Modernize with Go modules, add redirect for mushroom server Kelvin Ly (on the cloud) 2023-05-17 02:40:16 +0000
  • 0c0ecf8779 Adjust article padding Kelvin Ly 2020-06-20 13:03:50 -0400
  • f2fc55c614 Turn debug mode off again Kelvin Ly 2020-06-20 10:25:41 -0400
  • a331e89ff8 Use static/main.css instead of ./main.css Kelvin Ly 2020-06-20 10:25:13 -0400
  • cb792d4496 Turn off debug mode Kelvin Ly (on the cloud) 2020-06-20 12:41:08 +0000
  • bca142dc17 Add gogs.service details Kelvin Ly (on the cloud) 2020-06-20 12:33:46 +0000
  • 117c0c2de9 Remove resume submodule, minor other updates Kelvin Ly (on the cloud) 2020-06-20 12:33:22 +0000
  • 6f10d4df88 Update resume to be latest Kelvin Ly 2020-06-20 08:22:00 -0400
  • f831b8bb13 Update CSS, remove stuff from root page Kelvin Ly 2020-06-20 08:21:12 -0400
  • 2372455e22 Change resume path to be within static directory, update submodules during static webhook updates Kelvin Ly 2020-02-16 09:04:25 -0500
  • 6d322baeaf Update CSS Kelvin Ly 2019-12-22 13:59:39 -0500
  • 65c594e808 Update certificate path TODO find a better way to access certificate Kelvin Ly (on the cloud) 2019-12-22 18:27:39 +0000
  • 4435122bed Add link to new git subdomain Kelvin Ly 2019-12-21 16:44:21 -0500
  • a26d012df6 Minor website changes Kelvin Ly (on the cloud) 2019-12-21 06:14:18 +0000
  • 382da3a7b5 Try to figure out this systemd unit file stuff by copying Gogs' unit file. It works! Kelvin Ly (on the cloud) 2019-12-21 05:34:31 +0000
  • 6fbecbd7c2 Merge branch 'master' of github.com:cactorium/threefortiethofonehamster.com Kelvin Ly 2019-12-04 22:45:08 -0500
  • 08b7e25d61 Fix menu wrapping Kelvin Ly 2019-12-04 22:45:01 -0500
  • c808daa248 Fix article padding finally Kelvin Ly (on the cloud) 2019-12-03 23:16:52 +0000
  • cc7055601d Change bottom padding some more Kelvin Ly 2019-12-03 18:14:08 -0500
  • 13cba0aeee Add box-sizing: border-box and try to fix bottom border Kelvin Ly 2019-12-03 18:11:06 -0500
  • 397847f697 Shrink down images on resize Kelvin Ly 2019-12-03 18:09:31 -0500
  • 1d297a7c78 Merge branch 'master' of github.com:cactorium/threefortiethofonehamster.com Kelvin Ly 2019-11-20 23:41:16 -0500
  • 89260f0979 Make resize point same as resize to ensure seamless images Kelvin Ly 2019-11-20 22:56:53 -0500
  • 11436c5e9d Make resize point same as resize to ensure seamless images Kelvin Ly 2019-11-20 22:56:53 -0500
  • ff90aa1f5f Add responsive images to markdown Kelvin Ly 2019-11-20 22:53:50 -0500
  • c341321145 Fix bugs and refactor response collector out into its own file TODO write tests for everything Kelvin Ly 2019-11-20 09:06:04 -0500
  • 8345b868b7 Fix bugs Kelvin Ly 2019-11-20 08:55:17 -0500
  • 726afe8498 Implement image resizing/caching TODO add tests for these eventually Kelvin Ly 2019-11-20 08:15:30 -0500
  • 2edd304c34 Switch for manual forwarding to reverse proxy; this should be websocket compatible Kelvin Ly 2019-07-28 08:59:17 -0400
  • 324308f5d6 Heheheh, actually forward contents Kelvin Ly (on the cloud) 2019-07-19 03:59:19 +0000
  • 3d7ff03609 Fix some port stuff for developer mode Kelvin Ly (on the cloud) 2019-07-19 03:40:45 +0000
  • 16e147dca2 Merge branch 'master' of github.com:cactorium/threefortiethofonehamster.com Kelvin Ly (on the cloud) 2019-07-19 03:35:06 +0000
  • 29a3e94930 HTTP only dev server Kelvin Ly (on the cloud) 2019-07-19 03:34:44 +0000
  • c27f24648c Merge branch 'master' of github.com:cactorium/threefortiethofonehamster.com Kelvin Ly 2019-07-18 23:19:53 -0400
  • 61b0b7d8f1 Disable gzip on dev mode Kelvin Ly 2019-07-18 23:19:45 -0400
  • eb112d17e2 Fix bugs Kelvin Ly (on the cloud) 2019-07-19 03:16:57 +0000
  • 46b14665bf Make the server program a little smart; detect the directory to determine PID and logfile names Kelvin Ly 2019-07-18 23:14:15 -0400
  • 74deb5f9a1 Hopefully get the main server to forward requests correctly, and make the helper scripts detect their directory to determine the right binary name Kelvin Ly 2019-07-18 23:11:12 -0400
  • 738f6623ec Stop dev server from clobbering main server files Kelvin Ly 2019-07-18 22:51:36 -0400
  • 5f7c56daba Add delay to server restart so it doesn't get confused Kelvin Ly 2019-07-18 22:40:21 -0400
  • 94372bc842 Add support for developer mode Kelvin Ly 2019-07-18 22:38:19 -0400
  • 39eaeb2a33 Add restart server command Kelvin Ly (on the cloud) 2019-07-19 02:10:32 +0000
  • 4bb04bb921 Improve CSS a little bit, change pid and log file names Kelvin Ly (on the cloud) 2019-07-19 01:36:35 +0000
  • 25c16325b6 Add gzip encoding stuff Kelvin Ly (on the cloud) 2019-07-18 23:49:55 +0000
  • 2ba35c27ae Move to a different location Kelvin Ly (on the cloud) 2019-07-11 14:01:40 +0000
  • d30d6cc3b4 Update website files Kelvin Ly (on the cloud) 2019-07-11 13:46:19 +0000
  • 4321d69d40 Merge branch 'master' of github.com:cactorium/kelvinly-server Kelvin Ly 2019-01-27 00:01:44 -0500
  • 7b5b18a2b7 Fix git pull command Kelvin Ly 2019-01-27 00:01:32 -0500
  • e3d834e2cd Working webhook Kelvin Ly (on the cloud) 2019-01-27 04:47:22 +0000
  • a81c384892 Merge branch 'master' of github.com:cactorium/kelvinly-server Kelvin Ly 2019-01-26 23:29:11 -0500
  • 1b47132f3b First attempt at webhook integration Kelvin Ly 2019-01-26 23:28:58 -0500
  • 588da4645b Whoops, disable debug mode. Might as well set up a flag for it... Kelvin Ly (on the cloud) 2018-10-30 22:57:50 +0000
  • 643c6ebad0 Add separate project and build pages Kelvin Ly 2018-10-30 18:52:44 -0400
  • 68164655c9 Add resume and nav bar Kelvin Ly 2018-10-30 18:34:38 -0400
  • 7fd8eed45b Update website Kelvin Ly 2018-10-27 16:44:21 -0400
  • 6a03ff0936 Merge branch 'master' of github.com:cactorium/kelvinly-server Kelvin Ly 2018-09-28 19:11:31 -0400
  • a307ca61dd Add README Kelvin Ly 2018-09-28 19:11:20 -0400
  • b42c576f93 Fix port number for HTTPS Kelvin Ly (on the cloud) 2018-09-28 23:05:17 +0000
  • be8e5f330b First try at TLS support Kelvin Ly 2018-09-28 19:00:08 -0400
  • 467006aabc Fix service file slightly, use let's encrypt to get a certificate Kelvin Ly (on the cloud) 2018-09-28 22:41:31 +0000
  • 9b8ad465d7 Fix the service file so it should work from startup Kelvin Ly (on the cloud) 2018-09-28 02:10:37 +0000
  • b9d3043407 Test out running at startup Kelvin Ly 2018-09-27 21:55:49 -0400
  • 8ca27d3df2 Set it up iptables so the server can run without sudo Kelvin Ly 2018-09-27 21:44:03 -0400
  • 0750c4afe3 Kind of daemonize it Kelvin Ly 2018-09-27 21:17:35 -0400
  • b380e96205 Add setup script Kelvin Ly 2018-09-22 08:38:51 -0400
  • 4632042ba6 Initial working server Kelvin Ly 2018-09-22 08:31:23 -0400