No description
Find a file
2025-09-27 11:09:19 +02:00
apps feat: manual health check 2025-09-27 11:09:19 +02:00
packages/schemas feat: add webdav support 2025-09-26 19:18:52 +02:00
.dockerignore feat(server): test mount endpoint 2025-09-02 22:52:44 +02:00
.gitignore refactor: use rr actions/loader 2025-08-31 21:19:14 +02:00
biome.json refactor: use rr actions/loader 2025-08-31 21:19:14 +02:00
bun.lock feat: display containers using the volume 2025-09-27 10:16:23 +02:00
docker-compose.yml chore: use /var/lib/docker/volumes mountpoint 2025-09-27 00:39:29 +02:00
Dockerfile.dev feat: add webdav support 2025-09-26 19:18:52 +02:00
LICENSE Initial commit 2025-08-09 10:58:56 +02:00
mutagen.yml feat(server): test mount endpoint 2025-09-02 22:52:44 +02:00
openapi-ts.config.ts feat: edit volume 2025-09-03 21:42:18 +02:00
package.json feat: proper timeout and order of operations 2025-09-23 22:39:42 +02:00
README.md feat: add webdav support 2025-09-26 19:18:52 +02:00
turbo.json feat: proper timeout and order of operations 2025-09-23 22:39:42 +02:00

ironmount

docker run --rm -it -v nicolas:/data alpine sh -lc 'echo hello > /data/hi && cat /data/hi'

mount -t davfs http://192.168.2.42 /mnt/webdav