Darkassassin07

joined 2 years ago
[–] Darkassassin07@lemmy.ca 3 points 1 week ago* (last edited 1 week ago)

-having no personal insight/knowledge of japan's drug scene, just my impressions-

Saying you've found none in six years, doesn't make me think there's none comming through; I immediately think you haven't been looking very hard.

Finding very little I could understand, but NONE? Na, you need to try harder.

[–] Darkassassin07@lemmy.ca 6 points 1 week ago* (last edited 1 week ago) (1 children)

An $11/yr domain pointed at my IP. Port 443 is open to nginx, which proxies to the desired service depending on subdomain. (and explicitly drops any connection that uses my raw ip or an unrecognized name to connect, without responding at all)

ACME.sh automatically refreshes my free ssl certificate every ~2months via DNS-01 verification and letsencrypt.

And finally, I've got a dynamic IP, so DDClient keeps my domain pointed at the correct IP when/if it changes.


There's also pihole on the local network, replacing the WAN IP from external DNS, with the servers local IP, for LAN devices to use. But that's very much optional, especially if your router performs NAT Hairpinning.

This setup covers all ~24 of the services/web applications I host, though most other services have some additional configuration to make them only accessible from LAN/VPN despite using the same ports and nginx service. I can go into that if there's interest.

Only Emby/Jellyfin, Ombi, and Filebrowser are made accessible from WAN; so I can easily share those with friends/family without having to guide them through/restrict them to a vpn connection.

[–] Darkassassin07@lemmy.ca 3 points 1 week ago (1 children)

You can use cloudflares DNS and not use their WAF (the proxy bit) just fine. I have been for almost a decade.

[–] Darkassassin07@lemmy.ca 61 points 1 week ago

If Iran struck Mar A Lago while Trump was golfing there, I might just jizz my pants.

[–] Darkassassin07@lemmy.ca 5 points 1 week ago* (last edited 1 week ago)

Hard to say for sure really.

I can respect someone's religious views as long as they aren't trying to push them on me. That's to say; not trying to make me believe the same or insist that I have to follow the rules of their chosen religion.

As far as my own views go; I don't follow any particular religion. I don't necessarily believe there isn't some form of god, but I don't follow/believe in any specific deity either. Maybe there is, maybe there isn't; but there have been hundreds of thousands of gods/goddesses/deities/religious figures throughout human history. Who's to say you've chosen the correct one, along with the correct set of (sometimes oddly specific) rules and regulations to go along with it?

You want commandments to follow? Here's one:

"Don't be an asshole"

Everything else kind of just falls into place around that. As long as we can respect each other and our differences; yeah, romance is certainly possible.

[–] Darkassassin07@lemmy.ca 20 points 1 week ago

That's fair. I think it kind of depends on how much you interact with creators and their communities. (comment sections, comunity posts, live content, etc)

[–] Darkassassin07@lemmy.ca 353 points 1 week ago* (last edited 1 week ago) (18 children)

I haven't browsed Reddit since the creation of my Lemmy account (~2years ago); though I've wound up viewing a Reddit thread or two via a google search on rare occasion. Beyond those two, the only other 'social media' I've used in at least a decade is Youtube.

[–] Darkassassin07@lemmy.ca 10 points 2 weeks ago (2 children)

The thing is, until someone actually faces any consequences in modern times for atrocities such as these; simply saying how bad they are has become meaningless.

[–] Darkassassin07@lemmy.ca 2 points 2 weeks ago

I'm not sure whether this is specific to this project, docker, or YAML in general.

Looking through my other 20 or so compose files, I use the array notation for most of my environment variables, but I don't have any double quotation marks elsewhere. Maybe they're not supposed to work in this format, idk.

Good to keep in mind I guess.

[–] Darkassassin07@lemmy.ca 4 points 2 weeks ago (2 children)

Dev replied to my github discussion.

Apparently it's an issue with array style env variable layout.

environment:
    key:"value"

Instead of

environment:
    - key=value
[–] Darkassassin07@lemmy.ca 9 points 2 weeks ago* (last edited 2 weeks ago) (5 children)

Trying to set that up to try out, but I can't get it to see/use my config.yaml.

/srv/filebrowser-new/data/config.yaml

volumes:

  • /srv/filebrowser-new/data:/config environment:
  • FILEBROWSER_CONFIG="/config/config.yaml"

Says '/config/config.yaml' doesn't exist and will not start. Same thing if I mount the config file directly, instead of just its folder.

If I remove the env var, it changes to "could not open config file 'config.yaml', using default settings" and starts at least. From there I can 'ls -l' through docker exec and see that my config is mounted exactly where it's supposed to be '/config/config.yaml' and has 777 perms, but filebrowser insists it doesn't exist...

My config is just the example for now.

I don't understand what I could possibly be doing wrong.

/edit: three hours of messing around and I figured it out:

  • FILEBROWSER_CONFIG="/config/config.yaml"

Must not have quotation marks. Removed them and now it's working.

[–] Darkassassin07@lemmy.ca 1 points 1 month ago

I worked a warehouse a few years ago that had ~15 of the two pallet long ride-on pallet jacks and one that could carry three pallets.

Each of the employees picking orders would drive them around, paletizing a whole order then dropping it off in a staging area to be wrapped and loaded on a truck later that night.

You'd often have item bays waiting to be replenished before you could complete picking an order, so we used ride-ons that could carry two pallets allowing you to move on to a second order while you waited on the first.

 

What do you prefer to use for a password manager?

How well does it work on mobile? (specifically, using autofill on android 14)

I'm currently using Vaultwarden; but the android app, which is where I'm using it 95% of the time, has always been a bit flakey getting autofill to popup. Now it's decided to stop working entirely; so I'm going to look around at some alternatives for now.

/edit:

Well, idk what happened.

I spent about 30min trying different things: switched androids autofill settings to another app, changed them back, cleared app data, force stopped everything relevant, re-installed bitwarden, restarted the device, messed with accessibility; nothing seemed to work. Bitwarden adamantly refused to popup for autofill in anything I'd tried. (4-5 different sites in chrome, firefox, and duckduckgo. The openvpn app, Jerboa, my bank. Nothing worked. Absolutely 0 sign of autofill anywhere.)

I made this post and went for a walk.

Now suddenly autofill is working again.

I hate technology sometimes.

/edit again:

The best option I've seen so far: There is an 'autofill' QuickSettings button you can add to the notification tray that opens the vault and asks which item to fill with. (just like the 'open vault' inline autofill option). If inline isn't popping up, use that.

 

The banner image is completely broken:

And the server hosting the communities profile image has an expired ssl cert;

-1
submitted 6 months ago* (last edited 6 months ago) by Darkassassin07@lemmy.ca to c/selfhosted@lemmy.world
 

Are any of you aware of projects similar to DizqueTV; a HDHomeRun tuner simulator that creates simulated live tv channels? (Dizque depends on Plex integration and cannot be used without it)

I'm looking for a solution to create simulated 'tv' channels by defining local content to be played on a schedule. Ideally just selecting a few shows to be played, mixed together. These channels would then be added to Emby/Plex/Jellyfin for users to tune into just like regular livetv.

I've been keeping an eye on Dizque for over a year now awaiting plex independence, but I don't think that'll be anytime soon. Wondering if there's alternatives.

/edit; should probably link the project I'm talking about...

https://github.com/vexorian/dizquetv

 

In the last couple of weeks, I've started getting this error ~1/5 times when I try to open one of my own locally hosted services.

I've never used ECH, and have always explicitly restricted nginx to TLS1.2 which doesn't support it. Why am I suddenly getting this, why is it randomly erroring, then working just fine again 2min later, and how can I prevent it altogether? Is anyone else experiencing this?

I'm primarily noticing it with Ombi. I'm also mainly using Chrome Android for this. But, checking just now; DuckDuckGo loads the page just fine everytime, and Firefox is flat out refusing to load it at all.

Firefox refuses to show the cert it claims is invalid, and 'accept and continue' just re-loads this error page. Chrome will show the cert; and it's the correct, valid cert from LE.

There's 20+ services going through the same nginx proxy, all using the same wildcard cert and identical ssl configurations; but Ombi is the only one suddenly giving me this issue regularly.

The vast majority of my services are accessed via lan/vpn; I don't need or want ECH, though I'd like to keep a basic https setup at least.

Solution: replace local A/AAAA records with a CNAME record pointing to a local only domain with its own local A/AAAA records. See below comments for clarification.

0
submitted 1 year ago* (last edited 1 year ago) by Darkassassin07@lemmy.ca to c/selfhosted@lemmy.world
 

After almost a year of repeated emails stating the transition from Google Domains will have no effect on customers, no action is required; I just got this email:

Update Dynamic DNS records Hi there, As previously communicated, Squarespace has purchased all domain name registrations and related customer accounts from Google Domains. Customers are in the process of being moved to Squarespace Domains, but before we migrate your domain [redacted] we wanted to inform you that a feature you use, Dynamic DNS (DDNS), will not be supported by Squarespace.

So apparently SquareSpace will be entirely useless to me and I've got "as soon as 30 days" to move.

Got any suggestions for good registrars to migrate to?

(it's a .pw domain if that matters)

/edit. I'm a moron.

I already use cloudflare as my name server, Google/SquareSpace only handles the registration.

I'll be fine. Thanks for the help everyone!

view more: next ›