mirror of
https://github.com/Drop-OSS/drop-wiki.git
synced 2026-06-22 04:11:38 +10:00
chore: Update version
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user