• 3 Posts
  • 33 Comments
Joined 1Y ago
cake
Cake day: Jun 11, 2023

help-circle
rss
Self hosted AI to train on an existing database
I have a SQL database, and a schema document that goes with it, is there any kind of AI I can self host and train it on this data? The goal would be to ask it simple questions like “from which table in [dbname] can I find a list of products I’ve sold in the last x days” Would be even better if I could ask it to write some queries to find exactly what I’m after. What kind of hardware would I need to run something like this, if it exists?
fedilink

This paired with moonlight & sunshine will work perfectly.


lol that’s not my ip, you’re like 6 numbers off


AirVPN, limited on details for signing up, can pay in crypto and easy port forwarding.

Good config generator as well



Not seeing anyone suggesting unRAID… it’s perfect for this kind of thing (from experience). VMs, LXC, Docker & flexible storage options.

Has its own App Store built in as well🤷‍♀️


Thanks good to know, after I hit this upload limit with one of my services I honestly considered nuking the whole nginx setup and using WG or TS, still on the fence about it all



Been using nextcloud for about 5 years, right now I use it for storing files and nothing else, and it still kinda sucks at that.

Gonna use paperless for any documents I have in NC, after that there won’t be much left in there, just some old dot files. Maybe I’ll get rid of it entirely


I don’t like the use of the word cloud, makes it sound like some mystical virtual environment in the sky that anyone can use and it just works.

It’s someone else’s computer, nothing more


I set mine to 5G I think but it seems to be a common issue with iOS from what I’ve seen on GitHub. I’ve got a 14 pro and videos are usually really large file sizes which doesn’t help.


After posting this I found that you can change the directory structure, but not too sure I want to change it now and break things. I’ll set my backup to only include the library folder, I could always run a script to take all the image and video files out and throw them into a single folder for a fresh start of immich or something similar.

I use rclone as well, for uploading to G Drive.


I need a solution for backing up images and videos from iOS
I currently use Nextcloud and Immich, Nextcloud on iOS is garbage though, it can't auto upload files if they are too big, even with the application open. Immich is great, but is under very active development, so it could break any time. I take backups of the images and store it in my array, and external HDD and Google Drive (encrypted, nothing I upload to G drive is unencrypted). Immich is stores content in a complicated directory structure that goes 3-4 folders deep, I'm hoping to find something that just uploads all my photos and videos to a single folder or two. iCloud only gives me 5GB, and it's almost full, and I dont want to pay for G Drive and iCloud+. Is there another solution I can use to just store photos on my server, that will auto upload from iOS without issue?
fedilink

Can be used through steam tinker launch pretty easily, but doesn’t have native support


Selling invited isn’t allowed by most private trackers and the admins can tell if you’ve used a bought invite


Never purchase them, you’ll end up banned. Best way is to look for open sign ups


Ship names from the expanse.

My PC is the Rocinante My home server was previously the Behemoth, put it in a smaller case so now it’s Medina.


I would also be running on a server if I do this, and I know having it containerised would be fine privacy wise, it was more just curiosity about why you went with chrome. Makes sense that ChatGPT went with chrome though, since it’s the most used browser in the world at the moment.

How is the music quality that’s downloaded determined? (It could be somewhere in your script, haven’t looked at those yet).


Please update this if you continue working on it, I’ve been looking for something like this.

Is chrome browser needed? Could this be swapped out for any chromium browser? I try not to use any google services (within reason, still need a gmail for work).


r/opensignups was my favourite sub, checked it daily and signed up for trackers whenever they were open

Interviewed for MAM recently, hoping to get into RED soon


Kinda sounds like a scam, wouldn’t buy a torrent invite from another website. Usually you can get into them when they have open sign ups or if you know someone in one.

If you’re desperate, and ready to spend money, you can buy your way into IPTorrents.




Did you get anywhere with this?


Your 4th point is the opposite for me, any kind of subtitles I have on causes transcoding in jellyfin. Its the only thing stopping me from switching fully.




Could be, but they look amazing and I’ve got space for it



binhex hinted that he might be building a CA, other than that people have had luck with docker compose plugin (not me though, can’t get it working)


I don’t host lemmy (yet) but my domain is zyphr.xyz, I wanted zephry.xyz but it was taken.

Wish I had looked at other options before choosing to be honest.


+1 for tunnels, easy to use and no port forwarding required


I have this with a usenet folder as well, sub folder for game roms that I mostly manage on my own by manual hardlinking


Hosting a website on my domain
I have an unraid server, and run swag to connect to a few of my apps. They all run on subdomain, including matrix and mastodon. My default.conf file in the swag container has some "well-known" parameters set for the above, for delegating from the subdomain to the main domain. Because of this, I'm not sure if I can use the default.conf to point to another apication, or website. What's the best route for setting up a website here? I want www.mydomain.xyz and mydomain.xyz to point to the same site as well. I can easily set up apps on subdomains, but I'm not great with actual web hosting with nginx. Any advice? Edit: turns out this was very easy, just change server_name in default.conf to www.mydomain.xyz and mydomain.xyz and edit the index.html in the www directory, leave the location block with well-known alone. Should've tried before asking😂
fedilink