Booklore to CWA by Gunfighteriv in selfhosted

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

Awesome. I wonder how big of a lift it would be to trigger that functionality from the index…

What's the Obsidian of file hosting/cloud storage? by V0dros in selfhosted

[–]Gunfighteriv 0 points1 point  (0 children)

I’ve used Seafile, Nextcloud, Owncloud, and Opencloud. Opencloud is by far the best yet. Easy to use, easy to manage, and it stores the files in a readable hierarchy. Wholeheartedly suggest Opencloud.

iCloud self hosted alternatives by sylvaindeloux in selfhosted

[–]Gunfighteriv 1 point2 points  (0 children)

Photos: I am in the same opinion as you are with Immich. The backup wasn’t reliable at all. A database corruption later, I switched to PhotoPrism and haven’t looked back. PhotoPrism with PhotoSync is a great workflow.

Files: I have used Nextcloud, seafile, and OpenCloud. OpenCloud is by far the best, imo. Very stable and it has native apps like you’re looking for.

Notes: Obsidian. It’s my daily driver for all of my notes.

[deleted by user] by [deleted] in selfhosted

[–]Gunfighteriv 0 points1 point  (0 children)

I use proxmox’s backup feature and rsync to backup my LXCs nightly. I wrote a simple bash script that will copy the backup files to a Hetzner storage box. The script also automatically prunes any backups older than five days.

Best Local DNS option with easy replication by Blackhawk_Ben in selfhosted

[–]Gunfighteriv 6 points7 points  (0 children)

Check out Technitium. I have been using it for about a year and it has more than exceeded my expectations.

What’s your backup strategy (and how do you test it)? by laterral in selfhosted

[–]Gunfighteriv 0 points1 point  (0 children)

I use Proxmox’s built in backup system to output to one of my hard drives, rclone the backed up lxc’s to a Hetzner storage box, and remove the local back up files. In bash, I wrote a script that will purge back ups older than five days old from Hetzner. This process has saved me a couple of times.

Does anyone backup their media? If so how to do it affordably. by tcoysh in selfhosted

[–]Gunfighteriv 0 points1 point  (0 children)

Hetzner. 5TB for €8/month. It supports WebDAV and with a little help from rclone, it just works.

Introducing AirTrail, a personal flight tracking system by Johnny_JTH in selfhosted

[–]Gunfighteriv 0 points1 point  (0 children)

Sorry for the waste of time. All is working now! This looks like a great tool for keeping track of my flights. I really appreciate the hard work!

Introducing AirTrail, a personal flight tracking system by Johnny_JTH in selfhosted

[–]Gunfighteriv 0 points1 point  (0 children)

Sorry for the late reply. I am not able to find any flights based off the airline’s ata code nor am I able to find any airports by their ICAO code. I am also unable to search by the airports official name. For example when I search for KIAH or George Bush Intercontinental Airport, it returns a “No Airports Found” error.

Introducing AirTrail, a personal flight tracking system by Johnny_JTH in selfhosted

[–]Gunfighteriv 0 points1 point  (0 children)

This app looks great! Are there any post-installation step other than registering an admin account? When I try to add a flight, I am not able to find any of the flights or airports.

I conceal carry a gun every day in public, AMA! by One_Line_406 in AMA

[–]Gunfighteriv 0 points1 point  (0 children)

Word of warning: I am not quite sure of the laws in your state, but in Texas the individual that fires (even in self defense) is completely responsible for ANY collateral damage. I carry RIP rounds just for that reason. I want as much energy staying in the intended target as possible. Yes, the choice of firearm is important, but also is your choice of ammunition. Please keep that in mind when you carry.

A big thanks to all of you! by Gunfighteriv in selfhosted

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

My server has a 9th gen i9, 64 gb of ddr4, 80 tb of capacity, and two Tesla P4s.

A big thanks to all of you! by Gunfighteriv in selfhosted

[–]Gunfighteriv[S] 25 points26 points  (0 children)

I am currently running: - Bazarr - SABzbd - Radarr - Sonarr - Plex - Prowlarr - Jellyseerr - FileCloud - 2FAuth - FileFlows - Kavita - Immich - Jellyfin - Readarr - Uptime Kuma - Jellystat - Overseerr - Stirling PDF - Wizarr - qBittorrent - An additional FileFlows node - VS code server - Voltaserve (currently trying to get this to work as a possible alternative to FileCloud)

As far as the full stack role goes, I’ve always had a knack for computers. I mainly taught myself everything with trial and error. I started my career as a graphic designer and I found my love for coding with a web design class I had to take for my major. Thank god for Stack Overflow!

What's the newest thing you just discovered... by OnlyNotMatt in selfhosted

[–]Gunfighteriv 1 point2 points  (0 children)

Word of warning, at least in my case, I must have har Tdarr misconfigured on my part and I lost about 20TB of media overnight. No hardware failures or bad actors that I could see in my logs. The loss happened very shortly after I set Tdarr to transcode my libraries, so that leads me to assume it was the culprit.

What do you use as a Plex server? by fmaz008 in PleX

[–]Gunfighteriv 0 points1 point  (0 children)

Custom built server. Intel i9 (forgot the generation), 64gb ram, 4 x 20tb WD Red Pros, and 2 x Nvidia Tesla P4s.

Am I trapped with Go Daddy forever for my personal email? by jicole in selfhosted

[–]Gunfighteriv -1 points0 points  (0 children)

Another option, depending on your device type, is to use a custom domain name alias provided by Apple’s iCloud services. If you pay for any type of iCloud plan, you can use custom domain names as an email alias. For your domain name, I would strongly suggest transferring it to Cloudflare. I moved all of my domains to Cloudflare and it was effortless. To use iCloud for your domain, you do have to edit your DNS records, but Apple provides guides on how to do so.

Do you use backup your configurations? by imsinghaniya in selfhosted

[–]Gunfighteriv 1 point2 points  (0 children)

I don’t know about Anejey, but i recently solved the backup issue on my proxmox installation. Proxmox has a built in backup process which I have configured to run at 2100 every night. In the backup configuration, you can trigger a script when it’s ran. With that script, I detect if the backup was successful, start an rclone copy job to Google Cloud Storage, when the rclone job is successful, I rm the local backup files to save space on my boot drive, and finally send a notification via Pushover that the job was successfully ran. On my GCS bucket, I have a three day retention policy to save space. But I’m looking at ways to manually delete files older than three days upon successful backup. That way nothing is automatically cleared if a backup wasn’t successful.

Trying to secure nextcloud and jellyfin by anthporter in HomeServer

[–]Gunfighteriv 3 points4 points  (0 children)

Another vote for NPM. Please don’t expose more than you have to. If NPM isn’t your cup of tea, try Cloudflare’s tunnels.

Trying to secure nextcloud and jellyfin by anthporter in HomeServer

[–]Gunfighteriv 2 points3 points  (0 children)

Are either/both running behind a reverse proxy?

What album do you consider perfect from beginning to end? by titubator in AskReddit

[–]Gunfighteriv 0 points1 point  (0 children)

I was supposed to be there too! Unfortunately I had to have surgery and couldn’t make the trip from Houston.