norden.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Moin! Dies ist die Mastodon-Instanz für Nordlichter, Schnacker und alles dazwischen. Folge dem Leuchtturm.

Administered by:

Server stats:

3.4K
active users

#cloudstorage

3 posts3 participants0 posts today

@hetzner
Ok wtf, I set up a Hetzner account today as I was considering setting up a #nextcloud server and maybe some other stuff but a few hours later I got an email saying that they noticed irregularities with my account and just deleted it. No possibility to get information on what I did wrong, they just straight up won't talk to me.

Don't fucking use #hetzner I guess 🤷‍♂️.
#vps #hosting #cloudstorage

If you're using Linux, and you're looking to set up encrypted network-accessible storage, I have a blog post describing how to do that using rclone.

michael.kjorling.se/blog/2024/

You can use this with any storage backend that rclone supports, which is *many*:

rclone.org/#providers

Note that you'll need to have rclone on any system you want to access your files from.

Not sure if this qualifies as a QT or addendum to social.circl.lu/@quinn/1143372

Michael Kjörling · Setting up encrypted remote storage on Linux using rclone

**Koofr on Linux**

Read it on my blog, it has a nicer image/text layout.

As a newly Mint-ed desktop Linux user I tried to connect to various cloud storages (Dropbox, Google Drive, Google Drive – Team drive) and lastly, Koofr.

Some brief words about my experiences connecting to Koofr.

There are 2 ways to connect to it (that I’m aware of): Koofr desktop app and rclone.

Connecting via rclone

Because I already have rclone setup for Dropbox and GDrive, I tried it first.

rclone has built-in support for Koofr (#26), which is great.

I had some minor difficulties to set it up. Nothing serious. Easier than connecting to Google Drive (and obtaining their app ID), for example.

Firstly, I went to my Koofr account -> Preferences -> Passwords and created a new app password especially for rclone.

Then I ran

rclone config

All went smooth until the step after entering an username:

Option password. Your password for rclone (generate one at https://app.koofr.net/app/admin/preferences/password).Choose an alternative below.y) Yes, type in my own passwordg) Generate random passwordy/g>

I was a bit puzzled. What does it mean ‘my own password’? Should I make it up? Or use Koofr generated password?

Firstly, I chose the g) option. I thought rclone will somehow communicate with Koofr and set the password. I was wrong. It didn’t work. Then I restarted the config and chose y) option and pasted previously created app password from Koofr website.

It worked.

Then I adapted my Dropbox/GDrive mount script (mount_koofr.sh):

#!/bin/bash# Define remote name and mount pointREMOTE="Koofr-Tomi"MOUNT_POINT="$HOME/Koofr-Tomi"# Create the mount directory if it doesn't existmkdir -p "$MOUNT_POINT"# Unmount if already mountedif mountpoint -q "$MOUNT_POINT"; then    echo "Unmounting $REMOTE..."    fusermount -u "$MOUNT_POINT"fi# Mount Koofr with VFS caching enabledecho "Mounting $REMOTE to $MOUNT_POINT..."rclone mount "$REMOTE": "$MOUNT_POINT" \    --vfs-cache-mode full \    --daemonecho "Mounting complete!"

After running this script, a new mount appeared with 3 pre-made folders:

Then I added some files and subfolders and it synced as it should.

Bottomline: It works fine, setup of password in rclone could be more understandable for ordinary users like me.

Connecting via desktop Koofr app

I’ve installed the app (Linux Mint), no errors or issues, which is good.

But when I tried to run the app, I saw this screen. No login input field or buttons. Maybe because I use fractional desktop scaling to 125%? Don’t know. When I set it to 100%, there was no change in app layout.

I contacted their support on Saturday afternoon and…

Their support was super quick (during the weekend & I’m just a rando non-paying user) and helped me to resolve the issue in less than a day. Do you hear that, Google?

As I understood, their app uses built-in stripped browser.

According to the support’s instructions, I had to deleted the file:

~/.koofr-dist/storagechrome 

but I rather renamed it to:

~/.koofr-dist/storagechrome_old

Then I ran the app again, Koofr login screen opened in a system browser (Firefox) and I could login. It looks like a Koofr desktop app is actually a local web app. Cool.

Sync app looks similar to Google Drive’s app and shows the status of sync and last synced files.

Bottomline: It works. I know it’s a Linux and all the difficulties because of different distros and desktops and libraries, but nevertheless. The install could be a bit more polished. Desktop app (first login) is the first thing user experiences. I’m not easily scared away, but many less experienced users are.

Can not comment on long-term usage yet. But the syncing looks quick enough and so far without issues.

Observations after several days of usage:

  • When computer wakes up from suspend state, the app doesn’t wake up immediately. It needs several minutes to start syncing. Until then, it shows sync error. Rclone starts syncing immediately.

But why, would you ask?

Just prepping for possible Google (Drive) enshittification. Having EU (Slo) cloud storage alternative at hand makes me calmer.

Tags: #koofr #rclone #mint #linux #cloudstorage

https://blog.rozman.info/koofr-on-linux/

Nach langer Suche habe ich endlich S3 cloudstorage Client Software gefunden, die macht, was ich brauche.

Für Linux ist es #rclone mit dem rclone browser und für grapheneOS ist es #exfilac.

Hauptproblem mit anderer Software war die Konfiguration des Zugriffs auf alternative storage Anbieter (statt #AWS). Bei den beiden Tools funktioniert es. Für Linux würde ich mir wünschen, daß #beyondcompare endlich alternative S3 storage Anbieter unterstützt 🤨

I have a mini Intel Atom-powered home server in my house.

However, I’ve overlooked two things:

How do I back up data and keep it safe (from both security and quality perspectives)?

I’m still a newbie at GnuPG Privacy Guard. How do I secure the backup of my private keys?

#gpg#gnupg#privacy
Continued thread

One of the features I really like that differentiates Sync from OneDrive, Google Drive or Dropbox is their use of "zero-knowledge" authentication: they don't store your encryption key and cannot decrypt your files without your knowledge.

This policy does add some processing overhead. Years ago, I sometimes found file synchronization slow. But these days, I find it works transparently in the background as it should.

2/2

Looking for a Canadian-based cloud storage provider? Try Sync.com.

They are currently running a discount on their Canadian Cloud Storage.

I've used their Windows app for 10 years, and it is reliable and secure.

They have a Mac app now, and recently introduced Team features, but I've not tried either of those. There is no Linux app.

Aside from being a customer, I have no business or personal affiliation with them.

1/2

sync.com/

Sync.com secure cloud storage
www.sync.comSync | Secure Cloud Storage, File Sharing and Document CollaborationSecure file storage and collaboration that helps you stay safe, secure and connected in the cloud.

Proton Drive Update: Performance-Optimierung auf dem Mac
Die Schweizer Entwickler:innen von Proton Drive implementieren neue Funktionen und versprechen deutliche Geschwindigkeitsverbesserungen für Desktop-Systeme.

P
apfeltalk.de/magazin/news/prot
#News #Services #ARMSupport #CloudStorage #CloudComputing #Datensynchronisation #EndezuEndeVerschlsselung #MacOS20 #OfflineModus #ProtonDrive #SchweizerDatenschutz #WindowsUpdate

The "Markdown Presentation Viewer" v2.1.0 got released!

It now also works with @OpenCloud and allows you to create slide presentations directly from markdown files in your cloud storage.

To collaborate with others during slide creation, all you have to do is to share the file/folder with other users.
And to show them simply use public links!

Demonstration page: opencloud.in-nepal.de/files/li

Post comments and suggestions: github.com/JankariTech/web-app

I signed up for a Koofr.eu account under a nice deal. A lifetime 1TB account for $120, not bad. Giving it a try to see how it works. The thing I was looking for was WebDAV access so that I can out the drive on Linux and macOS without the need to install yet-another-client.

Oh and it's nice that my data is in Europe.

Deal is documented here if anyone is interested:

pcmag.com/deals/ditch-google-d

I'm looking for #data on #CloudStorage providers, in an effort to:
a) sort out where I put my #backups, and
b) not trawl the internet to aggregate this data myself!

I'm looking for basic info (pricing; access protocols; hosting locations; data sovereignty), and also facts about the provider such as public/private ownership, tax residency, and ultimate beneficial ownership.

I'm more than happy to glue disparate datasets together: do you have any pointers? #opendata #storage #s3 #rclone #restic