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: Pastefy #2159

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 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
f54af58
Update umbrel-app.yml
dennysubke Sep 25, 2024
5899c20
Update umbrel-app.yml
dennysubke Sep 25, 2024
ad04036
Update umbrel-app.yml
dennysubke Sep 25, 2024
6290052
Delete linkstack directory
dennysubke Sep 25, 2024
3977fa6
Add files via upload
dennysubke Oct 27, 2024
0c3f58c
Update docker-compose.yml
dennysubke Oct 27, 2024
4edde17
Update docker-compose.yml
dennysubke Oct 27, 2024
f2d3c00
Delete denny-onionshare directory
dennysubke Oct 27, 2024
fd1c80d
Add files via upload
dennysubke Feb 4, 2025
17cbfb3
Update umbrel-app.yml
dennysubke Feb 4, 2025
786a0d1
Create .gitkeep
dennysubke Feb 4, 2025
d1adebd
Update docker-compose.yml
dennysubke Feb 4, 2025
51fb90c
Update docker-compose.yml
dennysubke Feb 17, 2025
250dcb8
Update umbrel-app.yml
dennysubke Feb 17, 2025
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
1 change: 1 addition & 0 deletions pastefy/data/db/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

38 changes: 38 additions & 0 deletions pastefy/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
version: "3.7"

services:
app_proxy:
environment:
APP_HOST: pastefy_app_1
APP_PORT: 80
PROXY_AUTH_ADD: "false"

db:
image: mariadb:11.4.5@sha256:5dfb3093333fa0ea53194ddef0a2bfa21d3b1e1353bd228b22610cd6fc0c04da
user: "1000:1000"
environment:
MYSQL_ROOT_PASSWORD: "tyooe"
MYSQL_DATABASE: "pastefy"
MYSQL_USER: "pastefy"
MYSQL_PASSWORD: "tyooe"
volumes:
- ${APP_DATA_DIR}/data/db:/var/lib/mysql:rw
restart: on-failure

app:
image: interaapps/pastefy:6.7.5@sha256:cfa582e598cf00034de9431ce80cba75595d5a7016973e49f8108a90fe8bee76
user: "1000:1000"
environment:
HTTP_SERVER_CORS: "*"
DATABASE_DRIVER: "mysql"
DATABASE_NAME: "pastefy"
DATABASE_USER: "pastefy"
DATABASE_PASSWORD: "tyooe"
DATABASE_HOST: "pastefy_db_1"
DATABASE_PORT: "3306"
SERVER_NAME: "http://${DEVICE_DOMAIN_NAME}:9900"
# OAUTH2_PROVIDER_CLIENT_ID:
# OAUTH2_PROVIDER_CLIENT_SECRET:
restart: on-failure
depends_on:
- db
35 changes: 35 additions & 0 deletions pastefy/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
manifestVersion: 1
id: pastefy
name: Pastefy
tagline: An easy paste for seamless sharing
category: developer
version: "6.7.5"
port: 9900
description: >-
Pastefy is a user-friendly online platform that allows you to quickly and securely store and share text, code, or other notes. Perfect for developers, creatives, or anyone who needs to exchange ideas in real time, Pastefy offers a simple way to save and share content without the hassle of sending files back and forth.


With just a click, you can paste your text or code and receive a link to easily share it. For added security, Pastefy also offers the option to create private pastes, giving you full control over who has access to your information.


Whether you're sharing code snippets with a colleague, keeping track of notes, or just quickly saving something for later, Pastefy makes sharing information faster, easier, and more secure.


⚠️ Unless you make your pastes public or keep the link, they will not be able to be accessed once the browser's local storage is cleared or a different browser is used.
developer: InteraApps
website: https://pastefy.app/
submitter: dennysubke
submission: https://github.com/getumbrel/umbrel-apps/pull/2159
repo: https://github.com/interaapps/pastefy
support: https://github.com/interaapps/pastefy/issues
gallery:

Check warning on line 25 in pastefy/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.
- 1.jpg
- 2.jpg
- 3.jpg
- 4.jpg
- 5.jpg
releaseNotes: ""
dependencies: []
path: ""
defaultUsername: ""
defaultPassword: ""