-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Private Bin and Redlib Service #4209
base: services
Are you sure you want to change the base?
Conversation
I believed I followed all the contribution rules. Let me know if I missed anything. Thank you. |
|
Sweet I love redlib! |
Sure thing man, I had them running on my service actually but I'll follow through with those. |
Also redlib on start takes a good couple of minutes to actually start working. |
…and adjusted its configuration to reflect that
I've observed that Redlib is pretty unreliable. It will need some more testing. |
It's weird because redlib not running behine coolify works flawlessly. But when it's behind coolify it often times out. If I ssh into the container and curl the service it always responds basically instantly. It makes me think there's something weird about the reverse proxy config. There's a small chance it could be related to the face that redlib doesn't support head requests but idk. |
I will mark it as draft, when you are done pleas make it ready for review. |
…on the built in option "default" wouldn't work. But you are able to chang it to anything you want.
I don't think so. It just takes a bit to startup. I think it might have to do with something relating to indexing reddit? But apart from that I got it to work without a problem mostly. I will do some more testing in general with the variables to ensure a stable production experience since its pretty unreliable right now. |
I ended up changing the default sub reddit to worldnews due to for whatever reason the example option redlib gives for it doesn't actually work. |
Alright, Redlib seems to be pretty stable. And I've implemented the proper coolify environment variables. I think it is ready, I also have been running redlib for about 3 hours and it has no problems accessing various sub reddits and the homepage is working well now that it is set to world news. |
New Services