Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Submission: Mainsail #1982

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions mainsail/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"instancesDB": "browser"
}
13 changes: 13 additions & 0 deletions mainsail/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: "3.7"

Check notice on line 1 in mainsail/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "web"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
environment:
APP_HOST: mainsail_web_1
APP_PORT: 80
web:
image: ghcr.io/mainsail-crew/mainsail:sha-4c86d7c@sha256:960b63d7f1c438ab68b0add4a5eac0aa972ec29b13e3ec16ccbc2dfadf86d568
restart: on-failure
stop_grace_period: 1m
volumes:
- ${APP_DATA_DIR}/config.json:/usr/share/nginx/html/config.json:ro
25 changes: 25 additions & 0 deletions mainsail/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
manifestVersion: 1
id: mainsail
category: files
name: Mainsail
version: "2.13.1"
tagline: UI for Klipper. Control and monitor your printer from everywhere, from any device.
description: >-
Easy to use. The focus lies on both anticipating what users may need to do and ensuring that the user interface contains elements that are easily accessible, understandable, and user-friendly to make those actions easier.

Always one step ahead. We work closely with developers of other projects so that functions can already be implemented early on.

100% open source. Anyone can join, anyone can contribute.
releaseNotes: ""
developer: Mainsail-Crew
website: https://docs.mainsail.xyz/
dependencies: []
repo: https://github.com/mainsail-crew/mainsail
support: https://docs.mainsail.xyz/faq/getting-help
port: 8080
gallery: []
path: ""
defaultUsername: ""
defaultPassword: ""
submitter: Julienpeps
submission: https://github.com/getumbrel/umbrel-apps/pull/1982
Loading