SeanOMik
  • Joined on 2023-04-26
SeanOMik synced new reference refs/tags/2.2.11-SNAPSHOT to SeanOMik/TamableFoxes from mirror 2023-07-26 07:37:17 +00:00
SeanOMik synced commits to refs/tags/2.2.11-SNAPSHOT at SeanOMik/TamableFoxes from mirror 2023-07-26 07:37:17 +00:00
SeanOMik synced commits to master at SeanOMik/TamableFoxes from mirror 2023-07-26 07:37:17 +00:00
6c65256c7f chore: bump version
c1860d3fc8 fix(#101), fix: some version implementations were still using old anvilgui version
Compare 2 commits »
SeanOMik synced commits to main at SeanOMik/Cross-seed-rs from mirror 2023-07-26 07:36:32 +00:00
ec103e4385 Parse path overload from argv or env
49535b94c4 Create simple dockerfile
7311645b45 Separate code out of `main.rs` and reformat to improve readability
5327c578cd Get cross seed doing what it's actually meant to do: cross seed!
9a7d08cb81 Check if a search result is a torrent we can cross seed,
Compare 10 commits »
SeanOMik pushed to feature/better-tokens at SeanOMik/orca-registry 2023-07-24 04:14:59 +00:00
b94859b88a More logging configuration
SeanOMik pushed to feature/better-tokens at SeanOMik/orca-registry 2023-07-23 21:33:01 +00:00
23fa73ad20 Fix bug which broke pulling from a kubernetes clusters
SeanOMik pushed to feature/better-tokens at SeanOMik/orca-registry 2023-07-22 05:48:37 +00:00
1600c89fd2 allow info,warn,error from other logging targets
SeanOMik pushed to feature/better-tokens at SeanOMik/orca-registry 2023-07-22 05:34:45 +00:00
5a0cdd271f Only print logs from the registry, add some debug info to pulling blobs
83d0e61fde Allow range requests when pulling blobs
Compare 2 commits »
SeanOMik pushed to feature/better-tokens at SeanOMik/orca-registry 2023-07-22 04:20:22 +00:00
6f22e84969 Change /auth endpoint to /token, dont allow post for /token
SeanOMik pushed to feature/better-tokens at SeanOMik/orca-registry 2023-07-22 03:48:00 +00:00
c033095bdc Update readme, attempt to fix auth for kubernetes cluster
SeanOMik synced new reference refs/tags/2.2.10-SNAPSHOT to SeanOMik/TamableFoxes from mirror 2023-07-21 05:12:34 +00:00
SeanOMik synced commits to refs/tags/2.2.10-SNAPSHOT at SeanOMik/TamableFoxes from mirror 2023-07-21 05:12:34 +00:00
SeanOMik synced commits to master at SeanOMik/TamableFoxes from mirror 2023-07-21 05:12:33 +00:00
c7655236b1 Update for 1.20.1
SeanOMik pushed to feature/better-tokens at SeanOMik/orca-registry 2023-07-15 01:50:31 +00:00
8e7952131b fix compiler warnings
SeanOMik pushed to feature/better-tokens at SeanOMik/orca-registry 2023-07-15 01:28:21 +00:00
bb063eda80 Update .dockerignore
SeanOMik pushed to feature/better-tokens at SeanOMik/orca-registry 2023-07-15 01:27:00 +00:00
b46a7a844b Use jwt secret by verifying it in the auth middleware
7cc19bc1cd Store jwt secret in database
95914653e0 Rewrite auth endpoint to allow anonymous tokens, and better tokens
Compare 3 commits »
SeanOMik created branch feature/better-tokens in SeanOMik/orca-registry 2023-07-15 01:27:00 +00:00
SeanOMik pushed to main at SeanOMik/orca-registry 2023-07-14 04:38:17 +00:00
618c04c29b Redo auth once again to add a proper 'auth gate' middleware
SeanOMik pushed to main at SeanOMik/orca-registry 2023-07-13 05:25:04 +00:00
2ecebab330 Create sqlite database file if it doesn't exist, implement tls
0150a1a11e fix pulling from public repositories when not logged in
603c0062ba update todo
12827ca37e add log level to config, create /data dir in docker image
8b59e2b32a update builder stage in dockerfile, update readme
Compare 5 commits »
SeanOMik pushed to main at SeanOMik/orca-registry 2023-06-16 05:15:21 +00:00
0546b71c5e create dockerfile, create more configuration options