Skip to content

Commit 31902f7

Browse files
committed
renovate for usage with trixie / tsconfig
1 parent 92aec6d commit 31902f7

2,170 files changed

Lines changed: 27 additions & 359583 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

etc/caddy/Caddyfile

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
:80 {
22
encode gzip
3-
4-
root * /home/pi/html
5-
file_server
6-
7-
handle_path /sysdweb/* {
8-
reverse_proxy http://localhost:10080
9-
}
3+
reverse_proxy http://localhost:8000
104

115
handle_path /data/* {
126
reverse_proxy http://localhost:8080
137
}
14-
8+
159
route /radiotracking/* {
1610
reverse_proxy http://localhost:8050
1711
}
18-
19-
route /radiotracking-config/* {
20-
reverse_proxy http://localhost:8051
21-
}
2212
}

etc/systemd/system/radiotracking-config.service

Lines changed: 0 additions & 15 deletions
This file was deleted.

etc/systemd/system/radiotracking.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[Unit]
22
Description=RadioTracking
33
After=network.target mosquitto.service time-sync.target hostname-config.service
4+
Requires=time-sync.target
45

56
# Reboot after more than 10 restarts in 15 minutes happened.
67
# This will happen after 10 minutes at the earliest, according to service configuration.

0 commit comments

Comments
 (0)