You can get the Tailscale apk from F-droid: https://f-droid.org/en/packages/com.tailscale.ipn/
- 0 Posts
- 15 Comments
curioushom@lemmy.oneto
Selfhosted@lemmy.world•YSK: There's a website with seemingly never ending offers on VPS.English
4·3 years agoRacknerd.com has their Black Friday deals page still active and I’ve had good experience with their shared hosting and support!
I would recommend Tailscale for connecting to the home network. You could run it on each box if running it on the router is wonky.
curioushom@lemmy.oneto
Selfhosted@lemmy.world•Anytype has open sourced all their repos! Self hosting now possible!English
7·3 years agoJust to clarify the entire Logseq app is open source including the sync mechanism, the server backend to receive the sync endpoint and store the data isn’t. I use Syncthing (FOSS and cross platform) to sync noted between my devices.
curioushom@lemmy.oneto
Selfhosted@lemmy.world•Gitea 1.20 is released | Gitea BlogEnglish
3·3 years agoThe comments here have been the most measured and useful about this topic, glad you got great information that others can benefit from now.
curioushom@lemmy.oneto
Programmer Humor@lemmy.ml•Embedded devs when allocating memory.English
0·3 years agoMissing an image?!
Quick example in straight C would be a cell in a matrix. The first pointer points to the row and the second pointer points to the cell in that row. This is am over simplification.
curioushom@lemmy.oneto
Selfhosted@lemmy.world•How do you backup things to your server?English
8·3 years agoI would recommend looking into Syncthing. I use it on all my devices and share specific folders between devices (notes mostly) and all folders back to the server. The server then backs all that up offsite as well.
curioushom@lemmy.oneto
Selfhosted@lemmy.world•Best alternative to selfhosting email? E.g. email hosting provider for a custom domain
4·3 years agoAfter reading that post and the linked github issues, with the latest updates and comments from the last 24 hours. Here’s the TL;DR:
- This is only relevant if you want to use an email client with Proton Bridge.
- If you’re just using Proton for encryption and signing (you can use the same PGP outside of proton too) then there is no issue at all.
- If you want an external tool (like a hardware yubikey) to decrypt your messages that someone else has sent to you using the public key that corresponds to the external tool there will be signature validation shenanigans. This is because Proton expects to be the only entity doing any encryption.This is an important issue for those that need to send encrypted emails (and signatures) with specific keys.
- It is not an issue for anyone using Proton email for a secure email service even if they want to use an external email client on desktop (like Thunderbird) with Proton Bridge.
Please correct me if I missed something.
Right? The zip ties even have trimmed tails!
curioushom@lemmy.oneto
Science@lemmy.ml•One shot of a kidney protein gave monkeys a brain boost
2·3 years agoKlotho improved their performance on the easier task by about 6 percent, and on the harder version by about 20 percent, Dubal says.
That’s very encouraging for potential human trials! But also modest enough that we won’t end up in The Planet of the Apes during the animal trial phase.
Not what you’re asking for and others have provided a lot of options… but if you still want to support authors and get DRM-free audio books, check out https://libro.fm. It works like Audibe credits and easy to pause and resume membership (more cost effective than buying books retail and you can buy extra credits). They also support a local brick and mortar book store of your choice with your purchase.
curioushom@lemmy.oneto
Technology@beehaw.org•Netflix Tests Killing Off Its 'Basic' SubscriptionEnglish
2·3 years agoUh, say more about this… Do you have to have a Turkish credit card/address?
curioushom@lemmy.oneto
Programmer Humor@lemmy.ml•Interview with a Postdoc, Junior Python Developer
10·3 years ago“all the compiled languages are worse because you get errors before you can even run them” got a good chuckle out of me!
Yes, Gitea is a hard-fork of Gogs and started years ago. Forgejo is a soft-fork of Gitea when the primary authors of Gitea created a company of the same name to provide paid support (there’s history there you can look up) but Gitea remains free and open source. Forgejo, supported by Codeberg, is a community fork and will upstream to Gitea.
Gitea/Forgejo is a great option, they recently even added build actions which are compatible with Github Actions.