Commit graph

18 commits

Author SHA1 Message Date
Aravinth Manivannan 0b2db58483
feat: replace log crate with tracing 2022-11-11 14:56:36 +05:30
Aravinth Manivannan 344cc85935
feat: construct random subdomains from wordlists.
SUMMARY
    Using data 1) and approach 2) mentioned here[0]

[0]: #5 (comment)
2022-11-10 17:02:41 +05:30
Aravinth Manivannan d994400ff1
feat: speed up DB migrations sub cmd 2022-09-21 18:01:04 +05:30
Aravinth Manivannan 0d107609b3
feat: mv routes into main and extract serve from api services 2022-09-16 17:39:37 +05:30
Aravinth Manivannan 90dabb206d
feat: init settings in main fn 2022-09-16 13:22:29 +05:30
Aravinth Manivannan 94702b81b0
feat: load actix-identity middleware 2022-09-12 01:39:11 +05:30
Aravinth Manivannan 6451055e2b
feat: argon2_creds error handlling 2022-09-12 00:24:24 +05:30
Aravinth Manivannan 5df38a9b3f
feat: imple CLI to migrate and serve 2022-09-10 19:29:37 +05:30
Aravinth Manivannan c51df7daf2
feat: serve previews 2022-09-08 00:59:47 +05:30
Aravinth Manivannan 53bd8c54bb
feat: serve files from git repository 2022-09-07 10:29:35 +05:30
Aravinth Manivannan 68d63bba07
chore: load app settings via app ctx and do away with global static loader 2022-04-27 10:52:24 +05:30
Aravinth Manivannan aa9cffd4cb
feat: setup error handling 2022-04-26 19:39:05 +05:30
Aravinth Manivannan 55b7bf92bb
fix: set logging env var if unset 2022-03-29 19:16:38 +05:30
Aravinth Manivannan da98218d31
chore: update copyright notice 2022-03-29 17:36:22 +05:30
Aravinth Manivannan 837c3fd3e0
chore: address clippy lints 2022-03-29 16:56:06 +05:30
Aravinth Manivannan ef424cf070
make repository updates non-blocking 2021-10-30 15:37:24 +05:30
Aravinth Manivannan 8cd9f0030d
configurable workers
This server will only see occasional traffic so it makes sense to spawn
only limited number of workers as opposed to spawning one worker/thread,
which is the default behavior.

I recommend at least two workers.
2021-10-30 15:30:38 +05:30
Aravinth Manivannan 954ac6c578
routes:
- get build metadata
    - authenticate and update repository with branch configuration
2021-10-29 20:23:07 +05:30