Commit Graph

1732 Commits

Author SHA1 Message Date
Kroese
ac9a15d4d8
Update readme.md 2023-03-26 20:28:00 +02:00
Kroese
45a9d397d9
Update readme.md 2023-03-26 20:27:31 +02:00
Kroese
0c13fc6ed1
Update readme.md 2023-03-26 20:26:37 +02:00
Kroese
3b4e2c85e6
Mount Synology images 2023-03-26 20:25:00 +02:00
Josh Kunz
1646c78944
Merge pull request #9 from joshkunz/renovate/docker-metadata-action-4.x
Update docker/metadata-action action to v4
2022-05-24 22:25:09 -07:00
Josh Kunz
d19b3116bf
Merge pull request #10 from joshkunz/renovate/docker-setup-buildx-action-2.x
Update docker/setup-buildx-action action to v2
2022-05-24 22:24:12 -07:00
Josh Kunz
4d3b468ecb
Merge pull request #7 from joshkunz/renovate/docker-build-push-action-3.x
Update docker/build-push-action action to v3
2022-05-24 22:23:01 -07:00
Renovate Bot
8e9966cdd7
Update docker/setup-buildx-action action to v2 2022-05-25 05:22:51 +00:00
Renovate Bot
962d255d7a
Update docker/metadata-action action to v4 2022-05-25 05:22:48 +00:00
Josh Kunz
281209775c
Merge pull request #8 from joshkunz/renovate/docker-login-action-2.x
Update docker/login-action action to v2
2022-05-24 22:22:38 -07:00
Renovate Bot
0127c0c883
Update docker/login-action action to v2 2022-05-16 03:16:17 +00:00
Renovate Bot
4901c8142d
Update docker/build-push-action action to v3 2022-05-16 03:16:15 +00:00
Josh Kunz
0c393a8a9e
Merge pull request #6 from joshkunz/renovate/actions-checkout-3.x
Update actions/checkout action to v3
2022-03-01 19:52:02 -08:00
Renovate Bot
070584d4cd
Update actions/checkout action to v3 2022-03-01 17:57:02 +00:00
Josh Kunz
136b587e86 Disable renovate dependency dashboard 2022-01-06 22:41:32 -08:00
Josh Kunz
e6d9ae2e29
Update status badge 2022-01-06 22:36:31 -08:00
Josh Kunz
62911b8ee9
Merge pull request #3 from joshkunz/renovate/configure
Configure Renovate
2022-01-06 22:34:38 -08:00
Josh Kunz
4290e2da90 Move rennovate config into .github 2022-01-06 22:31:25 -08:00
Renovate Bot
40f31b7c4f
Add renovate.json 2022-01-07 06:29:15 +00:00
Josh Kunz
d84ebd333b
Merge pull request #4 from joshkunz/add-github-build
Add GitHub Actions build
2022-01-06 22:29:01 -08:00
Josh Kunz
244328c32c Update debian version 2022-01-06 22:27:39 -08:00
Josh Kunz
0750a472bf Remove travis configuration 2022-01-06 22:22:55 -08:00
Josh Kunz
cc97e21cce Add github actions build 2022-01-06 22:20:44 -08:00
Josh Kunz
75f4f50673
Merge pull request #2 from vice/udhcpd.conf
udhcpd max leases configuration mispelled
2020-09-22 22:29:16 -07:00
Vicente Jimenez Aguilar
21ad3a14b3
udhcpd max leases configuration mispelled
see example file or https://udhcp.busybox.net/udhcpd.conf
2020-09-15 11:18:00 +02:00
Josh Kunz
9801e42033 Add Travis-CI swag 2019-03-17 14:44:21 -07:00
Josh Kunz
129d470925 Merge branch 'add-docs' 2019-03-13 22:46:40 -07:00
Josh Kunz
8a180cb783 Add README 2019-03-13 22:25:01 -07:00
Josh Kunz
b54671a9d5 Add travis build 2019-03-12 23:40:53 -07:00
Josh Kunz
a8e258e5e2 Use static IP address for dhcpd
For containers with user-defined bridge networks, Docker creates an
"embedded" DNS server, that listens on the loopback interface.
`generate-dhcpd-conf` was trying to pass this local DNS server to the VM,
causing it to fail all DNS queries.

This change makes `generate-dhcpd-conf` return static IP addresses, by
default `8.8.8.8`,`8.8.4.4`. This seems like a reasonable enough middle
ground between "no DNS" and trying to proxy VM DNS requests to the
embedded docker DNS server.

This has the unfortunate side-effect that the VM cannot resolve the
names of containers on the same user-defined network (though it can
still connect to them by IP). Hopefully I'll eventually get around to
fixing this.
2019-03-11 23:41:58 -07:00
Josh Kunz
e78aac3b9c Minor fixes + support hostname 2019-03-11 22:32:16 -07:00
Josh Kunz
b17ffa6d6f Fully working implementation 2019-03-11 00:35:19 -07:00