Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
novaspirit committed Sep 30, 2023
1 parent 54d75cf commit 5e77d80
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions template/apps/cura-novnc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"categories": [
"Tools"
],
"description": "This is a super basic noVNC build using supervisor to serve Cura in your favorite web browser. ",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image_amd64": "cura-novnc",
"logo": "https://raw.githubusercontent.com/PlexRipper/PlexRipper/dev/export/plexripper/logo/full/full-logo-256.png",
"name": "Cura NoVNC",
"officialDoc": "https://github.com/helfrichmichael/cura-novnc",
"platform": "linux",
"ports": [
"9080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Cura-NoVNC",
"type": 1,
"volumes": [
{
"container": "/configs"
}
],
"webpage": "https://hub.docker.com/r/mikeah/cura-novnc"
}

0 comments on commit 5e77d80

Please sign in to comment.