throwafoxtrot

joined 1 year ago
[–] [email protected] 10 points 9 months ago (10 children)

The rules aren't any different for AI. AI is not a legal entity, just like a pen and canvas are not. It is always about the person who makes money with facsimiles of copyrighted previous work.

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

This is unnecessary. There is a tool that makes the commit hashes themselves numeric and monotonicity increasing.

[–] [email protected] 2 points 10 months ago (1 children)

Dem wird danach der @sagrotan laufen XD

[–] [email protected] 3 points 10 months ago

Bad news:

While it is so very painful to say goodbye, we take comfort knowing she is reunited with her father, her three grandparents, her Uncle Rusty, and her beloved Puff; and that she is now free to be herself and, finally, at peace.

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

Does it clearly need access to files outside the /home directory though?

You said your volume mount failed. How about mounting something inside your home folder into the docker container?

[–] [email protected] 1 points 10 months ago

Or start a new session by typing bash, when already in bash.

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

Thanks, good to know. I'll see if can set that up.

[–] [email protected] 1 points 10 months ago

By about 4.8 percent.

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

Ok I thought it common knowledge but maybe I should specify.

Datum is the singular form of data. Data is a collection of many single datums. If you have ten thousand anecdotes they do in fact become statistically significant.

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

How do you get certs for internal applications?

I use caddy and it does everything for me, but my limited understanding is that the dns entry for which the certs are requested must point to the ip address at which caddy is listening. So if I have a DNS entry like internal.domain.com which resolves to 10.0.0.123 and caddy is listening on that address I can get a http connection, but not an https connection, because letsencrypt can't verify that 10.0.0.123 is actually under my control.

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

Edit: whoops, got a little bit sidetracked and didn't talk about cloudflare at all. I'll leave it up nonetheless as it contains info.

The reverse proxy only listens on port 80 and 443, so yes, all your services will be accessible through just one/two ports.

The reverse proxy will parse the http request headers and ask the appropriate upstream service (e.g. jellyfin) on localhost:12345 what it should send as a reply. Yes, this means that you need to have a http header so that the reverse proxy can differentiate the services. You don't need to buy a domain for that, you can use iPhone to make your made up domain map to a local IP address, but you need to call the reverse proxy as sub.domain.com. 192.168.0.123:80 won't work, because the proxy has no idea which service you want to reach.

I found it really easy to set up with docker compose and caddy as a reverse proxy. Docker services on the same network automatically resolve their names so the configuration file for caddy (the reverse proxy) is literally just sub.mydomain.com { reverse_proxy jellyfin:12345 }. This will expose the jellyfin docker, which is listening on port 12345, as sub.mydomain.com on port 80.

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

Onimai was weirdly motivational

view more: ‹ prev next ›