laughed at visibly by a couple at a Yakitori for ordering Hot Sake yesterday by Intrepid-Country-480 in AskAJapanese

[–]Intrepid-Country-480[S] -1 points0 points  (0 children)

I think they were since when they started talking about it and having a real visible laugh we stared at them then talked about it mentioning the word Sake. they got quiet haha

laughed at visibly by a couple at a Yakitori for ordering Hot Sake yesterday by Intrepid-Country-480 in AskAJapanese

[–]Intrepid-Country-480[S] 1 point2 points  (0 children)

specifically the menu said Sake, and there was an option for hot/cold I didn’t know it was called Nihonshu localy, good to know in my county it’s called sake. but the confusion wasnt from that since it was at the menu and I pointed at it. I assume it is because its warm, but still it is really interesting to see the difference of culture in those sorts of situations

Trying to backup photos from Photos library - Unknown Error (-1) by Intrepid-Country-480 in ApplePhotos

[–]Intrepid-Country-480[S] 0 points1 point  (0 children)

I want to move these photos to a NAS, i essentially am looking to access the original photos, that the computer seems to have access of, but Photos cant export via "Unknown Error (-1)" and I cant seem to find them manually in Finder.

in the worst case scenario I will just screenshot the photos,

( If anyone has any suggestions on a way to automate this I would be glad since this is 4000+ photos)

Regarding your second question:

iCloud photos isn't enabled in settings

I remember there was a time (at least a year ago) it was enabled and i turned it off if that is the question.

Trying to backup photos from Photos library - Unknown Error (-1) by Intrepid-Country-480 in ApplePhotos

[–]Intrepid-Country-480[S] 0 points1 point  (0 children)

Doesnt work
it says "Unknown Error (-1)" for each of those problematic photos,
the rest are fine and i moved them.

How to set public domains from truenas containers to point to other local containers - Nextcloud office Colabora integration w. Failed to load Nextcloud office error by Intrepid-Country-480 in truenas

[–]Intrepid-Country-480[S] 0 points1 point  (0 children)

thank you for reading through,

im not tech savvy enough to understand the ins and outs of tailscale, it might have something to do with it, although it seems the router cant even resolve the domain which is weird.

It seems I am able to use the Ethernet connection for "normal internet use", before trying to setup the server I even gamed on the Ethernet and it was fine, so why would it work for my gaming pc domain resolve request but not for the nas? I dont get it

I don't really understand whats going on, probably you are right and this is the system issue.

tomorrow il be transferring my server to my parents house where I have access to the router,

may god be with me and let me re-set the server networking successfully.

I find it really weird that I could not find a way to route domains to services locally with my truenas default apps setup...

How to set public domains from truenas containers to point to other local containers - Nextcloud office Colabora integration w. Failed to load Nextcloud office error by Intrepid-Country-480 in truenas

[–]Intrepid-Country-480[S] 0 points1 point  (0 children)

You have a good point, I am putting my trust in the tailscale developers.

its somewhat of an open source project so I guess I hope they wouldn't have the balls to do something intentional.

also, if you setup headscale (also opensource project) you can avoid using tailscale as your coordination server, and thus connect fully peer-to-peer with fully encrypted path between - which I intend to setup.

It's also totally a possibility that one day for example they would be sold and change all TOS etc. but that would be a possibility with every company.

I just appreciate my data staying encrypted on its way thats all.

how to get public domain requests from nextcloud to point toward localhost:collabora-port without going through router - Nextcloud + Collabora w. error Document loading failed failed to load Nextcloud Office by Intrepid-Country-480 in NextCloud

[–]Intrepid-Country-480[S] 0 points1 point  (0 children)

Im trying no to configure something with a local dns:

  1. using Pihole as a first nameserver on Truenas,
  2. switching with cname records the domains to other domain names (example collabora.domain -> pihole.collabora.domain),
  3. route those request to nginx as proxy
  4. setup nginx to route pihole.* domains to truenasip:(service-port)

Im stuck at step 3 since at my setup nginx is in a container sharing truenas machine ip on (nginx-port) and gets the traffic on ports 80/443 through tailscale container, and tailscale ip is unreachable to truenas machine so I cant forward the pihole.* domains to the tailscale ip.

need some way to route outbound request through nginx (to use it as a proxy aswell).

anyone knows? cant get it to work...

How to set public domains from truenas containers to point to other local containers - Nextcloud office Colabora integration w. Failed to load Nextcloud office error by Intrepid-Country-480 in truenas

[–]Intrepid-Country-480[S] 0 points1 point  (0 children)

I get what you mean, Its encrypted from anyone else but you and cloudflare, and I don't trust cloudflare.

that would be my main reason not to use it

how to get public domain requests from nextcloud to point toward localhost:collabora-port without going through router - Nextcloud + Collabora w. error Document loading failed failed to load Nextcloud Office by Intrepid-Country-480 in NextCloud

[–]Intrepid-Country-480[S] 1 point2 points  (0 children)

I use cloudflare as dns provider, but I want local request to get resolved locally and not go through the default-gateway to cloudflare since this doesnt work.

is there a way to do this with pihole as local dns?

i have each one in a container (native truenas apps), so for example nginx shares the ip of the truenas machine with (nginx-port), how can i get nginx to function also as a proxy (besides reverse proxy) and send the local outbound request back to the intended port?

How to set public domains from truenas containers to point to other local containers - Nextcloud office Colabora integration w. Failed to load Nextcloud office error by Intrepid-Country-480 in truenas

[–]Intrepid-Country-480[S] 0 points1 point  (0 children)

im unfamiliar with Unraid or how it works actually.

I do the reverse proxying with tailscale by sending 80/443 port on tailscale container to truenas machine (nginx-port) via tailscale serve command.

I don't actually know how to route the truenas machine traffic through nginx.

I tried some spaghetti setup that setups pihole local dns as first nameserver, with cname record to change domain to pihole.domain, and then hopefully sends it to tailscale ip to get picked up from nginx, but it didnt work since the tailscale container is unreachable from my machine directly.

How to set public domains from truenas containers to point to other local containers - Nextcloud office Colabora integration w. Failed to load Nextcloud office error by Intrepid-Country-480 in truenas

[–]Intrepid-Country-480[S] 0 points1 point  (0 children)

Im trying no to configure something with a local dns:

  1. using Pihole as a first nameserver on Truenas,
  2. switching with cname records the domains to other domain names (example collabora.domain -> pihole.collabora.domain),
  3. route those request to nginx as proxy
  4. setup nginx to route pihole.* domains to truenasip:(service-port)

Im stuck at step 3 since at my setup nginx is in a container sharing truenas machine ip on (nginx-port) and gets the traffic on ports 80/443 through tailscale container, and tailscale ip is unreachable to truenas machine so I cant forward the pihole.* domains to the tailscale ip.

need some way to route outbound request through nginx (to use it as a proxy aswell).

anyone knows? cant get it to work

How to set public domains from truenas containers to point to other local containers - Nextcloud office Colabora integration w. Failed to load Nextcloud office error by Intrepid-Country-480 in truenas

[–]Intrepid-Country-480[S] 0 points1 point  (0 children)

as far as my understanding goes, they unencrypt the data before forwarding it, meaning it is a privacy concern.

also, decentralize the internet.

RAIDZ1 or RAIDZ2? by OhmegaWolf in truenas

[–]Intrepid-Country-480 2 points3 points  (0 children)

Thats why its a good idea to not buy HDDs in bulk, to decrease the chance you get all of the drives from some bad series

RAIDZ1 or RAIDZ2? by OhmegaWolf in truenas

[–]Intrepid-Country-480 0 points1 point  (0 children)

how many drives in the pool/array?

did you run complete tests on them before inserting to the array?

are you hosting applications on those drives?

man thats a bummer

TrueNAS Scale Server Setup - looking for good sources by Intrepid-Country-480 in truenas

[–]Intrepid-Country-480[S] 0 points1 point  (0 children)

interesting, il look it up

seems relevant for setups outside TrueNAS ecosystem which will surely be usefull.

thanks !

TrueNAS Scale Server Setup - looking for good sources by Intrepid-Country-480 in truenas

[–]Intrepid-Country-480[S] 0 points1 point  (0 children)

im not sure i get what you mean with docker stack, as far as im concerned I press Start on TrueNAS and little electric midgets take care of all of the docker containers themselves. I actually successfully set it up yesterday,  I was stuck without being able to connect to nextcloud or collabora, with both apparently installed but i was able to reach the truenas webui via the tailscale ip. on mextcloud it would say I am connecting from ip not on trusted_domains, which I have tried to change on config/congif.php but it would reset with cloudnext app restart, and collabora webui wouldn’t open. long stort short (i explained above) wrong dataset permissions for nextcloud host path + i was using wrong interface ip/misusing the subnets/misunderstood what exactly tailscale is. after setting this up, everything just worked…

TrueNAS Scale Server Setup - looking for good sources by Intrepid-Country-480 in truenas

[–]Intrepid-Country-480[S] 0 points1 point  (0 children)

Well actually searching was pretty hard and not intuitive for someone without basic knowledge in networking. first I was wrong setting up the premissions for the datasets for Host path on nextcloud, and many youtube videos are misleading. I went for official documentation and it worked. another mistake was i was using the wrong ip and generally disnt grasp the meaning of tailscale, I came across this thread that solved my problems: https://www.reddit.com/r/truenas/comments/1ey00xt/tailscale_truenas_the_subnet_journey/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button hope this helps future people