-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into default-ports
- Loading branch information
Showing
597 changed files
with
33,128 additions
and
327 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.