Commit Graph

8 Commits (e1aded93e84141df5f6181ac4b24e6ab945fe1b2)

Author SHA1 Message Date
Simon Roberts e1aded93e8
More minor cleanups (no functional change) (#198)
* Redundant type conversions

* Remove redudant type declarations. Inline one-line constructors. Remove unnecessary brackets.

* Simplify name - it's used via package name anyway

* Simplify variable initializations

* Change `var x uint = Y` to `x := uint(Y)`

* More shorthand initialization
3 years ago
Miguel Mota f375eec1eb
Rename org miguelmota → cointop-sh 3 years ago
Miguel Mota 5f76e89a0b
Optimize Dockerfile #127 3 years ago
Miguel Mota 65626536e3
Add SSH server user config type flag 3 years ago
Miguel Mota 2b6b7b629b Add max sessions option to SSH server 3 years ago
Maxime Joubert af8dc71056
Fix typo 3 years ago
Miguel Mota e0eaf60329 Add max timeout to SSH server 3 years ago
Miguel Mota 394d35473d Consolidate UI packages 4 years ago