-
Notifications
You must be signed in to change notification settings - Fork 420
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: Etherpad #2132
Open
dennysubke
wants to merge
31
commits into
getumbrel:master
Choose a base branch
from
dennysubke:etherpad
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
App Submission: Etherpad #2132
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
8cbd8c6
Merge pull request #1 from getumbrel/master
dennysubke 1679c67
Add files via upload
dennysubke b8cd858
Delete denny-linkstack directory
dennysubke 98bbed6
Add files via upload
dennysubke 34dce5d
Update docker-compose.yml
dennysubke c3c6fdb
Update umbrel-app.yml
dennysubke 8a30866
Update umbrel-app.yml
dennysubke 2c1669f
Update umbrel-app.yml
dennysubke 8855afa
Update umbrel-app.yml
dennysubke 7fb6b12
Update umbrel-app.yml
dennysubke a467b93
Update umbrel-app.yml
dennysubke 627d78b
Update umbrel-app.yml
dennysubke 57d703f
Add files via upload
dennysubke 5c5ebcc
Delete excalidraw directory
dennysubke f54af58
Update umbrel-app.yml
dennysubke 5899c20
Update umbrel-app.yml
dennysubke ad04036
Update umbrel-app.yml
dennysubke 6290052
Delete linkstack directory
dennysubke 3977fa6
Add files via upload
dennysubke 0c3f58c
Update docker-compose.yml
dennysubke 4edde17
Update docker-compose.yml
dennysubke f2d3c00
Delete denny-onionshare directory
dennysubke fc1b65a
Add files via upload
dennysubke f5f0d76
Create .gitkeep
dennysubke 35ed316
Create .gitkeep
dennysubke 3455a06
Create .gitkeep
dennysubke 7a2b37e
Update docker-compose.yml
dennysubke cf30eec
Update umbrel-app.yml
dennysubke 02fd94b
Update docker-compose.yml
dennysubke 06a47c3
Update docker-compose.yml
dennysubke c75906e
Update umbrel-app.yml
dennysubke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
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 @@ | ||
|
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 @@ | ||
|
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,52 @@ | ||
version: '3.7' | ||
|
||
services: | ||
app_proxy: | ||
environment: | ||
APP_HOST: etherpad_app_1 | ||
APP_PORT: 9001 | ||
|
||
app: | ||
image: etherpad/etherpad:2.2.7@sha256:980f227a17569901aaa8f98d8bb6eff51e15c04ad3e2ea0a1692662adbcc2090 | ||
tty: true | ||
stdin_open: true | ||
volumes: | ||
- ${APP_DATA_DIR}/data/plugins:/opt/etherpad-lite/src/plugin_packages | ||
- ${APP_DATA_DIR}/data/etherpad-var:/opt/etherpad-lite/var:rw | ||
depends_on: | ||
- postgres | ||
environment: | ||
NODE_ENV: production | ||
ADMIN_PASSWORD: umbrel | ||
DB_CHARSET: utf8mb4 | ||
DB_HOST: etherpad_postgres_1 | ||
DB_NAME: etherpad | ||
DB_PASS: admin | ||
DB_PORT: 5432 | ||
DB_TYPE: "postgres" | ||
DB_USER: admin | ||
DEFAULT_PAD_TEXT: | ||
DISABLE_IP_LOGGING: "false" | ||
LOGLEVEL: DEBUG | ||
SOFFICE: null | ||
ALLOW_UNKNOWN_FILE_ENDS: "true" | ||
TRUST_PROXY: "true" | ||
SKIN_NAME: colibris | ||
SKIN_VARIANTS: super-light-toolbar super-light-editor light-background | ||
SHOW_SETTINGS_IN_ADMIN_PAGE: "true" | ||
SUPPRESS_ERRORS_IN_PAD_TEXT: "false" | ||
restart: on-failure | ||
user: "1000:1000" | ||
|
||
postgres: | ||
image: postgres:15-alpine@sha256:93a6166360be8f1d116b7ea97ebb8dea9e2c9c746349e952738bbba72a961d7c | ||
environment: | ||
POSTGRES_DB: etherpad | ||
POSTGRES_PASSWORD: admin | ||
POSTGRES_PORT: 5432 | ||
POSTGRES_USER: admin | ||
PGDATA: /var/lib/postgresql/data/pgdata | ||
restart: on-failure | ||
user: "1000:1000" | ||
volumes: | ||
- ${APP_DATA_DIR}/data/postgres_data:/var/lib/postgresql/data/pgdata |
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,36 @@ | ||
manifestVersion: 1 | ||
id: etherpad | ||
name: Etherpad | ||
tagline: An intuitive tool for real-time collaborative writing | ||
category: files | ||
version: "2.2.7" | ||
port: 9002 | ||
description: >- | ||
📝 Etherpad is an open-source, web-based collaborative real-time editor that enables multiple users to simultaneously edit a document from different locations. It's particularly valuable for teamwork, group projects, or situations where many people need to contribute to the same document at once. One of Etherpad's standout features is its live collaboration functionality - as users make changes, those changes appear in real-time for all participants, with each user's contributions color-coded to distinguish them. | ||
|
||
|
||
The platform is designed to be simple and intuitive, with a clean and straightforward interface that emphasizes writing and editing. Etherpad doesn't require users to sign up or install any software, making it easy for anyone to start collaborating quickly. | ||
|
||
|
||
Another key feature of Etherpad is its version history system, which allows users to view and revert to previous versions of the document. This ensures that changes can be tracked and recovered if necessary, making it a useful tool for managing long-term collaborative projects. | ||
|
||
|
||
As an open-source tool, Etherpad offers flexibility in how it's used. Users can run it on their own servers for greater control and customization or simply use a public instance hosted by various service providers. The platform is highly extensible, with plugins available for additional features like embedding images, adding task lists, or even integrating with other tools. | ||
|
||
|
||
Etherpad has gained popularity in academic, business, and development environments for its simple yet effective collaboration features. Whether you're writing meeting notes, drafting a report, or brainstorming ideas with a team, Etherpad offers a powerful and user-friendly solution for collaborative writing. | ||
developer: The Etherpad Foundation | ||
website: https://etherpad.org/ | ||
submitter: dennysubke | ||
submission: https://github.com/getumbrel/umbrel-apps/pull/2132 | ||
repo: https://github.com/ether/etherpad-lite | ||
support: https://github.com/ether/etherpad-lite/issues | ||
gallery: | ||
- 1.jpg | ||
- 2.jpg | ||
- 3.jpg | ||
releaseNotes: "" | ||
dependencies: [] | ||
path: "" | ||
defaultUsername: "" | ||
defaultPassword: "" |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This comment was marked as resolved.
Sorry, something went wrong.