diff --git a/apps/nextgba/config.json b/apps/nextgba/config.json index bf824a80..87b0273f 100644 --- a/apps/nextgba/config.json +++ b/apps/nextgba/config.json @@ -1,17 +1,16 @@ { - "name": "NextGBA", - "available": true, - "port": 8435, - "exposable": true, - "id": "nextgba", - "description": "All of your favorite gameboy games in your browser", - "tipi_version": 1, - "version": "v0.0.3", - "categories": ["gaming"], - "short_desc": "Gameboy in your browser", - "author": "meienberger", - "source": "https://github.com/meienberger/nextgba", - "form_fields": [], - "supported_architectures": ["arm64", "amd64"] - } - \ No newline at end of file + "name": "NextGBA", + "available": true, + "port": 8435, + "exposable": true, + "id": "nextgba", + "description": "All of your favorite gameboy games in your browser", + "tipi_version": 2, + "version": "v0.0.4", + "categories": ["gaming"], + "short_desc": "Gameboy in your browser", + "author": "meienberger", + "source": "https://github.com/meienberger/nextgba", + "form_fields": [], + "supported_architectures": ["arm64", "amd64"] +} diff --git a/apps/nextgba/docker-compose.yml b/apps/nextgba/docker-compose.yml index 16c9b83e..f0e936f2 100644 --- a/apps/nextgba/docker-compose.yml +++ b/apps/nextgba/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.9" services: nextgba: container_name: nextgba - image: ghcr.io/meienberger/nextgba:v0.0.3 + image: ghcr.io/meienberger/nextgba:v0.0.4 restart: unless-stopped ports: - ${APP_PORT}:3000 @@ -37,4 +37,4 @@ services: traefik.http.routers.nextgba-local.rule: Host(`nextgba.${LOCAL_DOMAIN}`) traefik.http.routers.nextgba-local.entrypoints: websecure traefik.http.routers.nextgba-local.service: nextgba - traefik.http.routers.nextgba-local.tls: true \ No newline at end of file + traefik.http.routers.nextgba-local.tls: true