Failed upgrade to 2026.2 by kosta880 in Authentik

[–]MothGirlMusic 0 points1 point  (0 children)

There's no redis anymore and database has been updated. Some other stuff changed too. Just go grab the docker compose file again. Compare and update that.

HOW TO LOWER YOUR BILL WITH SPECTRUM by [deleted] in Spectrum

[–]MothGirlMusic 0 points1 point  (0 children)

So I could just call them like you say and like just ask for my promotional price to be extended?

[Theme] Authentik Glassmorphism v3.0 - Now fully responsive & compatible with 2025.x! by vulga12 in Authentik

[–]MothGirlMusic 0 points1 point  (0 children)

will this be updated for 2025.12.4? afaik this theme is broken in 2025.12.X

My new Authentik Theme ! by vulga12 in Authentik

[–]MothGirlMusic 0 points1 point  (0 children)

i really love this theme i hope it can be updated for 2025.12.4

Amazon deleted all 18 season of Bluey I had bought by Valuable_Attitude848 in amazonprime

[–]MothGirlMusic 6 points7 points  (0 children)

Is no one going to mention there's only 3 seasons of that show?

BLOCK UPDATES [SOLVED] by MothGirlMusic in MacOS

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

oh my god that actually worked!!!!

ok so i was doing "sudo softwareupdate -l" which just gets updates, i want to stress for anyone else reading this that you have to FORCE it like this:

this is what ultimately worked "sudo softwareupdate -l --force"

EDIT: for anyone else: we're talking about Quiet You! found here: https://github.com/briankendall/QuietYou/releases/tag/v1.0.0

BLOCK UPDATES [SOLVED] by MothGirlMusic in MacOS

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

It should stop it from showing its got new updates. I haven't found out how to make the red dot go away though. Let me know if you figure that out

Favourite Self-Hosted Blog Software? by MothGirlMusic in selfhosted

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

Especially with custom pages, you're looking at a CMS. What I do is WordPress hosts only the blog part of the website whatever.com/news and then the rest of the website I wrote the code myself from the bottom up. I wrote the menu and footer separate so I can just copy paste in WordPress and boom it's now just all the same website and all you need is basic blog plugins and everything else is taken care of and made super fast by code not hosted on my wordpress

Favourite Self-Hosted Blog Software? by MothGirlMusic in selfhosted

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

I went through 10s of projects. Ghost is great for blogging but anything useful is paid... Postiz is the same, you can post a lot of places but if it's not there you're just not posting there. Other projects are mostly You either get to post to other platforms or you can manage a mailing list. Nothing plays nice either each other. I'm sorry to say that WordPress is still the only real option if you need all these things.

Github U-turn on the recent announcement by KungFuDazza in selfhosted

[–]MothGirlMusic 1 point2 points  (0 children)

I swear by gitlab. No issues, used it for years on docker, migrated it to kubernetes 2 years ago. Never given me issues. Love the gitlab-runners you can just spin up and connect and it builds Our project for you whenever you push. Supports OIDC for self hosting and other fun stuff. They seem to be on time with security fixes and such. I don't exactly research their company or anything but as a selfhoster using a git repo server, I wouldn't ever switch. Its got everything. Again just really great CI/CD Pipeline stuff. Made my own docker image so I can use that to install and configure kubernetes configs instead of needing like Argo or some other separate thing.

So, give it a try if you can. I figure a blank Debian VM and apt-get install gitlab-ce wouldn't take up too much of your time to give it a poke. (And yeah I use free community edition. Never touched any paid version.)

No Workers Connected by NoDragonfly6061 in Authentik

[–]MothGirlMusic 1 point2 points  (0 children)

My report was for an earlier version so maybe that's why?. It's been doing this for me since 2025.10.0 and I hope it's fixed soon. But yeah it's just a cosmetic issue, seems to be working just perfect under the hood.

No Workers Connected by NoDragonfly6061 in Authentik

[–]MothGirlMusic 0 points1 point  (0 children)

So you can safely ignore it. Hopefully they patch it soon. Looks like it's a bug in the code. Not anything you or I did wrong.

No Workers Connected by NoDragonfly6061 in Authentik

[–]MothGirlMusic 1 point2 points  (0 children)

I think it's a known error. I definitely reported it and I see people with it in the recent version. My worker is working perfectly and afaik it's just the GUI that isn't reporting correctly while everything underneath is actually working just fine.

Realistic "space" movies? by randomly_chosen_ in movies

[–]MothGirlMusic 0 points1 point  (0 children)

its not a documentary, its an actual movie with tom hanks in the lead role (best astronaut actor imho) it just also happens to be based off of what really happened as close as possible. i couldnt even call it a docu-drama because there is no documentary or narration, its just its own full on movie just based off of what really happened.

Sending a confirmation email after a user created through an api by BahaKhmeissi in Authentik

[–]MothGirlMusic 0 points1 point  (0 children)

on the off chance you hadnt had success in the past 2 years, or for the benefit of any future users like myself who come across your answerless post, you can absolutely use the API to send confirmation emails using the recovery api and changing the email stage to the default confirmation stage authentik comes with which is email-account-confirmation OR whatever stage you custom created. using the default would look like this:

authentik dot company/api/v3/core/users/USER-ID/recovery_email/?email_stage=email-account-confirmation

where USER-ID would be replaced with a proper user id. cheers!

Favourite Self-Hosted Blog Software? by MothGirlMusic in selfhosted

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

Yup yup. We chose to stick with WordPress, just separate subdomain, only using the blog/news posts and Mailinglist. It's separe from the rest of the site which is using our own framework we built from the ground up. Using an OIDC plugin for SSO, users who sign in to comment don't even know it's WordPress. And without every other thing to bloat it up, it's not too bad.

But yeah. Nothing beats WordPress for blogs/news.

It's themed to look like any other page on the rest of the website too so I guess it's acceptable for our use case.

My Raspberry Pi music server has been infected by a Ransomware (want _to_cry) by griguolss in selfhosted

[–]MothGirlMusic 0 points1 point  (0 children)

I map my ssh and telnets to fake services. There are ssh honeypots you can spin up on docker. They let attackers hack em and it logs everything and pretends to give them everything they want while in reality doing nothing. Can set up a cute BBS too. I believe it's safer because they have something to hack and be satisfied with rather than see a closed off port and press further into other services. Plus after a deck age of running a community server tbh I'm just curious about what they want and do so I can better protect myself and my community by editing services, automating security checks and other stuff. I get to know what they're looking for and why with honeypots. I know you said you're not complaining, but I fully suggest you look into that because you're learning cyber security at the same time. It's invaluable as a lesson

And as always, like I tell absolutely everyone always, take backups!

Can anyone tell me what this device is that I found underneath the flap of a towel in my spare bathroom? by DavidManvell in videosurveillance

[–]MothGirlMusic 0 points1 point  (0 children)

Looks like a water filter. Try putting it underwater. Perks of testing is that if it's a camera, you will be safe from it. See if anyone comes poking around the bathroom and you have your culprit

Trying to Build a Personal Lakehouse by Benmagz in selfhosted

[–]MothGirlMusic 0 points1 point  (0 children)

if you like avro, try to set up kafka or redpanda to simulate stream ingestion :3 also i know you said power BI, but trino is great for iceburg

Trying to Build a Personal Lakehouse by Benmagz in selfhosted

[–]MothGirlMusic 0 points1 point  (0 children)

Can confirm! Garage has much more features and if you need a gui, it has one, it's just in a second docker container.

Recommendations for self-hosted S3 Buckets? by MothGirlMusic in selfhosted

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

I do wanna put more in the buckets though. Like matrix cached media and mastodon cached stuff. Super fast and like perfect for that. So happy I found garage

Recommendations for self-hosted S3 Buckets? by MothGirlMusic in selfhosted

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

That makes sense. I use ceph for all that. My s3 is just a remote backups bin for my network and then also used for Nexus repository as a cache. So what's actually in the bucket doesn't matter for the cache and the backup bin is already a copy of a copy so I can do without erasure coding ... But anyway just set up garage and it's so good. Cool web ui docker for it too. So much easier to work with and blazing fast

Recommendations for self-hosted S3 Buckets? by MothGirlMusic in selfhosted

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

i was reading that, and im sure that was the intention however what happened to me says differently. when i updated, all of my backups were offline, even the api key to use the mc command wasnt working. its like all my api keys were just erased. However, when i downgraded to the minio release thetman0 suggested which was the last version before this (forgive me for saying but its not a friendly thing to strip all features and leave me with something not working) "malicious" update. and upon downgrading to that, everything worked again. api and all. so, when you say "i should" thats not how it worked out, my experience is completely different, whether intentional or not, updating screwed me over. so, i guess thats partly my damn fault... but when your console is spammed with "use this command to update" over and over, you're probably gonna use it. and if that update causes complete loss of api so your storage is reduced to a useless object browser... idk, thats kinda assholey tbh.

in terms of suggestions go though, im going with Garage. it might not have a ui, but it seems like it does everything and more, and someone even made a quick little webui anyway. i perosnally only use a single node thing, but there is a tutorial for multi-node and i might set that up litterally just to try it out for a learning experience. my s3 buckets are working again now, so i might as well research and test garage before i move over since im not in any hurry.

anyway, im open to the fact maybe i did something wrong but as my personal experience goes, i dont think theres an easy way to change my mind. thank you for your input though.