

Check out the Onyx Boox which might cost a bit more but run a version of Android.
30-something grey wolf therian and furry. Admin of yiffit.net lemmy instance and packmates.org mastodon instance.
Check out the Onyx Boox which might cost a bit more but run a version of Android.
Thank you! I’ll look into it!
Thank you! I’ll have a look!
Thank you! I’ll look into it!
Edit: actually that sound exactly like what I had in mind!!
Possibly, but it would have to be so severely locked down that it makes more sense to have a web interface with a few buttons that do some very basic actions, including making my phone ring or stuff like that.
No, I haven’t. I’ll check it out!
Text gets mirrored but not images. In general it helps, but not by much unless you host for several hundred users.
You don’t need MX records for outgoing mail. Mailjet works well for me and gives you 200 free daily mails.
I use external smtp and have had no problems over several versions.
OP, please share your config.hjson (redacting all sensitive info)
Good idea!
Hello again! I just completed object storage migration. Here’s what I learned if you want to do it with an instance that’s already setup:
docker-compose up -d
. Simply running docker-compose restart will NOT apply the new config. This might be obvious for docker users but I didn’t know about it and had to rollback the first time because it wouldn’t fetch images from object storage while they had already been migrated there.Proxmox has been great for me.
I read that cloudflare now allows you to proxy email as well.
Oooh! Faved. I’ll try it out once I have some time.
Yes, that’s correct. Definitely don’t use it for really transcendental stuff, but it works well for internet projects. They also have a good track record. The were founded by the pirate bay founder.
https://njal.la for privacy, paying with crypto and no bs. Although a bit more expensive.
It should be within /volumes (a few level deeper down) That’s where it was for me. Try /srv/lemmy/your.domain/volumes
The best way is to have a small server with wireguard installed, which is a VPN. This runs on virtually anything, including a raspberry pi or even a router with open-wrt.
Anyways, your wireguard server will only accept connections from devices that have its certificate (secure passwordless authentication).
Once you’re connected to that VPN, it’s effectively as being in your home network.
You might want to Google for guides on how to setup wireguard on a raspberry pi. Even if you don’t have a PI you’ll surely find the tutorial you need.
Install proxmox on a computer with plenty of RAM and CPU and you’ll be able to create VMs which you can give out or rent out to anyone.
In regards to access, ipv4 is not a good idea. Especially not residential IP addresses., You should get ipv6 addresses maybe from a tunnelbroker. But anyways, first you need the server with the hypervisor (which is what you’re looking for) and then you can slowly run tests, learn and eventually figure out networking.
Btw, it might be cheaper to simply rent a server, which would solve the issue of ip addresses. OVH has cheap servers and a proxmox install wizard.
Just please don’t use it for anything sensitive until you can find someone to give a quick check up in regards to security to make sure you haven’t missed anything. Unlike a regular PC, this one is expected to receive inbound connections which has its risks.
But don’t worry about that too much now. Find an old computer or rent a server, install proxmox and start testing, playing around and learning.
Edit: chatgpt is good when wanting to learn this stuff. Especially gpt-4, but even gpt-3.5 will do. Just don’t trust it blindly as it still messes up about 20% of the time. But it’s often better than googling for tutorials since you can’t often find what you’re looking for.
Edit2: the setup I propose will allow you to divide a regular computer into 100s of virtual ones limited only by the total RAM, disk and CPU. If you only want a web server on dedicated hardware get a raspberry pi, because my proposal would be overkill. But it’s the closest to “being your own cloud provider”.