Drew Short
17644a44bf
Moved args into a separate module
6 years ago
Drew Short
a6185c5d18
Resolved compilation and borrowing errors
6 years ago
Drew Short
f95872126d
Moved argument parsing into module
* Port was redefined as i16 as that is the valid range for ports
* argument parsing is cleaned up and moved into args module
* correctly prefer arguments over config if present
6 years ago
Drew Short
31cc0eb64e
Missing assignment
6 years ago
Drew Short
69ca0b14dc
Added some startup safety by not unwrapping actix_server directly
6 years ago
Drew Short
9cad1dfc91
Ran code formatting and cleaned imports.
6 years ago
Drew Short
97e273cb72
Moved config into a module
6 years ago
Drew Short
2acf50a700
Added user info to configuration file
6 years ago
Drew Short
e3c106e438
Removed needless error passing from missing file error
6 years ago
Drew Short
a9c0050ce6
Added address endpoint to print requester address
6 years ago
Drew Short
822311397d
Additional logging for ConfigError
6 years ago
Drew Short
e4f1c09ada
Additional logging by default
* made the rsddns namespace log at info by default
* Added messages to the configuration errors
* made configuration error cause logging
6 years ago
Drew Short
99af21f322
Changed the updated cloudflare API to an open endpoint
6 years ago
Drew Short
85bd3b539b
Dynamic defaults for workers and config setup from file or commandline
6 years ago
Drew Short
8b371675a5
Moved to serde_yaml for loading the config file
6 years ago
Drew Short
9dc05c9561
No reason to list patch numbers
6 years ago
Drew Short
739a28358b
Updated dependencies
6 years ago
Drew Short
667e713a18
Working on loading from config file
6 years ago
Drew Short
6f49da35d6
Added the paths to the wrong build
6 years ago
Drew Short
5e07839454
Added the hash sums to the artifacts
6 years ago
Drew Short
3423df0c44
Adding md5 and sha1 hashes to the upload
6 years ago
Drew Short
54ae8e7e4f
Bumping to latest rust version
6 years ago
Drew Short
cf605b4641
Code cleanup
* Moved router into the server module
* Added host and worker configuration arguments
6 years ago
Drew Short
a7f3901656
Stabalizing api code
* Added logging
* Moved api routing into the api module
* Added method stubs for getting address, updating address, and updating address manually.
6 years ago
Drew Short
5c04a3c5b3
Only make release builds for master
* Upload those release builds to nexus
6 years ago
Drew Short
21c7b74ce2
Adding health encdpoint
* Reorgnaized to use router for the actix_web::App factory
*Inlined the version from the cargo metadata
* Changed the project name to rsddns
* Added a healthcheck function
* Added dependencies serde and serde_derive
* Added build configuration to the release profile to shrink binary
6 years ago
Drew Short
ceab25642d
adding gitlab ci configuration
6 years ago
Drew Short
49d51cd7f8
Add README.md
6 years ago
Drew Short
c1346e0720
Initial actix-web demoing
6 years ago