Commit graph

43 commits

Author SHA1 Message Date
acbfed004d wip: feat/godot 2025-08-22 11:30:34 +02:00
24c65543cc milestone 4l. manyfold.sh: add default 3D assets/templates from XR Fragments (milestone) 2025-08-14 15:01:59 +02:00
55bbafbc69 added godot entrypoint: /usr/src/app/public/godot 2025-08-13 11:42:06 +02:00
149e926031 reduce docker-image-size by excluding git submodules 2025-08-13 10:52:28 +02:00
a7f1d60cb0 sleep -> 20 2025-08-12 17:03:26 +02:00
3d133c3364 update docs 2025-08-12 16:54:17 +02:00
89cd129923 update docs 2025-08-12 16:53:07 +02:00
a89fab4116 update docs 2025-08-12 16:52:04 +02:00
9ecafa6113 master: update documentation 2025-08-12 15:54:13 +02:00
b4f20e6eea added xrfragment as submodule 2025-08-12 15:41:45 +02:00
5c24372488 milestone 4k. manyfold.sh: add default pre-optimized 3D assets (fontmap e.g.) 2025-08-11 16:19:41 +02:00
d486414605 sql update 2025-08-08 12:33:55 +02:00
28e0bf612d 📃 master: update documentation 2025-08-07 11:51:04 +02:00
ae4e304cb1 📃 master: update documentation 2025-08-07 11:47:51 +02:00
701f5b8782 empty rclone config 2025-08-06 17:27:18 +02:00
d62561c625 fixed leftover rename 2025-08-06 17:22:29 +02:00
39bbeadeb9 rename library 'models' => 'experiences' 2025-08-06 14:21:12 +02:00
a965a5632a added SSL to httpserver 2025-08-06 09:45:55 +02:00
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