Compare commits

...

3 commits

Author SHA1 Message Date
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
4 changed files with 8 additions and 15 deletions

View file

@ -1,6 +1,6 @@
# Manyfold container
The XRForge-serverimage is a pre-configured Manyfold container (reproducably via [nix](https://nixos.org) dockertools).
The XRForge-serverimage is a pre-configured [Manyfold](https://manyfold.app) container (reproducably via [nix](https://nixos.org) dockertools).
It also contains some extra's, to better fit an XR audience.
> To run the container, see the [sysadmin](https://manyfold.app/sysadmin/) documentation of the [manyfold](https://github.com/manyfold3d/manyfold) project.
@ -49,7 +49,10 @@ When found, it uses the files in there instead (`/manyfold/usr/src/app/public/40
# Federated drives
Besides ActivitPub, XRForge allows federating manyfold libraries too, allowing manyfold libraries to scale horizontally across instances:
Besides ActivitPub, XRForge allows federating manyfold libraries too, which allows manyfold libraries to:
* be mounted as a network drive on their desktop-machine (3D editor export-to-library)
* scale horizontally across instances:
```

View file

@ -151,8 +151,8 @@ rename_app(){
sed -i 's/title: Manyfold/title: '$APPNAME'/g' /usr/src/app/config/locales/*.yml
sed -i 's|powered_by_html:.*|powered_by_html: Radically opensource-powered by <a href="https://forgejo.isvery.ninja/coderofsalvation/xrforge">XR Forge</a>, <a href="https://manifold.app" target="_blank">Manyfold</a>, <a href="https://xrfragment.org">XR Fragments</a> and <a href="https://nixos.org" target="_blank">NIX</a>|g' /usr/src/app/config/locales/*.yml
sed -i 's|Models|Experiences|g' /usr/src/app/config/locales/*.yml
sed -i 's|Model|Experience|g' /usr/src/app/config/locales/*.yml
sed -i 's|Models|Experiences|g' /usr/src/app/config/locales/*.yml /usr/src/app/config/locales/*/*.yml
sed -i 's|Model|Experience|g' /usr/src/app/config/locales/*.yml /usr/src/app/config/locales/*.yml
}
start_syslog(){

View file

@ -1,10 +0,0 @@
[scene]
type = ftp
host = ftp.scene.org
user = anonymous
pass = JMAFLA0Vk3ELCzRwhxANJZtlKai7hDW_Vw
[modland]
type = http
url = https://modland.com

View file

@ -1,5 +1,5 @@
#!/bin/sh
test -z "$FEDERATE_DRIVE_PATH" && FEDERATE_DRIVE_PATH=/mnt/models
test -z "$FEDERATE_DRIVE_PATH" && FEDERATE_DRIVE_PATH=/mnt/experiences
test -z "$FEDERATE_DRIVE_PORT" && FEDERATE_DRIVE_PORT=3215
test -z "$FEDERATE_DRIVE_CACHE" && FEDERATE_DRIVE_CACHE=1m0s