Commit graph

25 commits

Author SHA1 Message Date
ed8756cc90 📃 master: update documentation 2025-08-05 19:05:49 +02:00
d44007cc00 📃 master: update documentation 2025-08-05 19:04:39 +02:00
fcab024470 📃 master: update documentation 2025-08-05 19:02:12 +02:00
bd6f968a64 📃 master: update documentation 2025-08-05 19:01:55 +02:00
7613921c6a 📃 master: update documentation 2025-08-05 19:01:26 +02:00
d99f299027 📃 master: update documentation 2025-08-05 19:00:24 +02:00
95d4db2fff optimized rclone http server 2025-08-05 18:59:03 +02:00
adc142cec8 fix/reproduce: work in progress [might break] 2025-08-05 18:17:22 +02:00
8924f70a59 fix nixpkgs 2025-08-05 13:57:59 +02:00
8c4adb4188 milestone 4g: manyfold.sh auto-generate experience.zip index.json on change (template: download zip) 2025-08-04 20:27:55 +02:00
930b270538 milestone 4g: manyfold.sh auto-generate experience.zip index.json on change (inotify) 2025-08-04 18:06:41 +02:00
17eba653ef typofix 2025-08-01 17:50:56 +02:00
3b6afc90ec milestone 4h: remove x day old files over X MB (temporary sharingservice for big files)
added 'cleanup_big_files' function to manyfold.sh.

Demo:

```
$ docker run xrforge
...
````

create a 10MB dummy_file.txt (and rewind date some years):

```
$ docker exec xrforge 'dd if=/dev/zero of=/mnt/models/dummy_file.txt bs=1M count=10'
10+0 records in
10+0 records out
10485760 bytes (10.0MB) copied, 0.005670 seconds, 1.7GB/s

$ touch -d "2021-01-01" /mnt/models/dummy_file.txt
$
```

Now when setting maxmb's to `5` and maxdays to `5`, we can see in the logs
that it gets deleted:

```
[/bin/infinite cleanup_big_files /mnt/models 5 5] Fri Aug  1 14:19:08 UTC 2025 executing
deleting: /mnt/models/dummy_file.txt
```

This behaviour is default, and can be disabled by docker environment-flag `NO_DISABLEBIGFILES`
2025-08-01 16:20:48 +02:00
23c77dd67a solved HTTP->HTTPS issue 2025-08-01 11:41:59 +02:00
589b8d83bd update docker + fix modelpath 2025-07-31 11:30:07 +02:00
f187bcd2d3 docker env $UPLOAD_PATH allows specifying default [upload] lib 2025-07-30 15:09:03 +02:00
bc1d229c9b 📃 master: update documentation 2025-07-28 19:18:42 +02:00
ac6e13e297 📃 master: update documentation 2025-07-28 19:17:36 +02:00
0af767f420 📃 master: update documentation 2025-07-28 19:17:06 +02:00
4ceabe0c0b 📃 master: update documentation 2025-07-28 18:46:12 +02:00
24e98cff75 📃 master: update documentation 2025-07-28 18:41:09 +02:00
60c2e3a5f0 milestone 4e. manyfold.sh: sqlite-init model-library naming-convention 2025-07-28 18:02:11 +02:00
43e5a56d8a milestone 4a: oci-container+overlay + manyfold.sh 2025-07-28 17:52:11 +02:00
a54b1703f5 added .gitignore 2025-07-23 17:09:15 +02:00
33a555ea87 1st commit 2025-07-22 13:16:53 +02:00