mirror of
https://github.com/mitchell/selfpass.git
synced 2025-12-13 21:07:22 +00:00
Add base64 validation on CredentialInputs; refactor machine-[get&put]-data commands
This commit is contained in:
parent
33987c940c
commit
cf90993d4e
2 changed files with 19 additions and 2 deletions
|
|
@ -46,10 +46,10 @@ machine-put-redis.conf:
|
|||
docker-machine scp ./redis.conf selfpass01:redis.conf
|
||||
|
||||
machine-put-data:
|
||||
docker-machine scp -r ./data selfpass01:
|
||||
docker-machine scp ./data/appendonly.aof selfpass01:data/
|
||||
|
||||
machine-get-data:
|
||||
docker-machine scp -r selfpass01:data ./
|
||||
docker-machine scp selfpass01:data/appendonly.aof ./data/
|
||||
|
||||
machine-add-grpc-server-tag:
|
||||
gcloud compute instances add-tags selfpass01 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue