Commit Graph

6 Commits

Author SHA1 Message Date
Marius Scurtescu
a0659fec83
add -node-info command (#141)
* add version label and trim repo url

* add README for protobufs

* add version to NodeInfoResponse

* add docker login task

* remove version from docker compose file

* return version with GetNodeInfo response

* add basic -node-info flag

* print max frame as well with -node-info

* expand protobuf README

* update node command examples to use node binary and make log commands follow

* return all of NodeInfo

* extract FormatVersion

* print version of running process
2024-03-24 03:11:58 -05:00
Marius Scurtescu
dc065cc682
multi stage Dockerfile and Taskfile (#102)
* multi-stage Dockerfile

* add build arguments for git

* add taskfile

* switch back to copying source into build stage and clean up labels

* get image name from .env

* remove top level ARGs

* update DOCKER-README with Taskfile details

* mention light and safe image

* add a backup task

* add healthcheck

* add logs-folder task

* add warnings to backup task

* allow port overriding in docker compose
2024-03-07 23:05:23 -06:00
Marius Scurtescu
ae7c14fc2a
better buffer instructions and other minor changes (#75)
* add git commit to Dockerfile label

* add deploy resource requirements

* add default stats collection

* fix file permissions

* relax buffer warning

* fix typos

* add various deploy instructions
2024-02-29 00:02:49 -06:00
Sercan Tekin
012156e072
Print unconfirmed amount as well with balance flag (#62) 2024-02-22 00:08:09 -06:00
Marius Scurtescu
61b39a12eb
add sysctl related warning (#63) 2024-02-22 00:07:34 -06:00
Marius Scurtescu
27aa02383c
add .dockerignore and docker instructions (#56)
* add .dockerignore

* add docker specific readme

* update restart policy to unless-stopped
2024-02-20 17:13:43 -06:00