In the F‑Droid app, open Repositories, select Mirrors, and then uncheck the default mirror as well as any mirrors that aren’t nearby.
- 3 Posts
- 20 Comments
Have you tried syncthing? It works great with keepassxc.
Vaultwarden is pretty easy to self host.
g_damian@lemmy.worldto Selfhosted@lemmy.world•Quickly transferring files between PC and phoneEnglish2·9 months agoI’m not sure if there’s one the best tool, depending on a case, I use mix of
- scp
- localsend
- croc
- https://github.com/dutchcoders/transfer.sh
- https://github.com/stonith404/pingvin-share
- pbcli (pastebin)
- I also have a script that sends me mail with files attached
g_damian@lemmy.worldto Selfhosted@lemmy.world•Which other disk backup solution do you recommend other than Clonezilla?English3·9 months agohttps://www.fsarchiver.org/quickstart/ It’s faster and more efficient than just
dd
:)
Maybe you will find this article interesting: https://linuxreviews.org/Zram
g_damian@lemmy.worldto Selfhosted@lemmy.world•How do you handle SSL certs and internet access in your setup?English3·9 months agoWG Tunnel does that natively, you can whitelist some wifis and auto connect on other and optionally on mobile data
g_damian@lemmy.worldto Linux@lemmy.ml•Need to clone 16GB partition on 128GB disk to 32GB disk1·1 year agoI recommend FSArchiver, it can handle different size partitions
g_damian@lemmy.worldto Selfhosted@lemmy.world•Selfhostable notes app that encrypts the files on Disk?English6·1 year agoRecently I stumbled upon nb
For me: uploading single file using their client ~25MB/s, downloading ~50MB/s (30-60MB/s). In newer versions of their linux client it’s possible to mount filen as network drive or to start webdav/s3 server.
It depends if your reverse proxy is inside your home network or outside. It should work without any other configuration if you forward ports 80&443 from external domain with something similar to rathole and configure reverse proxy inside home network.
This is not an answer to your question about using the same url, but see this article, it might be helpful. Tl;dr: mdns + reverse proxy.
g_damian@lemmy.worldto Linux@lemmy.ml•How can I easily and conveniently transfer files wirelessly between my linux computer and android phone?51·1 year agoInstall Termux and run
sshd -D -d -p <port>
g_damian@lemmy.worldto Linux@lemmy.ml•How to speed up accessing lots of files on another computer? Some kind of local cache?15·1 year agoYou can mount remote with rclone and fine tune caching to your liking: https://rclone.org/commands/rclone_mount/#vfs-file-caching
I use FSArchiver. There’s nice list on Archwiki.
Grab live cd and run it in qemu:
qemu-system-x86_64 -enable-kvm -machine type=pc \ -cpu host -smp 2 \ -m 4096 -device virtio-balloon \ -vga virtio -display sdl,gl=on \ -usb -device usb-tablet \ -boot d -cdrom "$@"
I use rathole tunnel (similar to frp) on VPS and Caddy locally. VPS and my local machine are connected with wireguard VPN. DNS points to VPS, TLS certificates are managed locally by Caddy.
g_damian@lemmy.worldto Linux@lemmy.ml•Asking for guidance on managing dotfiles in a declarative and 'immutable'(/read-only) way across multiple systems111·2 years agoI’m a fan of managing dotfiles with plain git. I think it could be orchestrated a bit to make it more declarative.
g_damian@lemmy.worldto Privacy@lemmy.ml•What do you think about Skiff? Is it worth checking out?6·2 years agoThey don’t have any option to export mails, so when you start using them there is currently no way back :(
Here’s the reason for the slowness described https://f-droid.org/en/2025/08/28/twif.html
About onion - they would not work without tor enabled.