Commit Graph

163 Commits

Author SHA1 Message Date
EHerzog76
0ea0f3d586
Update readme.md 2024-12-09 12:51:12 +01:00
EHerzog76
82a285be09
Update readme.md 2024-12-09 12:47:58 +01:00
EHerzog76
73a220884c
Update readme.md 2024-12-09 12:40:14 +01:00
EHerzog76
5bd98d580a
Update service.yaml 2024-12-09 12:31:18 +01:00
EHerzog76
c9da43995b
Update deployment.yaml 2024-12-09 12:29:20 +01:00
EHerzog76
61cf35acea
Update deployment.yaml
Allow to bind to UDP 69 => NET_BIND_SERVICE
2024-12-08 16:52:28 +01:00
EHerzog76
bc6c952a72
Update pxe-bootserver-conf.yaml 2024-12-08 16:48:31 +01:00
EHerzog76
e1745356d3
Update supervisor.conf
Specify TFTP port-range and max. connections
2024-12-08 16:48:05 +01:00
EHerzog76
c002518ad9
Update service.yaml 2024-12-08 16:34:56 +01:00
EHerzog76
64b2beefaa
Update deployment.yaml 2024-12-06 17:08:38 +01:00
EHerzog76
9bfda038bd
Update readme.md 2024-12-06 16:53:10 +01:00
EHerzog76
28cffaed21
Update readme.md 2024-12-06 16:49:46 +01:00
EHerzog76
2d535ca282
Create pvc-config.yaml 2024-12-06 16:33:37 +01:00
EHerzog76
99133877f5
Create pvc.yaml 2024-12-06 16:32:58 +01:00
EHerzog76
eabe97ed70
Create pxe-bootserver-conf.yaml 2024-12-06 16:32:20 +01:00
EHerzog76
56646c53e3
Create route.yaml 2024-12-06 16:31:10 +01:00
EHerzog76
e0426f055d
Create service.yaml 2024-12-06 16:30:07 +01:00
EHerzog76
c9f90ec4de
Create serviceaccount.yaml 2024-12-06 16:29:31 +01:00
EHerzog76
f6525a89a5
Create deployment.yaml 2024-12-06 16:28:54 +01:00
EHerzog76
f6583a2d0b
Create readme.md 2024-12-06 16:25:23 +01:00
EHerzog76
cebcccfd35
Update nginx.conf
Changes for better compatibilty with Kubernetes and OKD/OpenShift
2024-12-06 16:22:39 +01:00
EHerzog76
a71cffc531
Update supervisor.conf
Changes for nginx and dnsmasq => all writeable files are now in locations, where they have read/write permissions.
2024-12-06 16:20:31 +01:00
EHerzog76
3a9f419fbe
Update init.sh
Changes for better compatibilty with Kubernetes and OKD/OpenShift
2024-12-06 16:16:51 +01:00
EHerzog76
a6b777c301
Update Dockerfile
Changes for better compatibilty with Kubernetes and OKD/OpenShift
2024-12-06 16:14:25 +01:00
Antony Messerli
9d31824572 Revert arm change due to potential QEMU issue
https://github.com/netbootxyz/docker-netbootxyz/issues/74
2024-10-24 09:24:07 -05:00
Antony Messerli
188ae4dab4
Merge pull request #75 from netbootxyz/test-arm7
Bump alpine version, test arm7
2024-10-23 18:11:09 -05:00
Antony Messerli
6e228de407
Bump alpine version, test arm7 2024-10-23 18:09:53 -05:00
Antony Messerli
040c56f51f
Merge pull request #55 from dezeroku/to-upstream
Replace in.tftp server with dnsmasq, to add support for single-port TFTP
2024-08-03 20:50:15 -05:00
Antony Messerli
6389ad5d01
Merge pull request #62 from netbootxyz/renovate/anothrnick-github-tag-action-1.x
Update anothrNick/github-tag-action action to v1.70.0
2024-08-03 20:46:14 -05:00
dezeroku
fe00be36f4
Replace in.tftp with dnsmasq, to add support for single-port TFTP 2024-07-13 00:20:28 +02:00
renovate[bot]
6f825dd6fd
Update anothrNick/github-tag-action action to v1.70.0 2024-07-08 16:19:46 +00:00
Antony Messerli
2696aa1024
Merge pull request #65 from netbootxyz/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6
2024-06-27 01:07:32 -05:00
Antony Messerli
ed311c1a4e
Merge pull request #66 from m-assaleh/master
Update docker-compose command to docker compose
2024-06-27 01:07:13 -05:00
Mohamed Assaleh
728b8e82f4
Update docker-compose command to docker compose 2024-06-17 17:08:21 +02:00
renovate[bot]
607b722ea2
Update docker/build-push-action action to v6 2024-06-17 13:03:54 +00:00
Antony Messerli
1762356ae8
Merge pull request #64 from netbootxyz/renovate/alpine-3.x
Update alpine Docker tag to v3.20
2024-05-30 19:05:09 -05:00
renovate[bot]
91195b0308
Update alpine Docker tag to v3.20 2024-05-22 19:55:29 +00:00
Antony Messerli
de524f8acc
Merge pull request #57 from CompPhy/master
Make web app port configurable.
2024-02-05 00:18:22 -06:00
Antony Messerli
8cb28abb2e
Merge pull request #56 from dezeroku/to-upstream-two
Separate init script from the start script
2024-02-04 12:05:52 -06:00
Antony Messerli
5444fefb7b Add EXPOSE for 80 and 69/udp
This should document the default ports that are opened
by the container for cases like QNAP devices that rely on
that to populate the default ports.

Closes: https://github.com/netbootxyz/netboot.xyz/issues/1409
2024-02-04 11:59:10 -06:00
Kelly Shutt
c4014a0a6e Make web app port configurable. 2024-02-02 08:10:30 -05:00
dezeroku
cdae9b6897
Separate init script from the start script 2024-01-31 02:15:07 +01:00
Antony Messerli
2a36c1a8e0 Bump menu version in readme, nginx port 2024-01-19 01:31:33 -06:00
Antony Messerli
9403f991e2
Merge pull request #54 from CompPhy/master
Make nginx port configurable through ENV variable.
2024-01-19 01:08:43 -06:00
Kelly Shutt
959f24bc59 Make nginx port configurable through ENV variable. 2024-01-11 20:38:42 -05:00
Antony Messerli
d09e8616ff
Remove armv7 2023-12-08 06:21:02 -06:00
Antony Messerli
56fcca6fd8
Remove armv6 build
As build is hanging, remove it.
2023-12-07 23:47:06 -06:00
Antony Messerli
ce93d0ab1f
Merge pull request #52 from netbootxyz/renovate/alpine-3.x
Update alpine Docker tag to v3.19
2023-12-07 22:03:38 -06:00
renovate[bot]
1e9a09d2bc
Update alpine Docker tag to v3.19 2023-12-08 03:59:53 +00:00
Antony Messerli
2739ca9277 Add description, cleanup, reducing size 2023-10-30 00:04:12 -05:00