Missed opportunity due complain about recall, bloatware, spyware and ads in an OS people pay for.
Missed opportunity due complain about recall, bloatware, spyware and ads in an OS people pay for.
The .htaccess file does nothing on nginx though.
Talk about a reverse UNO card.
There’s also the option of setting up a cloudflare tunnel and only exposing immich over that tunnel. The HTTPS certificate is handled by cloudflare and you’d need to use the cloudflare DNS name servers as your domains name servers.
Note that the means cloudflare will proxy to you and essentially become a man-in-the-middle. You – HTTPS --> cloudflare --http–> homelab-immich. The connection between you and cloudflare could be encrypted as well, but cloudflare remains the man-in-the-middle and can see all data that passes by.
Oh I thought the cloud game pass wasn’t Xbox games only. But that is entirely possible.
So this is basically Xbox game pass ultimate, the cloud gaming part?
Because at one point they mention if you have to rebuy games you already own and they said you can just link your library.
At one point it sounds like they’re renting out hardware and are able to stream your library to you ( you own the game ). Other times it sounds like they have a catalog and you just pay for the streaming to your device ( you don’t own the game ).
Edit: do not mean this in a negative way. I’m just confused trying to find the answer :D
The thing that tilted me the most on macbook was that I had to install a 3rd party tool to have shortcuts to move apps between screens. SERIOUSLY?
It’s a free app, but still.
Steam went better than lutris for me as well. It all worked out of the box without any tweaks.
Only issue I have is that when i alt tab I can’t get back in the game for some reason. Screen stays black or it auto minimises again. I forgot.
WiFi drivers… Bluetooth in general… Printers…
It could make a grown man cry I tell ya. CRY
The issue you linked mentions using pasta
where it does work. Have you tried that or is it not a solution at all?
Fair Point! I’m running photoprism myself which is stable, even though the PWA works well, it’d be nice to have a native app that can do the syncing rather than having to buy/rely on a 3rd party tool.
Also - If you’re looking for Auto-Sync features for the photos ( automatic upload when you take the pics ) there isn’t a free option on Android for photoprism ( I think ). There’s photo-sync, which will cost you about 3 euros or something.
If they want to upload pictures manually then there’s no issue.
Immich could be an option ( has an app and user mgmt ).
Photoprism can work too, but that only had a web/PWA version IIRC.
What happens when you directly curl the nextcloud? From a device that can access it, such as the machine where your caddy is running.
curl -v https://192.168.1.182
I am assuming it will reply with a 301 moved
and add a location header that points to “https://nextcloud.domain.com”.
It’s looping back to itself? Location header is pointing back to itself.
Is it possible your backend is sending back an http 301 redirect back to caddy, which forwards it to your browser?
Possibly some old configuration on your backend from the letsencrypt beforehand? Can you check the logs from your backend and see what they’re sending back?
I’m assuming the request might replace the host with the IP on your reverse Proxy and that your next cloud backend is replying with a redirect to https://nextcloud.domain.com:443
Edit: I think this is the most incoherent message I wrote to date.
I think your reverse Proxy is forwarding the request to your next cloud, but replacing the Host header with the IP you specified as reverse Proxy. As a result the request arrives at your next cloud with the IP as “host”.
Your next cloud installation is then sending back a 301 redirect to tell the client that they should connect to https://nextcloud.domain.com. this arrives through caddy at your browser, goes through the same loop until you’ve reached the max redirects.
Have a look at your next cloud backend http logs to see what requests are arriving there and what HOST( http header ) it’s trying to connect to on that IP.
anything can output that even PHP.
That sounded pretty bitter.
Good luck! :)
Are you sure about that?
https://coder.com/docs/code-server/latest/install#npm
Below is quoted from the article
We recommend installing with npm when:
You aren’t using a machine with amd64 or arm64. You are installing code-server on Windows. You’re on Linux with glibc < v2.28 or glibcxx < v3.4.21. You’re running Alpine Linux or are using a non-glibc libc. See #1430 for more information.
Installing code-server with npm builds native modules on install.
This process requires C dependencies; see our guide on installing with npm for more information.
If you create a new account you should have configured a root email address for it. That one should have received an email to login and set the initial password IIRC.
You can get an estimate of what it’s going to cost by going to https://calculator.aws
Upload to AWS shouldn’t really cost much, unless you’re sending a lot of API put requests. Since they are backups I’m going to guess the files are large and will be uploaded as Multi-Part and will probably invoke multiple API calls to do the upload.
My suggestion would be to upload it to s3 and have it automatically transition to glacier for you using a lifecycle rule.
Cost explorer would be your best bet to get an idea of what it’ll cost you at the end of the month as it can do a prediction. There is (unfortunately) not a way to see how many API requests you’ve already done IIRC.
Going by the s3 pricing page, PUT requests are $ 0.005 per 1000 requests( N. Virginia ).
Going by a docs example
For this example, assume that you are generating a multipart upload for a 100 GB file. In this case, you would have the following API calls for the entire process. There would be a total of 1002 API calls.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html
Assuming you’re uploading 10x 100gb according to the upload scheme mentioned above you’d make 10.020 API calls which would cost you 10 * 0.005= 0.05$.
Then there would be the storage cost on glacier itself and the 1 day storage on s3 before it transitioned to glacier.
Retrieving the data will also cost you, as well as downloading the retrieved data from s3 back to your device. If we’re talking about a lot of small files you might incur some additional costs of the KMS key you used to encrypt the bucket.
I typed all this on my phone and it’s not very practical to research like this. I don’t think I’d be able to give you a 100% accurate answer if I was on my pc.
There’s some hidden costs which aren’t Hidden if you know they exist.
Note that (imo) AWS is mostly aimed at larger organisations and a lot of things ( like VMs ) are often cheaper elsewhere. It’s the combination or everything AWS does and can do so that makes it worth the while. Once you have your data uploaded to s3 you should be able to see a decent estimate in cost explorer.
Note that extracting all that data back from s3 to your onprem or anywhere or you decide to leave AWS will cost you a lot more than what it cost you to put it there.
Hope this helps!
I looked into that at one point, but 15$/month is quite steep just for that ( imo )