mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
App Submission: OctoPrint (#449)
Co-authored-by: Nathan Fretz <nmfretz@gmail.com>
This commit is contained in:
parent
92c0d4d37b
commit
46673f2bb3
16
octoprint/docker-compose.yml
Normal file
16
octoprint/docker-compose.yml
Normal file
@ -0,0 +1,16 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: octoprint_web_1
|
||||
APP_PORT: 5000
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
web:
|
||||
image: octoprint/octoprint:1.9.2@sha256:80ed8b8a1be8713506e7e29fc5b2ec55241242e28a5d8a474a25d9f2aab0843f
|
||||
privileged: true
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data:/octoprint
|
||||
- /dev:/dev
|
||||
restart: on-failure
|
27
octoprint/umbrel-app.yml
Normal file
27
octoprint/umbrel-app.yml
Normal file
@ -0,0 +1,27 @@
|
||||
manifestVersion: 1
|
||||
id: octoprint
|
||||
category: files
|
||||
name: OctoPrint
|
||||
version: "1.9.2"
|
||||
tagline: A snappy web interface for your 3D printer
|
||||
description: >-
|
||||
OctoPrint provides a snappy web interface for controlling consumer 3D printers.
|
||||
OctoPrint's powerful plugin system allows extending its functionality with awesome plugins from the community.
|
||||
|
||||
|
||||
Plug your 3D printer into your Umbrel to control and monitor every aspect of your 3D printer and your printing jobs right from within your browser.
|
||||
developer: OctoPrint
|
||||
website: https://octoprint.org/
|
||||
repo: https://github.com/OctoPrint/OctoPrint
|
||||
support: https://community.octoprint.org/
|
||||
port: 5003
|
||||
submitter: mateosilguero
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/449
|
||||
gallery:
|
||||
- 1.jpg
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
dependencies: []
|
||||
path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
Loading…
Reference in New Issue
Block a user