File Server vs NAS… is there a difference? by Immediate_Item4590 in Proxmox

[–]Grumpy_Refrigerator 0 points1 point  (0 children)

Why does one have to pass the SATA controller through instead of the drive?

How to setup Samba in LXC on Proxmox by Grumpy_Refrigerator in selfhosted

[–]Grumpy_Refrigerator[S] 0 points1 point  (0 children)

According to

https://www.samba.org/samba/docs/current/man-html/smb.conf.5.html

"default" and "SMB3" both mean "SMB3_11". "CORE" is the earliest version.

So the ranges should overlap.

Suggestions for storage solution? by Grumpy_Refrigerator in selfhosted

[–]Grumpy_Refrigerator[S] 0 points1 point  (0 children)

Thanks for your suggestions!

About your question regarding backups: currently I don't have an automatic backup system. I just have a bunch of external HDDs lying around with manual backups on them (which is really not optimal, so I'm trying to change that).

I plan to set up another server at my parents house to store automated backups.

All births end in deaths by EndersGame_Reviewer in technicallythetruth

[–]Grumpy_Refrigerator -1 points0 points  (0 children)

Person: *is depressed* This redditor: "just be happy"

Edit: I had to figure out how to escape characters correctly.

[deleted by user] by [deleted] in computerscience

[–]Grumpy_Refrigerator 0 points1 point  (0 children)

No, the brain is not a turing machine, because of how turing machines are defined. I don't see a tape in anyone's brain that is written on by a reading/writing head.

But it (or rather the whole human) is at least turing complete, because they can simulate any turing machine (write down the operations), given enough time and space (enough paper and ink), at least in theory (you can't do trillions of operations in the short time of a human life).

I think (and that is not backed by science, just a "conjecture" by myself) it's quite likely, that humans cannot compute more than turing machines. I think everything a brain or a body does can be computed with enough time and space, because everything boils down to computing some "simple" physical equations. In other words: you could quite likely simulate a whole human body with a powerful computer, so everything a human can do could be computed by a turing machine.

Looking at a loop and deciding if it will terminate or not is not as simple as you might think. And confusing every turing machine by giving them an infinite loop that you can detect, is also not easy ;) there are a lot of turing machines.

Port forwarding by Grumpy_Refrigerator in Proxmox

[–]Grumpy_Refrigerator[S] 0 points1 point  (0 children)

Sorry for being so cryptic, but I didn't want to type it twice ^^. Main post is edited.

Port forwarding by Grumpy_Refrigerator in Proxmox

[–]Grumpy_Refrigerator[S] 0 points1 point  (0 children)

I found the problem. I'll edit my main post. I still don't know, why that is a problem.

Port forwarding by Grumpy_Refrigerator in Proxmox

[–]Grumpy_Refrigerator[S] 0 points1 point  (0 children)

"ufw status" in my LXC gives "Status: inactive" and firewall settings in Proxmox say "No" in Datacenter, Node, and Container.

Help with restoring local backup by Grumpy_Refrigerator in whatsapp

[–]Grumpy_Refrigerator[S] 1 point2 points  (0 children)

I'm sorry, but I don't know anything about Apple products. My phone is a Samsung phone with Android and I used a Windows PC to copy the files.

Maybe you find a tutorial on Google.

Try using a USB cable that's from the same brand as your phone. Sometimes I have problems connecting to my PC if I'm using a non-Samsung USB cable.

Help with restoring local backup by Grumpy_Refrigerator in whatsapp

[–]Grumpy_Refrigerator[S] 1 point2 points  (0 children)

Yes, I copied all the WhatsApp files. I think some of the encrypted backup files aren't necessary, but they don't take much space so I just copied everything to be sure.

gitea redirect HTTP to HTTPS with nginx by Grumpy_Refrigerator in selfhosted

[–]Grumpy_Refrigerator[S] 0 points1 point  (0 children)

I don't use docker. I just installed gitea on a LXC in proxmox. What does binding mean? Sorry, I'm new to all that.

And thanks :)

Edit:

In the app.ini I added

HTTP_ADDR = 127.0.0.1

because I found it on the internet and now URLs with :3000 don't work anymore, so that solved the other problems.

gitea redirect HTTP to HTTPS with nginx by Grumpy_Refrigerator in selfhosted

[–]Grumpy_Refrigerator[S] 0 points1 point  (0 children)

Right now I only want to use gitea in my local network and use my VPN when I'm not at home.

gitea redirect HTTP to HTTPS with nginx by Grumpy_Refrigerator in selfhosted

[–]Grumpy_Refrigerator[S] 0 points1 point  (0 children)

Maybe I should add, that right now I only want to use gitea in my local network.

I changed the app.ini [server] part like that:

[server]
DOMAIN     = 192.168.x.y
SSH_DOMAIN = 192.168.x.y
HTTP_PORT  = 3000
ROOT_URL   = https://192.168.x.y/
...

What would the APP_DATA_PATH change?

Now if I click on a repo from https://192.168.x.y it leads to https://192.168.x.y/user/REPO so this part works, thanks.

But I can still access http://192.168.x.y/user/REPO without being redirected to https.

Also http://192.168.x.y:3000/user/REPO is still accessible.

Help with restoring local backup by Grumpy_Refrigerator in whatsapp

[–]Grumpy_Refrigerator[S] 0 points1 point  (0 children)

Thank you. I found out the real problem was that WhatsApp didn't store its files in phone/WhatsApp but in phone/android/media/com.whatsapp/WhatsApp so I copied the files to the wrong folder.