Commit Graph

73 Commits

Author SHA1 Message Date
dependabot[bot]
7aa14c8737 chore(deps): bump github.com/breml/rootcerts from 0.2.14 to 0.2.15 (#612) 2024-02-04 14:00:46 +01:00
dependabot[bot]
8f709d7c90 chore(deps): bump github.com/miekg/dns from 1.1.57 to 1.1.58 (#600) 2024-02-04 14:00:28 +01:00
Quentin McGaw
12c46e7635 hotfix(settings): allow /proc/sys/net/ipv4/ip_unprivileged_port_start to be absent
- Assume default unprivileged start port is 1024
2024-01-19 17:01:14 +00:00
Quentin McGaw
c51a41e1a4 fix(settings): web ui listening port validation
- Check start of unprivileged ports on Linux
- Check if running program has bind capability on Linux
- Fixes #335
2024-01-19 14:17:30 +00:00
Quentin McGaw
706dcc7ba2 feat(shoutrrr): bump from v0.7.0 to v0.8.0 2024-01-18 11:21:32 +00:00
Quentin McGaw
ab6908b8cc chore(config): upgrade to qdm12/gosettings v0.4.0-rc6 2024-01-16 10:13:28 +00:00
Quentin McGaw
e100656d6f chore(deps): remove dependency on golang.org/x/net 2024-01-15 14:40:21 +00:00
Quentin McGaw
d36384744b chore(deps): bump golang.org/x/mod from v0.12.0 to v0.14.0 2024-01-15 14:39:12 +00:00
Quentin McGaw
1eaa51d871 chore(deps): bump github.com/miekg/dns from v1.1.54 to v1.1.57 2024-01-15 14:38:35 +00:00
Quentin McGaw
bb807330bb chore(deps): bump breml/rootcerts from v0.2.11 to v0.2.14 2024-01-15 14:38:22 +00:00
Quentin McGaw
f132a82c0a chore(deps): upgrade chi from v4 to v5.0.11 2024-01-15 14:35:58 +00:00
Quentin McGaw
f16945e128 chore(build): bump Go from 1.20 to 1.21 2024-01-15 14:25:19 +00:00
dependabot[bot]
ba2e77798a chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 (#552) 2023-11-17 15:05:19 +01:00
dependabot[bot]
e7558b7e2b chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 (#540) 2023-11-17 14:52:56 +01:00
dependabot[bot]
a20cc6e1c2 chore(deps): bump google.golang.org/grpc from 1.50.1 to 1.53.0 (#500) 2023-08-04 16:27:44 +02:00
Quentin McGaw
320d91d8e3 change(publicip/dns): use DNS over TLS only
- Fix critical issue #492
- Remove `google` dns provider since it does not support DNS over TLS
2023-06-17 13:57:41 +00:00
nils måsén
828373da7f docs(readme): pin shoutrrr link to go.mod shoutrrr version (#491) 2023-06-17 10:37:24 +02:00
Quentin McGaw
31374c3634 chore(deps): run go mod tidy 2023-06-14 07:01:55 +00:00
Quentin McGaw
a9cb4ec63b feat(settings): log out tree of settings 2023-06-12 12:22:05 +00:00
Quentin McGaw
4b51c8b35b chore(config): rework entire global settings reading
- Use qdm12/gosettings
- No functional changes (at least intended)
- Remove qdm12/golibs dependency

chore(params): remove dependency on golibs
2023-06-12 06:17:24 +00:00
Quentin McGaw
62808c6d1c chore(deps): run go mod tidy 2023-06-08 12:32:56 +00:00
Quentin McGaw
97ca03544a chore(deps): bump github.com/stretchr/testify from v1.8.1 to v1.8.4 2023-06-07 09:19:49 +00:00
Quentin McGaw
8631b4e8d5 chore(deps): bump github.com/miekg/dns from v1.1.42 to v1.1.54 2023-06-07 09:19:10 +00:00
Quentin McGaw
a6e5053800 chore(deps): bump chi from v1.5.4 to v4.1.2 2023-06-07 09:18:40 +00:00
Quentin McGaw
5f107ffc2c chore(deps): bump golang.org/x/net from v0.1.0 to v0.10.0 2023-06-07 09:18:02 +00:00
Quentin McGaw
5fff4f4a56 chore(deps): bump containrrr/shoutrrr to v0.7.0 2023-06-07 07:45:53 +00:00
Quentin McGaw
41d848f9a7 chore(deps): bump breml/rootcerts to v0.2.11 2023-06-07 07:43:40 +00:00
Quentin McGaw
522cc7c9c6 chore(aliyun): remove Alibaba SDK dependency (#253)
- Remove `region` parameter
- Support AAAA records
- Files split around
2023-04-17 04:26:09 -07:00
Quentin McGaw
18751973c1 chore(build): bump Go from 1.19 to 1.20 2023-04-13 09:44:46 +00:00
Quentin McGaw
2165b69137 chore(log): use github.com/qdm12/log 2022-12-07 10:10:18 +00:00
orbatschow
7c815924ff feat(provider): add support for GCP (#337)
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
2022-09-17 13:51:25 -07:00
Quentin McGaw
5674102019 chore(build): bump Go from 1.18 to 1.19 2022-08-28 22:20:28 +00:00
Quentin McGaw
41a64bbd55 chore(build): bump Go from 1.17 to 1.18 2022-08-28 22:20:04 +00:00
Quentin McGaw
7382c5bb92 deps(rootcerts): upgrade to v0.2.0 2021-11-21 12:36:31 +00:00
王文慧
7acc9b931a Feat: support Aliyun (#252)
Co-authored-by: Jack Wang <jack.wang@hp.com>

Fixes #234 and #198 
Closes #209
2021-10-14 07:02:08 -07:00
Quentin McGaw (desktop)
9e73f99ee1 Maint: upgrade qdm12/goshutdown to v0.3.0 2021-09-27 13:43:27 +00:00
Quentin McGaw (desktop)
904c59d6ac Maint: upgrade Go to 1.17 2021-09-11 20:36:46 +00:00
Quentin McGaw (desktop)
00a1d25847 Feat: upgrade shoutrrr library 2021-09-11 20:34:37 +00:00
Quentin McGaw (desktop)
335c82b4be Maint: upgrade qdm12/golibs
- Fix logging settings inheritance
- Fix debug logging for HTTP client
2021-08-25 00:24:57 +00:00
Quentin McGaw (desktop)
8f8d187a32 Maint: upgrade qdm12/golibs
- Wrap errors in config package with environment variable name
- Update logger calls to use a single string
2021-08-10 19:34:47 +00:00
Quentin McGaw (desktop)
e608a016db Hotfix: use breml/rootcerts for TLS certs 2021-08-10 12:24:29 +00:00
Quentin McGaw (desktop)
050b34a9bd Maint: use qdm12/gosplash 2021-08-10 11:44:52 +00:00
Quentin McGaw (desktop)
4133dbfdc7 Feat: Support Shoutrrr addresses 2021-06-29 20:05:06 +00:00
Quentin McGaw (desktop)
c4f50992c2 Maint: use qdm12/goshutdown 2021-06-29 19:15:55 +00:00
Quentin McGaw (desktop)
276c1c02fd Maintenance: remove github.com/ovh/go-ovh dependency 2021-06-07 16:41:07 +00:00
Quentin McGaw
803232e670 Maintenance: upgrade all Go dependencies 2021-05-19 00:41:41 +00:00
Quentin McGaw
864a696680 Maintenance: upgrade golibs 2021-04-17 01:20:42 +00:00
Quentin McGaw
0a89666d1d Feature: public IP package to work over HTTPs and DNS (#158) 2021-03-21 17:59:17 -04:00
Quentin McGaw
8adc0556ba Maintenance: upgrade to Go 1.15 2021-03-02 02:27:30 +00:00
Quentin McGaw
a10fb64ffd Maintenance: golibs logger update (#170) 2021-03-01 20:51:22 -05:00