chore: Update version

This commit is contained in:
quexeky
2025-01-25 17:34:30 +11:00
parent 293e22261d
commit f889f51b60
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ as the connection URL when setting up your Drop client.
## Reverse Proxy ## Reverse Proxy
If you are unsure how to set up a reverse proxy, or even what one is, this guide isn't for you. There are far better guides out there, so follow them to set up your reverse proxy. If you are unsure how to set up a reverse proxy, or even what one is, this guide isn't for you. There are far better guides out there, so follow them to set up your reverse proxy.
As of `v0.1.0-beta` there is no special configuration required to run Drop behind a reverse proxy. As of `v0.2.0-beta` there is no special configuration required to run Drop behind a reverse proxy.
## VPN ## VPN
If you are unsure how to setup a VPN for remote access, please find and follow a far better guide than this one. If you are unsure how to setup a VPN for remote access, please find and follow a far better guide than this one.
+2 -2
View File
@@ -25,7 +25,7 @@ services:
- POSTGRES_USER=drop - POSTGRES_USER=drop
- POSTGRES_DB=drop - POSTGRES_DB=drop
drop: drop:
image: registry.deepcore.dev/drop-oss/drop/main:latest image: decduck/drop-oss:v0.2.0-beta
depends_on: depends_on:
postgres: postgres:
condition: service_healthy condition: service_healthy
@@ -51,7 +51,7 @@ services:
**In addition, configure your chosen metadata provider:** **In addition, configure your chosen metadata provider:**
- [GiantBomb](/metadata/giantbomb.md) (only one supported as of v0.1.0-beta) - [GiantBomb](/metadata/giantbomb.md) (only one supported as of v0.2.0-beta)
::: tip ::: tip
If you want to, you can generate a more secure PostgreSQL username & password. If you want to, you can generate a more secure PostgreSQL username & password.