Skip to content

Commit

Permalink
Merge branch 'master' into default-ports
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k authored Jan 31, 2025
2 parents 94e3cb9 + d67a612 commit 6d97c16
Show file tree
Hide file tree
Showing 597 changed files with 33,128 additions and 327 deletions.
372 changes: 219 additions & 153 deletions catalog.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ words:
- milterd
- mineos
- minio
- mjpg
- mosquitto
- mqtt
- mqueue
Expand All @@ -165,6 +166,7 @@ words:
- noip
- nowdns
- ocrmypdf
- octoprint
- odoo
- ollama
- omada
Expand Down Expand Up @@ -222,6 +224,7 @@ words:
- rslave
- rstrip
- rsyncd
- rtmp
- rtsp
- rtty
- ryshe
Expand Down Expand Up @@ -295,7 +298,7 @@ words:
- whiteboarding
- whoogle
- wtfismyip
- wwwfolder
- wyze
- xattr
- zerotier
- zigbee
Expand Down
3 changes: 3 additions & 0 deletions ix-dev/community/octoprint/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Octoprint

[OctoPrint](https://octoprint.org) provides a snappy web interface for controlling consumer 3D printers. It is Free Software and released under the GNU Affero General Public License V3.
37 changes: 37 additions & 0 deletions ix-dev/community/octoprint/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
app_version: v1.10.3
capabilities:
- description: Octoprint is able to set group ID for it's sub-processes.
name: SETGID
- description: Octoprint is able to set user ID for it's sub-processes.
name: SETUID
categories:
- productivity
description: Octoprint provides a snappy web interface for controlling consumer 3D
printers.
home: https://octoprint.org
host_mounts: []
icon: https://media.sys.truenas.net/apps/octoprint/icons/icon.png
keywords:
- 3D
- printer
lib_version: 2.1.14
lib_version_hash: 982057eeec3024ccecbeaa70e9ee59d948523a3b29d9fca6b39f127a42caa1cc
maintainers:
- email: dev@ixsystems.com
name: truenas
url: https://www.truenas.com/
name: octoprint
run_as_context:
- description: Octoprint runs as root user.
gid: 0
group_name: root
uid: 0
user_name: root
screenshots:
- https://media.sys.truenas.net/apps/octopring/screenshots/screenshot1.png
sources:
- https://hub.docker.com/r/octoprint/octoprint
- https://github.com/OctoPrint/OctoPrint
title: Octoprint
train: community
version: 1.0.0
8 changes: 8 additions & 0 deletions ix-dev/community/octoprint/item.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
categories:
- productivity
icon_url: https://media.sys.truenas.net/apps/octoprint/icons/icon.png
screenshots:
- https://media.sys.truenas.net/apps/octopring/screenshots/screenshot1.png
tags:
- 3D
- printer
8 changes: 8 additions & 0 deletions ix-dev/community/octoprint/ix_values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
images:
image:
repository: octoprint/octoprint
tag: "1.10.3"

consts:
octoprint_container_name: octoprint
internal_http_port: 80
Loading

0 comments on commit 6d97c16

Please sign in to comment.