this post was submitted on 10 Nov 2024
23 points (96.0% liked)

Linux

48152 readers
752 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

On immutable systems like bazzite, what's the best way to mount webdav storage as a file system in order to open it with Cryptomator?

options i'm thinking are:

  1. use distrobox bc there i can install davfs and cryptomator
  2. look for flatpak softwares that enables this function

I'm basically clueless. Any kind of info would be much appreciated.

all 10 comments
sorted by: hot top controversial new old
[–] unyons@feddit.org 4 points 3 days ago* (last edited 3 days ago) (1 children)

I am not familiar with webdav, and I'm no bazzite expert (although it's my daily driver), but I would guess that distrobox could be a way to do this.

Either install a distrobox of arch or mint or Debian or whatever, and do the install there, or check out what distrobox has to offer for mounting WebDAV storage. I found it has options for implementing local AI that I would never have dreamed of, so who knows what else it can do?

https://docs.bazzite.gg/Installing_and_Managing_Software/Distrobox/

[–] tiz@lemmy.ml 2 points 2 days ago

Yup, seems like distrobox is the way to go in any case.

[–] unskilled5117@feddit.org 3 points 3 days ago (1 children)

If you don’t get a solution here I would recommend asking on bazzites discord or forum. There are more helpful people with more insights into immutable there. If it can‘t be solved without layering they might even be open to having it included in the image by default.

[–] tiz@lemmy.ml 2 points 3 days ago

That’s awesome I didn’t think of that. Yup, I will look into suggestions from other people then get help/request on their forum

[–] utopiah@lemmy.ml 2 points 3 days ago (1 children)
[–] tiz@lemmy.ml 2 points 2 days ago (1 children)

thanks for the suggestion. how can I install rclone on Bazzite? A quick searching didn't bring anything clear. Are you referring to using rclone via Distrobox or something?

[–] utopiah@lemmy.ml 2 points 2 days ago

I'm not familiar with Bazzite but I do have a SteamDeck with SteamOS and I do have things installed on it. There is for it 2 ways :

  • keep binaries in home, e.g. ~/bin/rclone because that does not get deleted on updates
  • allowing SteamOS to not be read-only and add a package. Here it seems to be via ujust but I don't see rclone in there so I'd go down their list https://docs.bazzite.gg/Installing_and_Managing_Software/ and it seems brew install rclone would work.
[–] crmsnbleyd@sopuli.xyz 1 points 3 days ago (1 children)

You can install software on immutable distros, it just becomes part of the ostree image

[–] unyons@feddit.org 3 points 3 days ago

That's supposed to be the last resort though, when nothing else works.