tidyup
This commit is contained in:
parent
24109aa8d8
commit
908b084a94
1 changed files with 1 additions and 15 deletions
16
readme.md
16
readme.md
|
@ -5,18 +5,4 @@ go build && ./dofdev
|
||||||
#deploy
|
#deploy
|
||||||
rsync -avz --progress ~/go/src/dofdev/ root@dofdev:/root/dofdev/
|
rsync -avz --progress ~/go/src/dofdev/ root@dofdev:/root/dofdev/
|
||||||
```
|
```
|
||||||
server starting at: http://localhost:3000
|
server starting at: http://localhost:3210
|
||||||
|
|
||||||
|
|
||||||
i actually want to do this in a different way
|
|
||||||
|
|
||||||
instead of a server that can be attacked
|
|
||||||
or taken down/compromised by me
|
|
||||||
|
|
||||||
we instead have a distributed application that receives updates
|
|
||||||
|
|
||||||
that way he has his copy and i have mine
|
|
||||||
|
|
||||||
and they are on local secure devices
|
|
||||||
|
|
||||||
it can just be console application for now
|
|
Loading…
Add table
Reference in a new issue