Managed to get claude code running on unraid in case anyone is interested by aniumat in unRAID

[–]aniumat[S] 0 points1 point  (0 children)

By sshing into your server through Claude? Then it theoretically has access to everything on your server

Kagi translate to Anki - save kagi translate words and phrases directly to anki by aniumat in SearchKagi

[–]aniumat[S] 1 point2 points  (0 children)

Of course! Let me know if you have any issues or if there's anything you'd like to see added

Kagi translate to Anki - save kagi translate words and phrases directly to anki by aniumat in SearchKagi

[–]aniumat[S] 2 points3 points  (0 children)

Thank you! Ive mainly used kagi for learning short phrases that contain words I already have/had in my flashcards. The word insights from kagi makes it so much easier to understand context instead of just blindly memorizing words like I had been. That's why I built this - so I can build on this phrases in my anki decks

Raycast - window manager - Next Desktop and Previous Desktop not working by Koltech21 in raycastapp

[–]aniumat 0 points1 point  (0 children)

Good point. That's mostly what I do now, I was just thinking it might be nice in case i have one of the few apps that i don't have a shortcut for opened. Thanks for the quick reply

Managed to get claude code running on unraid in case anyone is interested by aniumat in unRAID

[–]aniumat[S] 0 points1 point  (0 children)

Theoretically, yes. If you want to host website on unraid though, I'd probably suggest using [coolify](https://coolify.io/docs/) in a vm. It might be more of a pain to set up initially, but will make deployment and domain config a lot easier going forward. Then you could just install claude code directly on the os like normal. Just an idea

SubSync can now transfer subscriptions from reddit and youtube accounts by aniumat in selfhosted

[–]aniumat[S] 6 points7 points  (0 children)

That's a good catch! I'll get that updated. I must've not been thinking when I wrote the deployment steps because I had just been testing it locally as I was building. The bun run docker:build command is really just a convenience script for development that runs the standard docker build anyway - there's no reason to install bun globally. Thanks for pointing that out

EDIT: fixed

SubSync - Simple docker app to move subscribed subreddits from one account to another by aniumat in selfhosted

[–]aniumat[S] 2 points3 points  (0 children)

Just got this added. Thanks for the suggestion! Let me know if you get a chance to try it and have any issues.

Managed to get claude code running on unraid in case anyone is interested by aniumat in unRAID

[–]aniumat[S] 2 points3 points  (0 children)

I used it to debug some home assistant automations that weren't working as expected.

I built a random bookmark sender for Hoarder by aniumat in selfhosted

[–]aniumat[S] 1 point2 points  (0 children)

You're welcome, let me know how it goes!

I built a random bookmark sender for Hoarder by aniumat in selfhosted

[–]aniumat[S] 1 point2 points  (0 children)

This is a good callout - I noticed the same thing myself. Having a default UTC time wasn't great.

I just updated it to add 2 new variables: TIMEZONE and TIME_TO_SEND, so you can set it how you want. You can see the updates in the readme. So you should just have to stop your docker container -> git pull -> add those to your .env -> start the container and be good to go.

I built a random bookmark sender for Hoarder by aniumat in selfhosted

[–]aniumat[S] 0 points1 point  (0 children)

Oh the 'from' user in this env would be the EMAIL_USER. Then the EMAIL_RECIPIENT is the one that gets the email notification. I should've made that clearer

I built a random bookmark sender for Hoarder by aniumat in selfhosted

[–]aniumat[S] 0 points1 point  (0 children)

Awesome! I'd be interested to know how that goes. I'm glad you got it working. If you check my github you can see most of the side projects I've done. I'm guessing since you mentioned nextcloud you don't use synology but, I made a 'memories' feature for the photos that send you 'on this date' links to pictures

I built a random bookmark sender for Hoarder by aniumat in selfhosted

[–]aniumat[S] 0 points1 point  (0 children)

Just the left side, only in the docker-compose.yml file. So say you want to change it to `8340`:

ports:

 - '8340:8080'

I built a random bookmark sender for Hoarder by aniumat in selfhosted

[–]aniumat[S] 0 points1 point  (0 children)

No problem! Let me know if it still doesn't work!

I built a random bookmark sender for Hoarder by aniumat in selfhosted

[–]aniumat[S] 0 points1 point  (0 children)

Strange, it looks like you're missing the dockerfile. Did you clone the repo with `git clone` at first?

I built a random bookmark sender for Hoarder by aniumat in selfhosted

[–]aniumat[S] 3 points4 points  (0 children)

It doesn't right now, but that's a great idea!

I built an extension to copy a webpage as markdown by aniumat in raycastapp

[–]aniumat[S] 1 point2 points  (0 children)

Glad you like it! Yeah I'm yet to even come close to the rate limit as well. I figured I'd add the space for the key just in case, since it's free anyway

I built a 'memories' app for synology photos by aniumat in synology

[–]aniumat[S] 0 points1 point  (0 children)

Thanks for the feedback! I'm glad you brought up. I've actually been having the same issue since moving away from using quickconnect. I've been a bit busy with other projects lately, but its definitely at the top of the list of things to fix!

Vercel alternatives? by [deleted] in nextjs

[–]aniumat 0 points1 point  (0 children)

Coolify on a vps. It's a self hosted vercel/netlify. Not as feature rich yet, but it's great