nieceandtows

joined 1 year ago
[–] [email protected] -2 points 3 weeks ago (3 children)

What's the point of this book? It's nothing new, and would never change anything about the situation.

[–] [email protected] 3 points 4 months ago* (last edited 4 months ago)

Okbuddyretard or wowthanksimcured?

[–] [email protected] 21 points 4 months ago

Getting your PR merged is exponentially more waiting than merging lanes, so the cat fits more there.

[–] [email protected] 15 points 4 months ago

That's your next quest marker. Debilitating alcoholism any % speedrun.

[–] [email protected] 4 points 4 months ago

I'm on fallout 4 with an unlimited carry weight mod and having a blast. I'll come back to fnv with mods after I'm done with fo4 then, thanks

[–] [email protected] 33 points 4 months ago (9 children)

I liked fallout New Vegas a lot, but my hoarding mentality and constant inventory management was a bad combination, so I never finished that game.

[–] [email protected] 2 points 4 months ago

He probably thinks his superior genes should propagate without him having to take care/share his wealth with anyone.

[–] [email protected] 22 points 4 months ago (3 children)

That if you are not paying for a product, you are the product. If a product you love is free, and/or you use it because it's free, think of what you are paying for it with.

[–] [email protected] 2 points 4 months ago

What a loser

[–] [email protected] 11 points 4 months ago (2 children)

And my axe. It's too sweet.

[–] [email protected] 14 points 4 months ago (1 children)

There are two ways to interpret this. Either the genie fulfilled this one for free, or the genie thinks this is a good wish but there's no way to fulfill this, so tells him he still has his 3 wishes. Wonder which one it is.

[–] [email protected] 4 points 5 months ago

Universal basic income

 

All the solutions I'm seeing are some third party service where I would have to upload my videos to them to get them transcribed.

 

On the one hand, it's really fun to be able to stream 60gb 4k content through stremio/plex debrid, but on the other hand, if i choose to end my subscription, I don't have anything to show for the money I spent till that time.

 

I'm setting up a jellyfin server, and want to access it on the internet. I created a xxxxxxx.duckdns.org address for it. I have installed caddy with duckdns addon (first installed regular caddy, then overwrote /usr/bin/caddy with this custom caddy). My caddy file is as follows

XXXXXX.duckdns.org:9091 {
    reverse_proxy 127.0.0.1:8096
    tls {
        dns duckdns     XXXXXXXXXXXXXXXXX
    }
}

Started caddy and here's my status. Doesn't show any errors:

● caddy.service - Caddy
     Loaded: loaded (/lib/systemd/system/caddy.service; enabled; preset: enabled)
     Active: active (running) since Sun 2023-09-24 22:45:57 EDT; 32min ago
       Docs: https://caddyserver.com/docs/
   Main PID: 2132 (caddy)
      Tasks: 9 (limit: 8907)
     Memory: 11.7M
        CPU: 313ms
     CGroup: /system.slice/caddy.service
             └─2132 /usr/bin/caddy run --environ --config /etc/caddy/Caddyfile

Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.1027205,"logger":"tls","msg":"cleaning storage unit","description":"FileStorage:/var/lib/caddy/.local/share/caddy"}
Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.1027687,"logger":"http","msg":"enabling HTTP/3 listener","addr":":9091"}
Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.1030562,"logger":"http.log","msg":"server running","name":"srv0","protocols":["h1","h2","h3"]}
Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.103145,"logger":"http.log","msg":"server running","name":"remaining_auto_https_redirects","protocols":["h1","h2","h3"]}
Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.1031566,"logger":"http","msg":"enabling automatic TLS certificate management","domains":["xxxxxx.duckdns.org"]}
Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.1034396,"logger":"tls","msg":"finished cleaning storage units"}
Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.104117,"msg":"autosaved config (load with --resume flag)","file":"/var/lib/caddy/.config/caddy/autosave.json"}
Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.1041856,"msg":"serving initial configuration"}
Sep 24 22:45:57 mediaserver-wyse5070thinclient systemd[1]: Started caddy.service - Caddy.
Sep 24 22:49:54 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695610194.0222473,"logger":"admin.api","msg":"received request","method":"GET","host":"localhost:2019","uri":"/config","remote_ip":"127.0.0.1","remote_port":"53888","headers":{"Accept":["*/*"],"User-Agent":["curl/7.88.1"]}}

However, my reverse proxy doesn't work. I can't ping it. Same thing happens when I ping my global ip

PING xxxxxx.duckdns.org (104.183.123.226) 56(84) bytes of data.
From 192.168.1.254 (192.168.1.254) icmp_seq=4 Destination Host Unreachable
From 192.168.1.254 (192.168.1.254) icmp_seq=7 Destination Host Unreachable

I have previously setup dynamic dns successfully on raspberry pi for jellyfin, but unfortunately I didn't document the steps.

I'm on ATT Fiber with BGW320-505, and have a Deco X5700. Please advise.

view more: next ›