diff --git a/apps/netbootxyz/config.json b/apps/netbootxyz/config.json index 683e73a8..64e6df75 100644 --- a/apps/netbootxyz/config.json +++ b/apps/netbootxyz/config.json @@ -1,20 +1,22 @@ { - "name": "Netboot.xyz", - "available": true, - "port": 8675, - "exposable": true, - "id": "netbootxyz", - "description": "Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE.", - "tipi_version": 1, - "version": "0.6.9", - "categories": [ - "utilities" - ], - "short_desc": "Your favorite operating systems in one place.", - "author": "netboot.xyz", - "source": "https://github.com/netbootxyz/netboot.xyz", - "website": "https://netboot.xyz/", - "form_fields": [], - "supported_architectures": ["arm64", "amd64"] - } - + "name": "Netboot.xyz", + "available": true, + "port": 8675, + "exposable": true, + "id": "netbootxyz", + "description": "Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE.", + "tipi_version": 2, + "version": "0.7.0", + "categories": [ + "utilities" + ], + "short_desc": "Your favorite operating systems in one place.", + "author": "netboot.xyz", + "source": "https://github.com/netbootxyz/netboot.xyz", + "website": "https://netboot.xyz/", + "form_fields": [], + "supported_architectures": [ + "arm64", + "amd64" + ] +} diff --git a/apps/netbootxyz/docker-compose.yml b/apps/netbootxyz/docker-compose.yml index b2209c80..69e155ec 100644 --- a/apps/netbootxyz/docker-compose.yml +++ b/apps/netbootxyz/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: netbootxyz: - image: lscr.io/linuxserver/netbootxyz:0.6.9 + image: lscr.io/linuxserver/netbootxyz:0.7.0 container_name: netbootxyz volumes: - ${APP_DATA_DIR}/data/config:/config