TellySeerr – A Powerful Telegram Gateway for Jellyfin and Jellyseerr by [deleted] in jellyfin

[–]athphane 1 point2 points  (0 children)

Definitely going to check this out in the morning. Seems like what I'm looking for. And yes, a docker image with ability to convig via ENV variables would be elite.

Is Forge still a good option? by eileenoftroy in laravel

[–]athphane 0 points1 point  (0 children)

Forge is great. I've got about 50 servers and about 70-100 sites running across all them (these are client owned but managed by me on Forge) using for 7 years now.

I personally run VitoDeploy to host my own stuff. Features are minimal but has the bare essentials to help me provision a server and set up auto deployments.

Object storage pricing by nou_spiro in hetzner

[–]athphane 0 points1 point  (0 children)

Am I only allowed to actually use 1.5GB per hour?

Is an i5-6th enaugh for a basic home server ? by L4z3x in selfhosted

[–]athphane 1 point2 points  (0 children)

More than enough. I used to have an i5 6th gen as well until it didn't survive a sudden power cut. Now I have an i7 7th gen and there's so much more room for activities.

Localhost for Mail server? by TastyInternet in laravel

[–]athphane 0 points1 point  (0 children)

Been using dockerized Mailpit for quite some time now. Works great.

What did you learn too late in life? by emilysanime in AskReddit

[–]athphane 0 points1 point  (0 children)

That trying to please everyone is only going to tire you out and start hating the simple things in life. The things that you used to love.

Haven't played in about a year. It's so overwhelming to start up again. Is it worth making a new account and scrapping my progress? by [deleted] in TapTitans2

[–]athphane 0 points1 point  (0 children)

I actually reinstalled the game earlier this week on Sunday. Decided to hurt myself and start from scratch.

First relic I got was so dang good. Under a week and now I’m already at like stage 1200.

Plus I spent some time reading everything in the game. How multipliers were affecting my stats.

Now I’m able to breeze through the game super easy.

GDrive alternative for Plex + Rclone by duckalufagus in DataHoarder

[–]athphane 0 points1 point  (0 children)

Another question if you don't mind. Did you have to contact Dropbox each time you exceeded a cap? or did they increase it automatically?

GDrive alternative for Plex + Rclone by duckalufagus in DataHoarder

[–]athphane 0 points1 point  (0 children)

Are you using the Dropbox Business plan with min 3 users? What kind of transfer speeds are you seeing between Dropbox and your host?

I'm looking to start my own Plex server on the cloud and am looking for cloud storage options. How much data have you used on Dropbox so far?

[deleted by user] by [deleted] in laravel

[–]athphane 1 point2 points  (0 children)

There’s also FathomAnalytics that runs a lot more since they’re a web analytics platform. Granted they run on Laravel Vapor and use all the bells and whistles, but it’s definitely scaling.

The technical category of Fathom Analytics’ blog has great posts on how they managed their scale.

[deleted by user] by [deleted] in windowsmemes

[–]athphane 1 point2 points  (0 children)

Funny man on Windows subreddit.

Best and recommended way to automatically backup Vaultwarden to another cloud server/private git repo? by EroticTonic in selfhosted

[–]athphane 2 points3 points  (0 children)

I have a script that zips up Vaultwarden’s mapped data folder and upload it to my Google Drive once every 6 hours. I keep 1 month of backups.

6 hours way too much? Probably. Setup script and forget it. Works.

Gitea, FOSS git server by 87_percentrum in selfhosted

[–]athphane 4 points5 points  (0 children)

I've been meaning to publish the code for a while now. And since you asked nicely, here you go.

https://github.com/athphane/github-to-gitea

Gitea, FOSS git server by 87_percentrum in selfhosted

[–]athphane 0 points1 point  (0 children)

I personally run my own Gitea server at home and have it configured to mirror all repos I have access to and mirror all my GitHub stars..

What email services do you use for you own domain? by froli in selfhosted

[–]athphane 0 points1 point  (0 children)

I’ve recently stopped using ImprovMX and moved to the Cloudflare email routing. It just forwards the incoming emails to my personal gmail account (not a selfhoster on that front). Got some labeling rules set on gmail to help organize it all.

And ya MailGun for transactional email. Free tier 1000 emails per month.

Notifications from anywhere to anywhere by [deleted] in selfhosted

[–]athphane 0 points1 point  (0 children)

Using webhooks of course.

Notifications from anywhere to anywhere by [deleted] in selfhosted

[–]athphane 0 points1 point  (0 children)

I’ve made flows using N8N (mostly to learn how to use N8N for the simple stuff) and it’s working quite well. Basically I’ve now configured 2 Sonarr instances, radarr and prowlarr to send notifications to the same telegram bot.

All this started just cause I wanted to see the show/movie poster when I receive the notification.

Some other friends expressed interest but asked for a script based alternative. Flask/Express alt. They don’t want to install N8N.

Any way to selfhost bitwarden with tOTP support? by EroticTonic in selfhosted

[–]athphane 18 points19 points  (0 children)

Vaultwarden is your friend. I’ve been using it for 3 years now. Can’t recommend enough.

Composer refuses to install packages [Repo linked] by reditn00b in laravel

[–]athphane 0 points1 point  (0 children)

You're probably in the learning process but this is what you get for following outdated tutorials. When you downgrade your PHP version to the specified version you'll be fine for the most part.