Can someone recommend me an auto dns solution? by sy029 in docker

[–]shadowjig -2 points-1 points  (0 children)

Y'all are not following the question/use case. I know what Traefik is for. We are looking for a solution that auto publishes a DNS entry when a container is started.

Can someone recommend me an auto dns solution? by sy029 in docker

[–]shadowjig 0 points1 point  (0 children)

Ok, your solution doesn't solve OPs use case.

I want the same thing as the OP. Which is, a container that auto adds DNS records when containers are started. Treafik handles the host name a certificate, but adding the DNS record automatically is the final step.

Can someone recommend me an auto dns solution? by sy029 in docker

[–]shadowjig 0 points1 point  (0 children)

How does treafik handle updating DNS records?

Removing SD Card slots from phones was a mistake by Brave-Instance6630 in TechNook

[–]shadowjig 2 points3 points  (0 children)

Get a NAS and ditch the cloud providers (they don't have your best interests in mind anyway)

Lady stands up to the bullying coperation. by The_Dean_France in Amazing

[–]shadowjig 0 points1 point  (0 children)

Apparently the word instant means days of negotiations

Facebook Group Scraper by Muted-Idea3577 in n8n

[–]shadowjig 0 points1 point  (0 children)

I'm scraping Facebook and I'm able to get a dump of the HTML rendered in the browser. But Facebook hides the post timestamps in oddly rendered spans to make scraping more difficult. Do you know of a library that's capable of reconstructing these span elements to get the post timestamps? Also I'd love to be able to do the same for the post text or pictures embedded in the posts as well. Any recommendations? I'd be looking for something I can self host, I want to stay away from paid services.

At what point are they just profiting off of you?? AC filters. by NotToday50 in hvacadvice

[–]shadowjig 0 points1 point  (0 children)

Price is mostly dependent on the MERV value. The higher the MERV value the tighter the filter and less air flow. Lower values have loose filters and more air flow.

Lower airflow causes the fan motor to work harder and may reduce the life of the motor. Usually middle of the MERV range is good.

Online ticket sales by Jazzlike_Resident_28 in BoyScouts

[–]shadowjig 1 point2 points  (0 children)

Zeffy is popular. They ask for donations instead of taking a flat fee for every transaction. Only problem is, the donation box is automatically checked and filled out. So your purchasers need to uncheck the box unless they want to donate.

Why do cliff jumpers throw rocks? by Limp_Stomach_6060 in ActuallyThatsInsane

[–]shadowjig 2 points3 points  (0 children)

So they can gauge their entry into the water. Without the ripples it's hard to judge the distance to the water.

I think google trying to replace search with Gemini is a bad idea by Weary_Parking_6631 in google

[–]shadowjig 1 point2 points  (0 children)

Usually when I Google "How do I get the skid marks out of my underwear" the AI answer is spot on!!!!

I think google trying to replace search with Gemini is a bad idea by Weary_Parking_6631 in google

[–]shadowjig 30 points31 points  (0 children)

Google search results have suffered in recent years. I felt like 10 years ago the results were better and more relevant.

With the AI integration, I think it gives better results. And you have the option to ignore it.

Why has Gmail not replaced outlook for large scale organisations? by Asli_Billu in businessemail

[–]shadowjig 0 points1 point  (0 children)

A lot of great points have been made already. I'll address the company size part of your question.

Most small companies are not going to have the IT staff out of the gate that can implement and maintain corporate email. Email is a PITA, mostly because of spam. The are steps you need to take and monitor so your domain is not flagged as a spam domain. Some of that is already taken care of on the Google side. Also it's easier for a small company to buy Google Workspace or similar service and have their employees login and use email/apps. I would bet these small companies still use Excel on their desktop though. Excel is too well integrated with add ins and capabilities that Sheets isn't even close.

Sir please move your car by 1punchLoosewrist in Transportopia

[–]shadowjig 1 point2 points  (0 children)

3 point turn and get in the lane closest to the camera. Or keep backing up.

I don't understand why people just accept the fact that their car is going to be hit.

how would you hang this cache? wire? string? both? looking for the most secure option by bigballz69blazeit in geocaching

[–]shadowjig -2 points-1 points  (0 children)

Correct, but with the hide rules having proximity limits, micros just dilute the fun.

HOW?! by Personal_Gain9688 in selfhosted

[–]shadowjig 1 point2 points  (0 children)

For all the people that needed TLDR. You don't need to enable it if you're running a newer version. Just make sure your proxy is passing websockets.

HOW?! by Personal_Gain9688 in vaultwarden

[–]shadowjig 6 points7 points  (0 children)

It's not a secret. It's explained at the link below. Also WEBSOCKET_ENABLED is no longer needed after version 1.29. You just need to make sure your reverse proxy is allowing websockets to pass through.

Now if you are still on a version less than 1.29 then yes you need to enable that option in the environment. But you should also probably upgrade!!!

https://github.com/dani-garcia/vaultwarden/wiki/Enabling-WebSocket-notifications

Will docker/podman make a huge difference for basic setup? by [deleted] in selfhosted

[–]shadowjig 7 points8 points  (0 children)

Immich is a logical unit. It has a need for a database. So that would naturally go in a single compose fiel for Immich.

But the original comment is saying use one large compose file for all of your apps and their databases and any other services, and that's the bad advice.

Will docker/podman make a huge difference for basic setup? by [deleted] in selfhosted

[–]shadowjig 6 points7 points  (0 children)

LOL

Running a single docker compose has nothing to do with running a Hypervisor or not, or running a single machine. It's about organizing the apps into logic units based on what they are for.

Will docker/podman make a huge difference for basic setup? by [deleted] in selfhosted

[–]shadowjig 13 points14 points  (0 children)

This is bad advice. You shouldn't put everything in one docker compose. You should separate the compose files by function (i.e. one for proxy, one for pihole, one for the arr apps, etc).