Skip to content
Merged
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
2 changes: 1 addition & 1 deletion pastefy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
restart: on-failure

app:
image: interaapps/pastefy:7.1.5@sha256:268f44e3676628a8629eceff773b3c284bcd59e4e9610127f1208513dd87e9d1
image: interaapps/pastefy:7.1.6@sha256:353ce246ccf24ab1dec42e3c387744b47925065c207699f0bf1ce8e560619ca9
user: "1000:1000"
environment:
HTTP_SERVER_CORS: "*"
Expand Down
4 changes: 2 additions & 2 deletions pastefy/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: pastefy
name: Pastefy
tagline: An easy paste for seamless sharing
category: developer
version: "7.1.5"
version: "7.1.6"
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.
Expand All @@ -29,7 +29,7 @@ gallery:
- 4.jpg
- 5.jpg
releaseNotes: >-
This release contains design improvements, added pagination as query param, and more.
This update contains bug fixes and performance improvements.


Full release notes can be found at https://github.com/interaapps/pastefy/releases
Expand Down