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: Excalidraw - a virtual collaborative whiteboard tool #1538

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
8cbd8c6
Merge pull request #1 from getumbrel/master
dennysubke Sep 24, 2024
1679c67
Add files via upload
dennysubke Sep 24, 2024
b8cd858
Delete denny-linkstack directory
dennysubke Sep 24, 2024
98bbed6
Add files via upload
dennysubke Sep 24, 2024
34dce5d
Update docker-compose.yml
dennysubke Sep 24, 2024
c3c6fdb
Update umbrel-app.yml
dennysubke Sep 24, 2024
8a30866
Update umbrel-app.yml
dennysubke Sep 24, 2024
2c1669f
Update umbrel-app.yml
dennysubke Sep 24, 2024
8855afa
Update umbrel-app.yml
dennysubke Sep 24, 2024
7fb6b12
Update umbrel-app.yml
dennysubke Sep 24, 2024
a467b93
Update umbrel-app.yml
dennysubke Sep 24, 2024
627d78b
Update umbrel-app.yml
dennysubke Sep 24, 2024
57d703f
Add files via upload
dennysubke Sep 25, 2024
5c5ebcc
Delete excalidraw directory
dennysubke Sep 25, 2024
fb25dd5
Add files via upload
dennysubke Sep 25, 2024
2f2fff0
Update umbrel-app.yml
dennysubke Sep 25, 2024
a8beb63
Update umbrel-app.yml
dennysubke Sep 25, 2024
ee40784
Update umbrel-app.yml
dennysubke Sep 25, 2024
48a5861
Update umbrel-app.yml
dennysubke Sep 25, 2024
e528bf8
Delete linkstack directory
dennysubke Sep 25, 2024
2e642cd
Update umbrel-app.yml
dennysubke Sep 25, 2024
4f22154
Update docker-compose.yml
dennysubke Sep 25, 2024
2c82aa4
Update docker-compose.yml
dennysubke Sep 25, 2024
4d047e0
Update docker-compose.yml
dennysubke Sep 25, 2024
54a702f
Update docker-compose.yml
dennysubke Sep 25, 2024
91b09ec
Update docker-compose.yml
dennysubke Sep 25, 2024
25ecb88
Update docker-compose.yml
dennysubke Sep 25, 2024
7b291b2
Update docker-compose.yml
dennysubke Sep 25, 2024
5226b76
Update docker-compose.yml
dennysubke Sep 25, 2024
0fea4c8
Update docker-compose.yml
dennysubke Sep 25, 2024
7bd5688
Update docker-compose.yml
dennysubke Sep 25, 2024
7f5f214
Update docker-compose.yml
dennysubke Sep 25, 2024
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
17 changes: 17 additions & 0 deletions excalidraw/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: "3.7"

services:
app_proxy:
environment:
APP_HOST: excalidraw_web_1
APP_PORT: 5000

web:
image: excalidraw/excalidraw:latest@sha256:fae667864717a415e7474b5f757ffb50e63a81cfc1a2fbcf905ecbd137d0dbba #only amd64 / Umbrel Home + Linux VM

Check warning on line 10 in excalidraw/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Invalid image tag "latest"

Images should not use the "latest" tag

Check failure on line 10 in excalidraw/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Invalid image architectures for image "excalidraw/excalidraw:latest@sha256:fae667864717a415e7474b5f757ffb50e63a81cfc1a2fbcf905ecbd137d0dbba"

The image "excalidraw/excalidraw:latest@sha256:fae667864717a415e7474b5f757ffb50e63a81cfc1a2fbcf905ecbd137d0dbba" does not support the architectures "arm64" and "amd64". Please make sure that the image supports both architectures.
restart: on-failure
stop_grace_period: 1m
environment:
- PUID=1000
- PGID=1000

#https://github.com/excalidraw/excalidraw.git
30 changes: 30 additions & 0 deletions excalidraw/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
manifestVersion: 1
id: excalidraw
name: Excalidraw
tagline: An open source virtual hand-drawn style whiteboard
icon: https://i.imgur.com/aFSx4XU.png

Check warning on line 5 in excalidraw/umbrel-app.yml

View workflow job for this annotation

GitHub Actions / Lint apps

"icon" and "gallery" needs to be empty for new app submissions

The "icon" and "gallery" fields must be empty for new app submissions as it is being created by the Umbrel team.
category: files
version: "0.17.3"
port: 5000
description: >-
✏️ Excalidraw is a web-based, open-source tool for creating hand-drawn-style diagrams, sketches, and illustrations.


It allows users to quickly draw shapes, text, and arrows with a simple, intuitive interface that mimics the look of freehand sketches.
Popular for brainstorming, flowcharts, wireframes, and collaborative whiteboard sessions, Excalidraw also supports real-time collaboration, enabling multiple users to draw together on the same canvas.
developer: Excalidraw Team
website: https://excalidraw.com/
submitter: dennysubke
submission: https://github.com/getumbrel/umbrel-apps/pull/1538
repo: https://github.com/excalidraw/excalidraw
support: https://github.com/excalidraw/excalidraw/issues
gallery:
- https://i.imgur.com/seO3Bjj.png
- https://i.imgur.com/aBhrCkg.png
- https://i.imgur.com/nxt1Ekn.png
releaseNotes: >-

dependencies: []
path: ""
defaultUsername: ""
defaultPassword: ""
Loading