1
Fork 0
Commit Graph

10 Commits

Author SHA1 Message Date
Jake Howard 88f13d585a
Allow customizing the listen port and interface 2023-09-03 16:40:06 +01:00
Jake Howard 1d7b09f92a
Extract methods to separate files 2023-09-03 16:20:41 +01:00
Jake Howard 38fe58ea9b
Improve soundness 2023-09-03 15:58:06 +01:00
Jake Howard cd76558dff
Sanity check the path before attempting to construct app
This reduce the number of concurrent tasks, at the cost of increased spawn latency
2023-09-03 15:51:25 +01:00
Jake Howard 9f6d2d7b3b
Do proper async parallelism 2023-09-03 15:33:03 +01:00
Jake Howard f1a54d7784
Do file IO async 2023-09-03 15:04:15 +01:00
Jake Howard 1f2d11c0ee
Locate VHOST files
This code is obviously not sensible as it's not async
2023-09-01 17:43:19 +01:00
Jake Howard 8d36ccff9f
Strip and optimise binary 2023-09-01 17:14:02 +01:00
Jake Howard ba9dc3fa0b
Locate dokku root 2023-09-01 17:11:15 +01:00
Jake Howard 06b2e79f9a
Bootstrap an axum project 2023-09-01 16:40:36 +01:00