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
- 34 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 phoneEnglish
2·10 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?English
3·11 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?English
3·11 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 disk
1·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?English
6·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·2 years 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.
g_damian@lemmy.worldto
Selfhosted@lemmy.world•[beta] Help test Shaarli addon/extensionEnglish
1·2 years agoWhat 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.