In the F‑Droid app, open Repositories, select Mirrors, and then uncheck the default mirror as well as any mirrors that aren’t nearby.
- 5 Posts
- 37 Comments
Have you tried syncthing? It works great with keepassxc.
Vaultwarden is pretty easy to self host.
I’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_damianto Selfhosted•Which other disk backup solution do you recommend other than Clonezilla?English3·8 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_damianto Selfhosted•How do you handle SSL certs and internet access in your setup?English3·8 months agoWG Tunnel does that natively, you can whitelist some wifis and auto connect on other and optionally on mobile data
I recommend FSArchiver, it can handle different size partitions
Recently 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_damianto 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_damianto Linux@lemmy.ml•How to speed up accessing lots of files on another computer? Some kind of local cache?14·1 year agoYou can mount remote with rclone and fine tune caching to your liking: https://rclone.org/commands/rclone_mount/#vfs-file-caching
What is the advantage of this extension over the bookmarklet? https://shaarli.readthedocs.io/en/master/Usage.html#adding-editing-shaares
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 think it might be related to https://github.com/syncthing/syncthing-android/issues/2026 “the next firmware update should fix it for everyone”.
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.