diff --git a/servapps/Van_DAM/cosmos-compose.json b/servapps/Manyfold/cosmos-compose.json similarity index 92% rename from servapps/Van_DAM/cosmos-compose.json rename to servapps/Manyfold/cosmos-compose.json index 6e649e64..8f9870e9 100644 --- a/servapps/Van_DAM/cosmos-compose.json +++ b/servapps/Manyfold/cosmos-compose.json @@ -18,7 +18,7 @@ "minVersion": "0.8.0", "services": { "{ServiceName}": { - "image": "ghcr.io/floppy/van_dam:nightly", + "image": "ghcr.io/manyfold3d/manyfold:latest", "container_name": "{ServiceName}", "restart": "unless-stopped", "UID": 1000, @@ -30,8 +30,8 @@ "REDIS_PORT=6379", "SECRET_KEY_BASE={Passwords.3}", "DB_HOST={ServiceName}-postgres", - "DB_USER=vandam", - "DB_NAME=vandam", + "DB_USER=manyfold", + "DB_NAME=manyfold", "DB_PASS={Passwords.0}", "DB_PORT=5432" @@ -40,7 +40,7 @@ "cosmos-persistent-env": "SECRET_KEY_BASE, DB_PASS, DB_USER, DB_NAME", "cosmos-force-network-secured": "true", "cosmos-auto-update": "true", - "cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/Van_DAM/icon.png", + "cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/Manyfold/icon.png", "cosmos-stack": "{ServiceName}", "cosmos-stack-main": "{ServiceName}" }, @@ -88,7 +88,7 @@ "labels": { "cosmos-force-network-secured": "true", "cosmos-auto-update": "true", - "cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/Van_DAM/icon.png", + "cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/Manyfold/icon.png", "cosmos-stack": "{ServiceName}", "cosmos-stack-main": "{ServiceName}" }, @@ -115,7 +115,7 @@ "cosmos-persistent-env": "POSTGRES_DB, POSTGRES_USER, POSTGRES_PASSWORD", "cosmos-force-network-secured": "true", "cosmos-auto-update": "true", - "cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/Van_DAM/icon.png", + "cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/Manyfold/icon.png", "cosmos-stack": "{ServiceName}", "cosmos-stack-main": "{ServiceName}" }, @@ -127,8 +127,8 @@ } ], "environment": [ - "POSTGRES_DB=vandam", - "POSTGRES_USER=vandam", + "POSTGRES_DB=manyfold", + "POSTGRES_USER=manyfold", "POSTGRES_PASSWORD={Passwords.0}" ] } diff --git a/servapps/Manyfold/description.json b/servapps/Manyfold/description.json new file mode 100644 index 00000000..88292ead --- /dev/null +++ b/servapps/Manyfold/description.json @@ -0,0 +1,15 @@ +{ + "name": "Manyfold", + "longDescription": "

Manyfold is a Digital Asset Manager, specifically designed for 3D print files. Create a library pointing at your files on disk, and it will scan for models and parts. It assumes that any folders containing STL or OBJ files are models, and the files within them are parts. You can then view the files easily through your browser!

", + "description": "A self-hosted digital asset manager for 3d print files", + "tags": [ + "3d models", + "3d printing" + ], + "repository": "https://github.com/manyfold3d/manyfold", + "image": "ghcr.io/manyfold3d/manyfold", + "supported_architectures": [ + "amd64", + "arm64" + ] +} diff --git a/servapps/Manyfold/icon.png b/servapps/Manyfold/icon.png new file mode 100644 index 00000000..71b4f01d Binary files /dev/null and b/servapps/Manyfold/icon.png differ diff --git a/servapps/Manyfold/screenshots/1.png b/servapps/Manyfold/screenshots/1.png new file mode 100644 index 00000000..5a78a9f6 Binary files /dev/null and b/servapps/Manyfold/screenshots/1.png differ diff --git a/servapps/Manyfold/screenshots/2.png b/servapps/Manyfold/screenshots/2.png new file mode 100644 index 00000000..b390ab98 Binary files /dev/null and b/servapps/Manyfold/screenshots/2.png differ diff --git a/servapps/Van_DAM/description.json b/servapps/Van_DAM/description.json deleted file mode 100644 index 1feb2096..00000000 --- a/servapps/Van_DAM/description.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name": "Van_DAM", - "longDescription": "

VanDAM is a Digital Asset Manager (DAM), specifically designed for 3D print files. Create a library pointing at your files on disk, and it will scan for models and parts. It assumes that any folders containing STL or OBJ files are models, and the files within them are parts. You can then view the files easily through your browser!

", - "description": "A self-hosted digital asset manager for 3d print files", - "tags": ["3d models", "3d printing"], - "repository": "https://github.com/Floppy/van_dam", - "image": "ghcr.io/floppy/van_dam", - "supported_architectures": ["amd64", "arm64"] -} diff --git a/servapps/Van_DAM/icon.png b/servapps/Van_DAM/icon.png deleted file mode 100644 index 6be99663..00000000 Binary files a/servapps/Van_DAM/icon.png and /dev/null differ diff --git a/servapps/Van_DAM/screenshots/1.jpg b/servapps/Van_DAM/screenshots/1.jpg deleted file mode 100644 index 2d01c603..00000000 Binary files a/servapps/Van_DAM/screenshots/1.jpg and /dev/null differ diff --git a/servapps/Van_DAM/screenshots/2.jpg b/servapps/Van_DAM/screenshots/2.jpg deleted file mode 100644 index 941641c1..00000000 Binary files a/servapps/Van_DAM/screenshots/2.jpg and /dev/null differ