-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* apps:added octoprint * removed device-values * adjust devices mounting,and removes device test as ci does not have such devices * remove run_as, octoprint runs as root and there is zero indication that PUID/PGID are used * there is no postgres, neither gpu seems to be needed here * update icons and remote host mounts as that's not something done implicitly * fix health * fix screen --------- Co-authored-by: Phillip Kremer <[email protected]> Co-authored-by: Stavros Kois <[email protected]> Co-authored-by: Stavros Kois <[email protected]>
- Loading branch information
1 parent
db132cd
commit 5e26c88
Showing
70 changed files
with
7,767 additions
and
0 deletions.
There are no files selected for viewing
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: [email protected] | ||
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.