65 Commits (45b25c63d425ce100a1ee2b78f86a9de4b83f8e8)
 

Author SHA1 Message Date
Alejandro Mery 45b25c63d4 jpictl: refactor `dump` to support TOML, JSON and YAML 10 months ago
Alejandro Mery c0e2ae9bf1 zones: annotate Machine for JSON encoding 10 months ago
Alejandro Mery 080021b427 zones: annotate Machine for YAML encoding 10 months ago
Alejandro Mery 4514b44211 wireguard: implement MarshalYAML for PrivateKey and PublicKey 10 months ago
Alejandro Mery 49b82ace71 wireguard: implement MarshalJSON for PrivateKey and PublicKey 10 months ago
Alejandro Mery 2207e4a4a4 zones: fix New() to handle relative paths on hackpadfs 10 months ago
Alejandro Mery 7ca01aa1e4 zones: Machine.RemoveWireguardConfig() 10 months ago
Alejandro Mery 8b72667f4d zones: Machine.RemoveWireguardKeys() 10 months ago
Alejandro Mery 49694eb7cb zones: Machine.WriteWireguardKeys() 10 months ago
Alejandro Mery 15a98c05ec zones: Machine.WriteStringFile() 10 months ago
Alejandro Mery a005823d44 zones: Machine.CreateFile() and Machine.CreateTruncFile() 10 months ago
Alejandro Mery 7af8484acc zones: introduce Machine.OpenFile() 10 months ago
Alejandro Mery 0f1f1ce968 zones: introduce Machine.RemoveFile() 10 months ago
Alejandro Mery 5058f286c6 zones: switch to using hackpadfs/os.FS as the standard os.FS is incomplete 10 months ago
Alejandro Mery 86075eb47f zones: move Machine.ReadFile to a dedicated machine_file.go 10 months ago
Alejandro Mery c81b782b26 zones: Machine.IsGateway() 10 months ago
Alejandro Mery 0f62ee2e53 zones: rename Machine.RingAddresses to Machine.Rings 10 months ago
Alejandro Mery 30a7bceda3 wireguard: make KeyPairs solid 10 months ago
Alejandro Mery 60e2687d04 wireguard: make keys arrays instead of slices 10 months ago
Alejandro Mery 1419e55d5b zones: remove useless RingInfo.Address 10 months ago
Alejandro Mery ffdacb833b zones: add Port information to RingAddressEncoder 10 months ago
Alejandro Mery aca0a5e834 zones: calculate Machine.ID on init 10 months ago
Alejandro Mery 61374d4cc5 zones: load wireguard key pairs on Machine.init() 10 months ago
Alejandro Mery 975e166da7 zones: allow RingInfo.Merge() to enable, but not disable 10 months ago
Alejandro Mery b16c648f2c zones: introduce Machine.GetWireguardKeys() 10 months ago
Alejandro Mery 47d79f7576 wireguard: introduce KeyPair.Validate() 10 months ago
Alejandro Mery e2f831fd6a wireguard: introduce NewKeyPair, NewPrivateKey, and PrivateKey.Public() 10 months ago
Alejandro Mery 1d8c818ec4 wireguard: make PrivateKey and PublicKey two distinct types 10 months ago
Alejandro Mery 2f51a463b2 zones: reduce writeEnvZone() complexity 10 months ago
Alejandro Mery 0c0cba6fb5 jpictl: introduce `env` command 10 months ago
Alejandro Mery 75206e4fa5 zones: Zones.WriteEnv() writing env variables describing the cluster 10 months ago
Alejandro Mery b084e103b9 zones: introduce Machine.getRingInfo() 10 months ago
Alejandro Mery 223edf846b zones: introduce Zone.ForEachMachine() 10 months ago
Alejandro Mery fdb0f0324f zones: finish scan sorting the content 10 months ago
Alejandro Mery 9aef92f32d zones: assign zoneID to zones inferable ID 10 months ago
Alejandro Mery e5baf53758 zones: import wireguard keys from wgN.conf files 10 months ago
Alejandro Mery 0fe451eed0 zones: introduce RingInfo.Merge() 10 months ago
Alejandro Mery cb5ea80e66 zones: introduce Zones.GetMachineByName() 10 months ago
Alejandro Mery f7da9519fa zones: allow iterators to terminate 10 months ago
Alejandro Mery 589fb2f0e1 zones: set zoneID based on wireguard config files 10 months ago
Alejandro Mery f5ee63e5aa wireguard: cleanup Config parser using BinaryKey 10 months ago
Alejandro Mery 0de2e3f4d9 wireguard: introduce BinaryKey.Equal() 10 months ago
Alejandro Mery c92873f07d zones: introduce RingInfo and Machine.Rings 11 months ago
Alejandro Mery 4d25ea1d16 wireguard: introduce initial BinaryKey and KeyPair structs 11 months ago
Alejandro Mery 0d14510958 zones: introduce RingAddressEncoder and RingZero/RingOne implementations 11 months ago
Alejandro Mery c3b47ba812 zones: introduce ValidZoneID() and ValidNodeID() 11 months ago
Alejandro Mery 15f5aab449 zones: rename address.go to rings.go 11 months ago
Alejandro Mery 7cf3ee04f5 zones: use cloudflare's resolver 11 months ago
Alejandro Mery a3e3cde4c4 zones: fix scanMachines to run after all zones have been read 11 months ago
Alejandro Mery a4a10d0226 zones: add helpers to compose and parse wg0/wg1 addresses 11 months ago