Jonathan Zernik
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
2 deletions
-
squeakroad/docker-compose.yml
-
squeakroad/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_ADD: "false" |
|
|
|
|
|
|
|
web: |
|
|
|
image: ghcr.io/yzernik/squeakroad:v0.1.9@sha256:769071019e63015c785a220c52eeb78e590a68fe747d3b902244f41776383aae |
|
|
|
image: ghcr.io/yzernik/squeakroad:v0.1.14@sha256:8530514170ce43f85020f10cf2143d49d24b0c57ecc137b879118a03789fde61 |
|
|
|
user: "1000:1000" |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: squeakroad |
|
|
|
category: Finance |
|
|
|
name: Squeak Road |
|
|
|
version: "0.1.9" |
|
|
|
version: "0.1.14" |
|
|
|
tagline: Run your own anonymous market |
|
|
|
description: >- |
|
|
|
Squeak Road lets you run an anonymous market where anyone can buy or sell anything. |
|
|
@ -28,3 +28,6 @@ gallery: |
|
|
|
path: "" |
|
|
|
defaultUsername: "umbrel" |
|
|
|
deterministicPassword: true |
|
|
|
releaseNotes: >- |
|
|
|
- Show better error message on failed user signup validation. |
|
|
|
- Don't fetch font assets from remote CDN. |
|
|
|