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
ea7bba5538
📃 master: update documentation
2025-07-28 20:22:12 +02:00
f36ded98cb
📃 master: update documentation
2025-07-28 20:21:46 +02:00
d31a06a5c0
📃 master: update documentation
2025-07-28 20:18:55 +02:00
4257f5aba6
📃 master: update documentation
2025-07-28 19:26:25 +02:00
a22a69440e
📃 master: update documentation
2025-07-28 19:25:56 +02:00
d7314439ba
📃 master: update documentation
2025-07-28 19:25:40 +02:00
64f6c6d0e9
📃 master: update documentation
2025-07-28 19:23:20 +02:00
dabd71ee59
📃 master: update documentation
2025-07-28 19:22:19 +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
d6327ed153
milestone a. xrforge: create repo + nix-file
2025-07-28 18:03:02 +02:00
60c2e3a5f0
milestone 4e. manyfold.sh: sqlite-init model-library naming-convention
2025-07-28 18:02:11 +02:00
d5e50967f3
milestone 4f: manyfold.sh: rclone: allow library mount+add via rclone.conf
2025-07-28 17:54:02 +02:00
8cb3aa6c11
milestone 4b: manyfold.sh sqlite-init default model-library directory
2025-07-28 17:53:39 +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
4de91c746d
🔧 master: work in progress [might break]
2025-07-22 13:19:44 +02:00
33a555ea87
1st commit
2025-07-22 13:16:53 +02:00