New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Comments
yes . borg is ready to use.
Can confirm Labze is working through tickets still and fixed my issue instantly upon response.
Massive love to HostBrr once again; will return with YABS after install and maybe some sleep.
I suspect the network is under some load but still I like these numbers, hah;
Route and ping to the storage box
iperf3 -c IP -P4 in order of
HostBrr DA storage box (Germany, 10 Gbps)
Ethernetservers (Germany, 10Gbps, OVZ)
Layer7 (France, 1Gbps)
SolidVPS (UK, 10Gbps).
Do note that this machine and the SolidVPS are fresh installs with pretty much only iperf3 and Hetrixtools agent installed, so zero optimizations have been done.
All machines run Debian 13.
Same, with -R
What I found out is the direct copy/move operations from mounted directory to local directory are super fast i.e. easily around 100-200MBps, but it is only the immich where videos give maximum 8-10MBps speeds which slows down to 1-2MBps after few minutes to hours.
Because someone asked for nws in the BF thread;
-rt eu
@x1arch @rohitsingh1333 My experience with immich no matter what I throw at it (I'm talking 24 cores 48 GB RAM raided NVME-drives, had a lab at my ex work) it is ALWAYS proportionally slow.
I need a yabs for the storage boxes
Look back a few pages
For the DA Storageboxes?, where exactly? Sorry i'm retarded
page 9
Hm I see a lot of people talking about WebDAV in the DA storageboxes, but how are you setting it up? Through one of the softaculous software?
Yes, Softaculous -> Nextcloud is the go-to solution for WebDAV.
However, there is a configuration bug on these DA boxes: opcache.restrict_api is currently set to 1.
This directive expects a path string, not a boolean. Setting it to 1 effectively restricts the OPcache API to a non-existent directory named /1/.
This causes Nextcloud to throw critical warnings because it cannot clear its own cache, and we cannot override this master value via .user.ini.
I actually have an open ticket regarding this right now and am waiting for a resolution. If you could update the global config to leave it empty (no value) or user home directory, that would fix it for everyone.
Why storage box require domain at buying? Can i add a dummy?
yes
Yes you can.
Nice catch... I think is the same issue that appear on Reseller
Been running nextcloud for over a year in shared one and haven't seen this issue
Can I install something like Minio to have a s3 endpoint in this storage box? ChatGPT said it will be able to install if we have docker rootless.
I also see people discuss about JuiceFS, will we install JuiceFS on this box too? I see JuiceFS has S3 gateway, not sure it works.
No, you can't. Incoming and outgoing ports are severely limited. The bubbl wrap execution environment kills all tasks that you started as soon as the SSH connection breaks. You can do things like open a persistent SSH connection from another VPS. But by that time, you can also just run Minio or JuiceFS on the VPS and mount the storage box over SSH.
You would have more success trying to create an S3 compatible endpoint in PHP, for instance with chatGPT, and run that instead on the server. Still impossible, but slightly less so than the other solutions.
Edit: Here someone developed a solution for precise your use case already:
https://lowendtalk.com/discussion/204885/simple-php-s3-server-self-hosted-object-storage-for-virtual-hosts
Better use Dedirock's storage VPS for that usecases
https://billing.dedirock.com/index.php/store/promo-bf-leb-2025/storage-promo-plus-bf-leb-2025
@x1arch suddenly the performance has come down significantly, the poorest of performance even with ftp/SFTP/juicefs/sshfs - few KBps to 1-1.5MBps?
Hows it possible.
Tried everything.
Is it server sided
Your isp provider or server. Did you tried from somewhere else?
that is nextcloud Security & setup warnings:
https://domain/nextcloud/index.php/settings/admin/overview
PHP opcache
The PHP OPcache module is not properly configured. OPcache is not working as it should, opcache_get_status() returns false, please check configuration. The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply "opcache.interned_strings_buffer" to your PHP configuration with a value higher than "8". Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with "opcache.restrict_api" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades..
nice offer
I believe that all the people who grabbed the bf deals are uploading their stuff right now and the network is under stress. I'm sure it will be better in a few days. Some moments i get really good speeds (20mb/s) some moments just a few kb/s.
I get the same error. It gives me problems with webdav as well (http request errors (propfind) coming from opcache restrictions). I opened a ticket which was replied as fixed but the problem continues. As it is not something urgent lets give him some time to deal with the emergency issues first and when he'll have some time I'll get back to him with some error logs.
True that, but these fluctuations ain't good, make performance unpredictable.
Has anybody tried to add ed25519 keys to the storage box DA? I added the key but cannot connect using it, so suspect ssh config is not allowing ed25519 keys.
Works here. Can copy-paste .pub key into DA and then connect to it via private one

This is interesting. I have copied the key, added it to Authorized Keys but keep getting when attempting to connect using rclone
(error couldn't connect SSH: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain)Any suggestions where to dig?