Commit graph

61 commits

Author SHA1 Message Date
24c747dda3 janusXR works 2025-10-30 13:13:32 +01:00
fe779a9a97 introduce .xrforge folder 2025-10-30 09:13:46 +01:00
af9e36e14f fixed hooks by using filename, not dirname 2025-10-29 21:36:14 +01:00
299ddaf253 improved hook-runner (ttl + duplicate-check) 2025-10-29 21:20:29 +01:00
c78dc87575 simplify hooks (wip) 2025-10-29 17:57:16 +01:00
0913b8eab9 wip: initializer 2025-10-29 15:05:18 +01:00
e904c0733b added locale file 2025-10-29 10:48:11 +01:00
2228c8035d rework notify system (wip) 2025-10-29 10:47:55 +01:00
2d558bf6f0 added hooks with order-sorting 2025-10-28 17:57:34 +01:00
ac0e1aeb0e disable godot web 2025-10-27 15:03:29 +01:00
5e0bfbf799 update hooks 2025-10-27 15:03:17 +01:00
34f6e052da added ruby hook package_xrf.rb 2025-10-27 14:05:07 +01:00
a19c45cea7 fix: auto-trigger hooks at first run 2025-10-24 21:09:41 +02:00
26a3d22882 added janusxr export 2025-10-24 18:42:55 +02:00
556a9158eb added viewer 2025-10-23 19:21:56 +02:00
3422005b82 added manyfold templates 2025-10-22 17:16:55 +02:00
28e4082844 wip: clicking experience launches webxr client 2025-10-03 17:21:58 +02:00
7c173d8436 godot packager + open in godot-menu feature 2025-08-27 14:11:20 +02:00
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