Commit graph

1319 commits

Author SHA1 Message Date
LucifersCircle
e12eceaa5e Update Dockerfile
versioning
2024-11-29 03:03:01 -08:00
LucifersCircle
18a1c677c7 I hate workflows
Lets see if gpt can fix it
2024-11-29 03:02:12 -08:00
LucifersCircle
04d8aceac1 Update Dockerfile
try new version
2024-11-29 02:53:24 -08:00
LucifersCircle
14d6c0522a Update Dockerfile
apk instead of apt?
2024-11-29 01:16:28 -08:00
LucifersCircle
3961d78a02 Update Dockerfile
add git
2024-11-29 01:15:03 -08:00
LucifersCircle
90a7b1185a Update Dockerfile
versioning again
2024-11-29 01:12:34 -08:00
LucifersCircle
ca5e5e0772 Update Dockerfile
try fix build from source
2024-11-29 01:10:45 -08:00
LucifersCircle
2b3a81a18a Update Dockerfile
rust versioning
2024-11-29 00:26:45 -08:00
LucifersCircle
e91eb72be3 Update Dockerfile
Try with cargo
2024-11-29 00:25:20 -08:00
LucifersCircle
82917f9214 Update Dockerfile
Try cloning repo for build and transfer
2024-11-29 00:18:32 -08:00
LucifersCircle
03145dc87c Update Dockerfile
Try again
2024-11-29 00:09:36 -08:00
LucifersCircle
4d74e2f94d Update Dockerfile
Remove curl from releases and try curl from main
2024-11-29 00:06:27 -08:00
LucifersCircle
1b2fcc8ce4 Merge branch 'main' of https://github.com/LucifersCircle/redlib 2024-11-28 23:55:36 -08:00
LucifersCircle
495f470617 Update README.md 2024-11-28 23:52:20 -08:00
LucifersCircle
b6515e1619 Update build-and-push.yml
Remove targets I personally don't need
2024-11-28 23:52:20 -08:00
LucifersCircle
6f4c24f945 Update build-and-push.yml
Formatting
2024-11-28 23:52:20 -08:00
LucifersCircle
507402ab9c Tags
Try adding tags
2024-11-28 23:52:20 -08:00
LucifersCircle
92658f4f17 Add workflows
First try on building image with custom theme
2024-11-28 23:52:20 -08:00
LucifersCircle
23c61d098b Create midnightPurple.css
added new theme, midnightPurple
2024-11-28 23:52:20 -08:00
LucifersCircle
5a0d407187 Update README.md 2024-11-28 23:40:16 -08:00
LucifersCircle
b99ad1ec90 Update build-and-push.yml
Remove targets I personally don't need
2024-11-28 23:36:05 -08:00
LucifersCircle
1ce4a59e34 Update build-and-push.yml
Formatting
2024-11-28 23:32:55 -08:00
LucifersCircle
cc1cab76a7 Tags
Try adding tags
2024-11-28 23:31:21 -08:00
LucifersCircle
ef142d51cc Add workflows
First try on building image with custom theme
2024-11-28 23:18:10 -08:00
Matthew Esposito
9f6b08cbb2 fix(main): reduce rate limit check fail to warned error 2024-11-26 22:55:48 -05:00
Matthew Esposito
a4f511f67e fix(client): update rate limit self-check (fix #335) 2024-11-24 10:50:21 -05:00
Matthew Esposito
7fe109df22 style(clippy) 2024-11-23 21:41:30 -05:00
Matthew Esposito
100a7b65a6 fix(client): update headers management, add self check (fix #334, fix #318) 2024-11-23 21:36:46 -05:00
Matthew Esposito
6be6f892a4 feat(oauth): better oauth client matching 2024-11-20 19:19:29 -05:00
Matthew Esposito
95ab6c5385 fix(oauth): update oauth resources and script 2024-11-20 18:50:06 -05:00
LucifersCircle
9455ca6a63 Create midnightPurple.css
added new theme, midnightPurple
2024-11-19 21:17:45 -08:00
Matthew Esposito
d3ba5f3efb feat(error): add new instance buttom 2024-11-19 16:30:37 -05:00
Matthew Esposito
cb9a2a3c39 fix(client): revert to hyper_rustls :P hi SWE 👋 2024-11-19 15:48:42 -05:00
Matthew Esposito
6ecdedd2ed feat(client): additionally randomize headers 2024-11-19 14:54:06 -05:00
Matthew Esposito
18efb8c714 fix(client): update headers 2024-11-19 14:10:59 -05:00
James Musselman
0bc36d529c
Add Quadlet Container File (#319)
* Add Quadlet Container File

* Update README.md with Quadlet instructions
2024-11-19 13:19:48 -05:00
Matthew Esposito
96ebfd2d3a fix(ci): statically build on artifacts 2024-11-19 12:53:36 -05:00
Matthew Esposito
3e1718bfc9 fix(client): ??? no accept language 2024-11-19 12:44:20 -05:00
Matthew Esposito
96e40e8887 style(clippy): small clippy change 2024-11-19 11:40:17 -05:00
Matthew Esposito
f8a9ad363d chore(deps): updates 2024-11-19 11:37:30 -05:00
Matthew Esposito
f7240208f1 fix(tls): vendor native-tls 2024-11-19 11:18:20 -05:00
Matthew Esposito
0714d58efe fix(ci): install new openssl requirements 2024-11-19 11:12:04 -05:00
Matthew Esposito
a96bebb099 fix(client): switch to hyper-tls 2024-11-19 11:08:00 -05:00
Matthew Esposito
6c64ebd56b fix(scraper): additionally grab common words 2024-11-15 16:53:00 -05:00
Matthew Esposito
62717ef6b2 fix: update error template 2024-11-14 11:49:47 -05:00
Matthew Esposito
a301afc383 fix(scraper): truncate to post count 2024-11-13 16:43:41 -05:00
pratclot
6a18ea17ec
Use quotes for kaniko to expand ARG in Dockerfile (#314) 2024-11-10 20:19:40 -05:00
Matthew Esposito
f03bdcf472
feat: display whether or not the instance is up to date on error (#310) 2024-11-01 18:16:25 -04:00
Matthew Esposito
2fd358f3ed
feat(hls): add video quality preference (#306) 2024-11-01 12:28:52 -04:00
Matthew Esposito
5ef57812f8 style: fix clippy 2024-11-01 11:39:05 -04:00