summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Collapse)Author
2023-03-24Minor tweak to Synology Docker image script (#1936)Joseph Henry
2023-01-20exclude static route with via ip in route helper (#1791)zwf
When adding Routes to zerotier's Managed Routes, the helper will add a route rule to the device that does not have a via ip, so that the address of the Destination segment cannot be routed correctly within the container. Here, based on the contents of the routes key in `zerotier-cli -j listnetworks`, by determining whether the via key has an ip address, if it is not null, helper will no longer add route rules.
2022-11-14Minor adjustment to packaging READMEJoseph Henry
2022-07-15Synology Docker: update entrypoint.sh (#1704)DQ
* update entrypoint.sh - propagate TERM/QUIT/INT signals - add some basic logging - check for unbound variables - update "route helper" - run as subshell, exit if zerotier-one is unavailable so pod can be restarted - only call `zerotier-cli` once, avoids race conditions - only add default routes if allowDefault is enabled for that network - add some more error handling - sleep after all networks are processed * switch to polling ZT service at startup Co-authored-by: Daniel Quinlan <[email protected]>
2022-06-14Update snapcraftJoseph Henry
2022-05-31Tweak DSM7 docker build targetJoseph Henry
2022-04-26Add QNAP build scriptsJoseph Henry
2022-04-26Add Asustor build scriptsJoseph Henry
2022-04-25Add Western Digital apkg build scriptsJoseph Henry
2022-04-25Move Snap and Synology packaging to new pkg dirJoseph Henry