Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from FroggyFlox/thedrjones_master_netboot_changes
Browse files Browse the repository at this point in the history
Harmonize overall JSON formatting and develop rock-on description
  • Loading branch information
thedrjones authored Dec 12, 2020
2 parents 787ca8e + 6b56f75 commit 1d7e232
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
54 changes: 27 additions & 27 deletions netbootxyz.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"netbootxyz": {
"Netbootxyz": {
"containers": {
"netbootxyz": {
"image": "linuxserver/netbootxyz",
Expand All @@ -12,37 +12,37 @@
"protocol": "tcp",
"ui": false
},
"69": {
"description": "TFTP server port. Suggested port: 69",
"host_default": 69,
"label": "TFTP server port",
"protocol": "udp",
"ui": false
},
"3000": {
"description": "Web application for customization. Suggested port: 3000",
"host_default": 3000,
"protocol": "tcp",
"label": "Web management port",
"ui": true
}
"69": {
"description": "TFTP server port. Suggested port: 69",
"host_default": 69,
"label": "TFTP server port",
"protocol": "udp",
"ui": false
},
"3000": {
"description": "Web application for customization. Suggested port: 3000",
"host_default": 3000,
"protocol": "tcp",
"label": "Web management port",
"ui": true
}
},
"volumes": {
"/config": {
"description": "Choose a Share for config storage. Eg: create a Share called netboot-config for this purpose alone.",
"label": "Config Storage"
"/config": {
"description": "Choose a Share for config storage. Eg: create a Share called netboot-config for this purpose alone.",
"label": "Config Storage"
},
"/assets": {
"description": "Choose a Share for asset storage. Eg: create a Share called netboot-assets for this purpose alone",
"label": "Asset Storage"
}
"/assets": {
"description": "Choose a Share for asset storage. Eg: create a Share called netboot-assets for this purpose alone",
"label": "Asset Storage"
}
},
"environment": {
"PUID": {
"description": "Enter a valid UID to run container as. It must have full permissions to all Shares mapped in the previous step.",
"description": "Enter a valid UID to run container as. It must have full permissions to all Shares mapped in the previous step.",
"label": "UID to run as",
"index": 1
},
},
"PGID": {
"description": "Enter a valid GID to use along with the above UID. It (or the above UID) must have full permissions to all Shares mapped in the previous step.",
"label": "GID to run as",
Expand All @@ -51,12 +51,12 @@
}
}
},
"description": "LinuxServer.io netbootxyz image for creating a iPXE boot server",
"description": "LinuxServer.io netbootxyz image for creating a iPXE boot server. <p>Uses custom docker image by <a href='https://www.linuxserver.io/' target='_blank'>Linuxserver.io</a>: <a href='https://hub.docker.com/r/linuxserver/netbootxyz/' target='_blank'>https://hub.docker.com/r/linuxserver/netbootxyz/</a>, available for amd64, arm32v7 and arm64v8.</p>",
"ui": {
"slug": ""
},
"volume_add_support": false,
"website": "https://hub.docker.com/r/linuxserver/netbootxyz",
"version": "1.0"
"website": "https://netboot.xyz/",
"version": "1.0"
}
}
2 changes: 1 addition & 1 deletion root.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"Minecraft": "minecraft.json",
"Muximux": "Muximux.json",
"Mylar": "mylar.json",
"netbootxyz": "netbootxyz.json",
"Netbootxyz": "netbootxyz.json",
"Netdata": "netdata.json",
"Nextcloud-Official": "nextcloud-official.json",
"Nginx Proxy Manager": "NginxProxyManager.json",
Expand Down

0 comments on commit 1d7e232

Please sign in to comment.