Compare commits
3 commits
39bbeadeb9
...
ae4e304cb1
| Author | SHA1 | Date | |
|---|---|---|---|
| ae4e304cb1 | |||
| 701f5b8782 | |||
| d62561c625 |
4 changed files with 8 additions and 15 deletions
|
|
@ -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:
|
||||
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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(){
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
[scene]
|
||||
type = ftp
|
||||
host = ftp.scene.org
|
||||
user = anonymous
|
||||
pass = JMAFLA0Vk3ELCzRwhxANJZtlKai7hDW_Vw
|
||||
|
||||
[modland]
|
||||
type = http
|
||||
url = https://modland.com
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue