-
db5db6fdd5
Set openssl version number when creation certs
main
Brian Picciano
2024-06-04 19:49:15 +0200
-
27ebc2fac9
Set issuer on self-signed certs
Brian Picciano
2024-06-02 22:16:09 +0200
-
3f7624190b
Implement origin::fs
Brian Picciano
2024-05-30 23:46:05 +0200
-
a04855a252
Redifine origin::mux to be actually usable
Brian Picciano
2024-05-30 23:46:01 +0200
-
3a24e5649e
Don't automatically create directory at domain.store_dir_path
Brian Picciano
2024-05-29 22:08:19 +0200
-
2e8ec9ff86
Define Descr::FS
Brian Picciano
2024-05-29 13:42:37 +0200
-
4075b3e2cd
Remove git-specific error cases from origin errors
Brian Picciano
2024-05-29 11:43:52 +0200
-
1a6f804289
Update hyper-reverse-proxy with fixes
Brian Picciano
2024-03-05 21:14:54 +0100
-
71c9b8dbf5
Upgrade hyper-reverse-proxy to fix websocket forwarding
Brian Picciano
2024-03-05 21:00:02 +0100
-
56796e91b8
create reverse proxy client on a per-http handler basis
Brian Picciano
2024-03-02 17:49:24 +0100
-
e73a120655
Make http optional
Brian Picciano
2024-02-29 17:55:10 +0100
-
fcc8b860fc
Handle TcpListener.accept errors more gracefully
Brian Picciano
2024-02-29 10:48:53 +0100
-
c76d7318f0
Upgrade to hyper v1.2.0, potentially fix issues with graceful shutdown
Brian Picciano
2024-02-29 10:30:21 +0100
-
f562b32edb
Upgrade to rust stable 1.76.0 and fix clippy errors
Brian Picciano
2024-02-27 11:30:28 +0100
-
e416a76668
Cache tree objects in the git proxy
Brian Picciano
2024-02-18 20:30:07 +0100
-
3651fd0f0c
Remove full gix project as a dependency
Brian Picciano
2024-02-17 20:02:32 +0100
-
498a33533f
Remove old git implementation completely
Brian Picciano
2024-02-16 21:22:39 +0100
-
1e8f970486
Get gix_proxy working completely
Brian Picciano
2024-02-15 11:00:59 +0100
-
1667bac39c
Decompress objects from git server, refactor BoxByteStream in the process
Brian Picciano
2024-02-13 17:27:00 +0100
-
b88f555390
Remove display prefix from unexpected errors, was causing redundancy in nested errors
Brian Picciano
2024-02-13 15:16:48 +0100
-
2302e9ff64
Implement most of new git implementation's get_file method
Brian Picciano
2024-01-30 18:47:09 +0100
-
142fc14916
Loosen up argument type on unexpected::Error::from
Brian Picciano
2024-01-25 02:01:17 +0100
-
5f1f8ce1b7
Fixes from clippy
Brian Picciano
2024-01-22 16:54:45 +0100
-
b60c849a73
Remove all_descrs method from origin store
Brian Picciano
2024-01-22 16:48:57 +0100
-
98ddefad4f
Implemented sync method of new git_proxy module
Brian Picciano
2024-01-22 04:04:19 +0100
-
57ee5ff30e
Pass origin::Descr::Git url around in parsed form, perform stricter validation on it
Brian Picciano
2024-01-21 23:24:09 +0100
-
ac66ebf6cc
Fixed how unexpected Option errors were being worded
Brian Picciano
2024-01-21 23:19:00 +0100
-
78b67a02ad
Make origin::Store::sync async
Brian Picciano
2024-01-21 16:18:31 +0100
-
6dd53f96d8
Handle requested path being a directory correctly
Brian Picciano
2024-01-16 14:31:32 +0100
-
6a611c371c
Retrieve domain settings within each service, rather than in domain manager
Brian Picciano
2024-01-15 18:07:49 +0100
-
43502f82f9
Remove platform suffix from binary produced by default flake target
Brian Picciano
2024-01-15 17:07:55 +0100
-
4009f0da48
Use hyper-reverse-proxy fork with fixed host header behavior:
Brian Picciano
2024-01-14 17:41:46 +0100
-
658ac62347
Fix bug in http proxy where response headers would be deduplicated
Brian Picciano
2024-01-14 16:43:33 +0100
-
92254047b2
Remove https requirement to use external_domains
Brian Picciano
2024-01-14 16:03:25 +0100
-
c95f4b9b39
Split domain manager "sync all domains" task into separate ones
Brian Picciano
2024-01-14 15:34:13 +0100
-
70c78b823a
add task_stack.push_spawn_periodically, use for domain manager sync job
Brian Picciano
2024-01-14 14:05:09 +0100
-
dbb8e442c8
Fixes from clippy
Brian Picciano
2024-01-10 10:42:48 +0100
-
9c6e3c6240
Update README with release build instructions
Brian Picciano
2024-01-09 11:24:54 +0100
-
7e5aeb5f28
Fix windows build, add release target
Brian Picciano
2024-01-09 11:17:52 +0100
-
c65a201222
Update nix flake with a devShells (plus many other improvements)
Brian Picciano
2024-01-08 20:13:48 +0100
-
0ed265db6f
Add arm6vl (rpi) build
Brian Picciano
2023-11-15 20:39:15 +0100
-
ada434032b
Got windows cross-compilation working
Brian Picciano
2023-11-12 10:57:02 +0100
-
4ded1c4ab4
Use builtin tokio ctrl-c rather than signal-hook-tokio
Brian Picciano
2023-11-11 21:39:40 +0100
-
023dffe70c
Add support for i686-linux
Brian Picciano
2023-11-10 12:58:11 +0100
-
dce01bd31b
Fix cross-compilation
Brian Picciano
2023-11-09 23:52:07 +0100
-
ab2e5fb55a
Refactor nix flake to allow cross compiling
Brian Picciano
2023-11-08 21:40:25 +0100
-
6cabb9b742
Honor proxied_domains' https_disabled when doing https redirects
Brian Picciano
2023-08-25 19:01:30 +0200
-
0b5b2cb3f3
Refactor how the configuration is documented
Brian Picciano
2023-08-25 18:44:55 +0200
-
0b02400f4e
Redirect HTTP requests when HTTPS is enabled
Brian Picciano
2023-08-25 13:06:03 +0200
-
eadb53db0b
Implement external domain cert syncing
Brian Picciano
2023-08-21 19:00:32 +0200
-
49ac208286
License under the AGPLv3
Brian Picciano
2023-08-21 17:18:12 +0200
-
65933b5cb3
Fix color scheme for dark mode
Brian Picciano
2023-08-09 16:15:39 +0200
-
f56acd65b0
More polish to the interface, grammar edits from Kelly
Brian Picciano
2023-08-05 11:24:04 +0200
-
bd6684ea2a
Even more polish of the web experience
Brian Picciano
2023-08-04 18:48:04 +0200
-
17070b30b3
Polish up user interface somewhat
Brian Picciano
2023-08-04 16:16:55 +0200
-
c0006e40ce
Small bug fixes in interface
Brian Picciano
2023-08-04 15:04:56 +0200
-
36052de0c1
Remove apex zone check
Brian Picciano
2023-08-04 15:02:47 +0200
-
92f7d3d52a
Ensure that the interface_domain gets a cert requested for it
Brian Picciano
2023-08-04 12:31:04 +0200
-
818c728258
Move interface_domain under domain configuration
Brian Picciano
2023-08-04 10:34:09 +0200
-
083976935c
Fix release build
Brian Picciano
2023-08-03 17:32:32 +0200
-
0e164f739d
Small fixes after some testing
Brian Picciano
2023-08-03 16:28:28 +0200
-
dcbf45ec85
Allow for disabling https for proxied domains
Brian Picciano
2023-08-03 14:54:59 +0200
-
7a1a2297d4
Move proxy config into domain (bigger change than it sounds like)
Brian Picciano
2023-08-03 14:14:51 +0200
-
b44fd575a9
Rename primary_domain to interface_domain, and make it optional
Brian Picciano
2023-08-03 11:18:31 +0200
-
e67cd6725a
Return all domains from all_domains
Brian Picciano
2023-08-03 10:29:57 +0200
-
7f8e40c19f
Fixed tests for git and acme::store
Brian Picciano
2023-08-03 10:02:03 +0200
-
337f3c9cef
Do cert syncing within domain manager
Brian Picciano
2023-08-02 19:59:05 +0200
-
96b38f2c97
Support for gemini fully fleshed out
Brian Picciano
2023-07-31 20:46:54 +0200
-
d429b51cf8
Fix self-signed cert generation, not_before is required apparently
Brian Picciano
2023-07-31 20:15:29 +0200
-
8a530d4f7d
Fix static file index.gmi
Brian Picciano
2023-07-31 20:46:45 +0200
-
5a15f07872
Include builtins in origin syncing
Brian Picciano
2023-07-27 16:43:09 +0200
-
24e4dc42b1
Add static directory, useful for testing
Brian Picciano
2023-07-27 16:16:48 +0200
-
795817f99d
Implement gemini cert store
Brian Picciano
2023-07-27 16:09:44 +0200
-
4c1f843048
Move Certificate and PrivateKey into their own tls module
Brian Picciano
2023-07-27 14:29:04 +0200
-
7a9ae81376
rename sync_cert to sync_https_cert
Brian Picciano
2023-07-27 14:12:22 +0200
-
ef8c5827a0
Include template dev config file, ignore the one actually being used
Brian Picciano
2023-07-27 14:08:43 +0200
-
cdd0eacdd8
Update gemini proxying according to feedback from the tokio_rustls issue
Brian Picciano
2023-07-27 12:50:56 +0200
-
c1659fab2a
Got gemini proxy working, via a custom tokio_rustls branch
Brian Picciano
2023-07-24 19:06:01 +0200
-
c8176c819f
Got basic gemini listening working. Proxying does not yet work, nor does serving the origin
Brian Picciano
2023-07-21 18:10:48 +0200
-
2d1e237735
A bit of module structure tidying
Brian Picciano
2023-07-21 14:43:39 +0200
-
31782be10d
Moved http proxy under the service module
Brian Picciano
2023-07-19 22:36:29 +0200
-
f7ecafbc17
Rename Proxy descr to HttpProxy
Brian Picciano
2023-07-19 21:36:57 +0200
-
b81b59fc0a
Get rid of remove_path_prefix, it's not useful
Brian Picciano
2023-07-19 21:27:03 +0200
-
188ebaa30b
Add add/remove_path_prefix fields to domain settings
Brian Picciano
2023-07-19 16:18:13 +0200
-
edadaab792
Remove serve_protocols option for now, it's not useful
Brian Picciano
2023-07-19 14:41:27 +0200
-
63f4975d5a
Fix deserialization of FlatDomainSettings boolean flags
Brian Picciano
2023-07-18 19:05:51 +0200
-
ccd2285b11
Prevent users from seeing proxy config in web interface
Brian Picciano
2023-07-18 19:00:37 +0200
-
87c779ebb6
Fix rendering on domain.html
Brian Picciano
2023-07-18 18:31:36 +0200
-
7049252787
Support
serve_protocols
field on domain settings
Brian Picciano
2023-07-17 20:22:22 +0200
-
5099f79260
Add ability to add request headers to proxied requests
Brian Picciano
2023-07-17 16:54:03 +0200
-
651f3f4bb7
Pass the full domain::Settings into the proxy code
Brian Picciano
2023-07-17 16:19:25 +0200
-
8f74757f23
send x-forwarded-proto header from proxy
Brian Picciano
2023-07-16 17:54:56 +0200
-
b060cafa8e
Fix config to match the README, add proxy to README
Brian Picciano
2023-07-16 17:43:16 +0200
-
a917f32f04
Got proxy origin working, more or less
Brian Picciano
2023-07-16 17:10:13 +0200
-
9beeffcdcf
Revert "Have get_file accept and return structs, which will be easier to extend going forward"
Brian Picciano
2023-07-16 16:09:37 +0200
-
4a2ac7460f
Initial implementation of proxy module
Brian Picciano
2023-07-16 16:09:20 +0200
-
a86020eedf
Have get_file accept and return structs, which will be easier to extend going forward
Brian Picciano
2023-07-16 15:40:20 +0200
-
c336486f5a
Define proxy origin
Brian Picciano
2023-07-16 15:10:02 +0200
-
5dd2e756cc
Rename domain::Domain to domain::Settings, finished renaming it everywhere
Brian Picciano
2023-07-16 14:38:48 +0200
-
5a4ff4ca65
Add secret service.http.form_method field for debugging
Brian Picciano
2023-07-16 13:55:06 +0200