Merge branch 'master' into master
This commit is contained in:
		
						commit
						af8379f2b9
					
				|  | @ -1,17 +1,16 @@ | ||||||
| { | { | ||||||
|     "name": "NextGBA", |   "name": "NextGBA", | ||||||
|     "available": true, |   "available": true, | ||||||
|     "port": 8435, |   "port": 8435, | ||||||
|     "exposable": true, |   "exposable": true, | ||||||
|     "id": "nextgba", |   "id": "nextgba", | ||||||
|     "description": "All of your favorite gameboy games in your browser", |   "description": "All of your favorite gameboy games in your browser", | ||||||
|     "tipi_version": 1, |   "tipi_version": 2, | ||||||
|     "version": "v0.0.3", |   "version": "v0.0.4", | ||||||
|     "categories": ["gaming"], |   "categories": ["gaming"], | ||||||
|     "short_desc": "Gameboy in your browser", |   "short_desc": "Gameboy in your browser", | ||||||
|     "author": "meienberger", |   "author": "meienberger", | ||||||
|     "source": "https://github.com/meienberger/nextgba", |   "source": "https://github.com/meienberger/nextgba", | ||||||
|     "form_fields": [], |   "form_fields": [], | ||||||
|     "supported_architectures": ["arm64", "amd64"] |   "supported_architectures": ["arm64", "amd64"] | ||||||
|   } | } | ||||||
|    |  | ||||||
|  |  | ||||||
|  | @ -3,7 +3,7 @@ version: "3.9" | ||||||
| services: | services: | ||||||
|   nextgba: |   nextgba: | ||||||
|     container_name: nextgba |     container_name: nextgba | ||||||
|     image: ghcr.io/meienberger/nextgba:v0.0.3 |     image: ghcr.io/meienberger/nextgba:v0.0.4 | ||||||
|     restart: unless-stopped |     restart: unless-stopped | ||||||
|     ports: |     ports: | ||||||
|       - ${APP_PORT}:3000 |       - ${APP_PORT}:3000 | ||||||
|  | @ -37,4 +37,4 @@ services: | ||||||
|       traefik.http.routers.nextgba-local.rule: Host(`nextgba.${LOCAL_DOMAIN}`) |       traefik.http.routers.nextgba-local.rule: Host(`nextgba.${LOCAL_DOMAIN}`) | ||||||
|       traefik.http.routers.nextgba-local.entrypoints: websecure |       traefik.http.routers.nextgba-local.entrypoints: websecure | ||||||
|       traefik.http.routers.nextgba-local.service: nextgba |       traefik.http.routers.nextgba-local.service: nextgba | ||||||
|       traefik.http.routers.nextgba-local.tls: true |       traefik.http.routers.nextgba-local.tls: true | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Tommy Hartmann
						Tommy Hartmann