-
I have noticed that `PostInstall` is completely broken on GoboLinux 017.
Not sure why it has not yet been discovered. I have tried on a vanilla GoboLinux 017 installation as well as on my updated s…
-
Hello, is it possible for you to update your unionfs plugin for unraid? While I don't need unionfs for plexdrive, unfortunately, I'm also not capable of writing a script myself to install unionfs on u…
-
I've seen in openWRT where they use [UnionFS](https://en.wikipedia.org/wiki/UnionFS) plus [SquashFS](https://en.wikipedia.org/wiki/SquashFS) to provide a read only fallback/default file system which w…
-
### Describe the issue
AudiobookShelf is not properly traversing symlinks in the filesystem.
I have a very large mounted folder of audiobooks at /mnt/unionfs/audiobooks/Audiobooks_English so to…
-
Is unioning directories possible?
I would like to union directories over /, e.g., I have `/some/path/to/app/usr/local/bin/myapp` and I would like to blend `/some/path/to/app/` with `/` so that if t…
-
First of all, chartmuseum is a great tool for self hosting Helm charts. Thank you for all the hard work!
Our CI pipeline pushes a new version of charts every time there's some change in the git rep…
-
http://maofg.site/docker/2018/12/14/docker-unionfs.html
-
Noticed that my files were being deleted after upload the other day.
per inspection the download process works well:
* I can see the uploader uploading the file in the uploader UI
* I can see the…
-
I don't always use `fs`, but when I do, I prefer `fs/promises`. 😄
```typescript
import fs from "fs";
import { Union } from "unionfs";
import { IFS } from "unionfs/lib/fs";
type FS_Promises …
-
Hello!
I am using the same mount options as in the example: https://github.com/rpodgorny/unionfs-fuse/blob/master/examples/S01a-unionfs-live-cd.sh#L6C42-L6C43
But I get this error using libfuse3.1…