Brian Picciano
9beeffcdcf
Revert "Have get_file accept and return structs, which will be easier to extend going forward"
...
This reverts commit a86020eedf
.
Turns out that even with this change proxying won't work properly via
origin::Store, it'll just have to be a special case. I'm keeping the
commit around in case we want this for a later case.
2023-07-16 16:09:37 +02:00
Brian Picciano
4a2ac7460f
Initial implementation of proxy module
2023-07-16 16:09:20 +02:00
Brian Picciano
a86020eedf
Have get_file accept and return structs, which will be easier to extend going forward
2023-07-16 15:40:20 +02:00
Brian Picciano
c336486f5a
Define proxy origin
2023-07-16 15:10:02 +02:00
Brian Picciano
5dd2e756cc
Rename domain::Domain to domain::Settings, finished renaming it everywhere
2023-07-16 14:38:48 +02:00
Brian Picciano
5a4ff4ca65
Add secret service.http.form_method field for debugging
2023-07-16 13:55:06 +02:00
Brian Picciano
4483185e75
Add builtin domains to configuration
2023-07-15 19:45:56 +02:00
Brian Picciano
03428cef02
Use an HTTP challenge for ensuring that domains are correctly set up, rather than checking DNS records directly
2023-07-12 20:25:35 +02:00
Brian Picciano
28104f36e1
Add token::MemStore, use it for http01 challenges
2023-07-12 19:01:31 +02:00
Brian Picciano
811aef209a
introduce unexpected::Result
2023-07-12 19:01:15 +02:00
Brian Picciano
af1dc183ec
Support for CNAME records
2023-07-11 19:16:09 +02:00
Brian Picciano
2693e0eac2
Implement support for AAAA records
2023-07-10 18:23:52 +02:00
Brian Picciano
7d64f44dab
Rewrite README with new config file documentation
2023-07-09 17:13:25 +02:00
Brian Picciano
ceb2ba3cf4
Move dns records under service in the config
2023-07-09 16:57:36 +02:00
Brian Picciano
57b56934a9
Switch to using a config file
2023-07-09 16:09:00 +02:00
Brian Picciano
1bc3420930
remove github run dir
2023-07-09 15:34:58 +02:00
Brian Picciano
7c68702ab8
Introduce domain::Config
2023-07-09 15:09:40 +02:00
Brian Picciano
80e96c47fb
Rename domain::Config to domain::Domain, plus other moving
2023-07-09 14:25:01 +02:00
Brian Picciano
9c1bdc1e8a
Introduce origin config
2023-07-09 14:07:07 +02:00
Brian Picciano
254d9c63d0
Config struct for http server
2023-07-09 13:43:38 +02:00
Brian Picciano
9d44593e73
Improve internal server errors significantly
2023-07-08 16:18:45 +02:00
Brian Picciano
a3c823c7b2
Simplify the http service a bunch, better error handling
2023-07-08 16:04:33 +02:00
Brian Picciano
82290d8b0b
Get rid of read_file_into, use streams to serve files from domain manager
2023-07-08 15:53:40 +02:00
Brian Picciano
8b75b141f4
Alias BoxByteStream, and test git get_file implementation
2023-07-08 15:22:44 +02:00
Brian Picciano
60b90746fc
Implement origin::Store::get_file, to deprecate read_file_into
2023-07-08 14:43:36 +02:00
Brian Picciano
0b790ecc4a
Use util::BoxedFuture everywhere, for aesthetics
2023-07-06 18:04:29 +02:00
Brian Picciano
5e264093ec
Get rid of origin::Origin trait completely, move read_file_into onto the origin::Store itself
2023-07-05 19:03:51 +02:00
Brian Picciano
773001b158
Changes suggested by clippy
2023-07-04 19:42:12 +02:00
Brian Picciano
6863694293
Pass descr around as a reference, generally
2023-07-04 19:33:03 +02:00
Brian Picciano
95f7f97716
move roadmap to README
2023-07-04 19:09:07 +02:00
Brian Picciano
9c36ae1c7b
Test mux store... kinda
2023-07-03 14:30:41 +02:00
Brian Picciano
7a35befffe
Don't include Send/Sync in trait requirements
2023-07-03 13:39:44 +02:00
Brian Picciano
fa85fe7fd8
Fix more tests
2023-07-03 13:23:07 +02:00
Brian Picciano
bd96581c6a
Don't return Box from constructors
2023-06-29 16:54:55 +02:00
Brian Picciano
0b22801503
Basic, untested implementation of mux origin store
2023-06-29 16:15:15 +02:00
Brian Picciano
dd07bbf7ac
Fix tests in git store
2023-06-25 14:52:44 +02:00
Brian Picciano
644d2bab23
Rename to domani
2023-06-25 13:35:59 +02:00
Brian Picciano
fcab32e0f7
Refactor TaskStack some more, allow for deferred syncronous tasks
2023-06-21 17:16:49 +02:00
Brian Picciano
d0f601a9f7
Make TaskStack cancel each task individually, not all at once
2023-06-21 14:29:47 +02:00
Brian Picciano
5e89d21ce3
Fix formatting in domain manager
2023-06-21 14:05:28 +02:00
Brian Picciano
505015a4bd
Removed usage of sync::Arc where possible
2023-06-21 14:02:42 +02:00
Brian Picciano
289a185d42
Make domain manager do cert resolving for tls
2023-06-21 13:47:04 +02:00
Brian Picciano
51cb6aadce
use Box for origin::Store
2023-06-21 13:24:00 +02:00
Brian Picciano
7dd52839b1
Use TaskStack to clean up startup/shutdown logic significantly
2023-06-21 13:15:42 +02:00
Brian Picciano
f2374cded5
Use TaskSet to cleanly shut down the http service
2023-06-19 20:57:26 +02:00
Brian Picciano
43f4b98b38
Move handle_request onto service as a method
2023-06-19 20:12:15 +02:00
Brian Picciano
506037dcd0
Moved service tasks internally, main crashes on shutdown though
2023-06-18 15:57:51 +02:00
Brian Picciano
7ea97b2617
Get rid of lifetime on Service
2023-06-18 15:10:06 +02:00
Brian Picciano
1f9ae0038f
restructure service module
2023-06-18 14:53:25 +02:00
Brian Picciano
dbc912a9d3
add sync_cert method to domain manager
2023-06-18 14:46:52 +02:00