Skip to content

Commit

Permalink
VanDAM is now Manyfold (#123)
Browse files Browse the repository at this point in the history
* Update images for vanDAM -> Manyfold

* update description file for VanDAM -> Manyfold

* update image for VanDAM -> Manyfold

* change default manyfold DB details

* use stable releases for Manyfold by default

* update Manyfold icon path

* folder rename Van_DAM to Manyfold
  • Loading branch information
Floppy authored Feb 2, 2024
1 parent 286c0d3 commit f0e7958
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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"

Expand All @@ -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}"
},
Expand Down Expand Up @@ -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}"
},
Expand All @@ -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}"
},
Expand All @@ -127,8 +127,8 @@
}
],
"environment": [
"POSTGRES_DB=vandam",
"POSTGRES_USER=vandam",
"POSTGRES_DB=manyfold",
"POSTGRES_USER=manyfold",
"POSTGRES_PASSWORD={Passwords.0}"
]
}
Expand Down
15 changes: 15 additions & 0 deletions servapps/Manyfold/description.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "Manyfold",
"longDescription": "<p>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!</p>",
"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"
]
}
Binary file added servapps/Manyfold/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Manyfold/screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Manyfold/screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions servapps/Van_DAM/description.json

This file was deleted.

Binary file removed servapps/Van_DAM/icon.png
Binary file not shown.
Binary file removed servapps/Van_DAM/screenshots/1.jpg
Binary file not shown.
Binary file removed servapps/Van_DAM/screenshots/2.jpg
Binary file not shown.

0 comments on commit f0e7958

Please sign in to comment.