Giter Club home page Giter Club logo

Comments (4)

christopherreay avatar christopherreay commented on August 24, 2024
root@kitabu-dayzee-1:~/context/kitabu/kitabu-chain# git diff HEAD~1
diff --git a/.gitignore b/.gitignore
index b263945..83f3010 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,6 @@ openethereum/.env
 openethereum/key
 openethereum/data
 openethereum/password
-devops/caddy
\ No newline at end of file
+devops/caddy
+devops/Caddyfile
+ethstats-client/.env
diff --git a/devops/Caddyfile b/devops/Caddyfile.copyAndEdit
similarity index 80%
rename from devops/Caddyfile
rename to devops/Caddyfile.copyAndEdit
index 385236d..75bfbbb 100644
--- a/devops/Caddyfile
+++ b/devops/Caddyfile.copyAndEdit
@@ -1,8 +1,8 @@
-rpc.yourdomain {
+rpc.YOURPUBLICDOMAIN {
     reverse_proxy openethereum:8545
 }
 
-ws.yourdomain {
+ws.YOURPUBLICDOMAIN {
     @websockets {
         header Connection *Upgrade*
         header Upgrade    websocket
diff --git a/ethstats-client/.env b/ethstats-client/.env.copyAndEdit
similarity index 85%
rename from ethstats-client/.env
rename to ethstats-client/.env.copyAndEdit
index c99edd5..f668fbc 100644
--- a/ethstats-client/.env
+++ b/ethstats-client/.env.copyAndEdit
@@ -1,5 +1,5 @@
 # Change this to your node identifier
-INSTANCE_NAME=
+INSTANCE_NAME=YOURARBITRARYINSTANCENAME
 # If running a custom setup i.e. as a system daemon or kubernetes pod, point it to the correct RPC endpoint
 RPC_HOST=http://openethereum:8545
 WS_SECRET=C54hHd3j

from kitabu-chain.

kamikazechaser avatar kamikazechaser commented on August 24, 2024

Forking is fine.

from kitabu-chain.

christopherreay avatar christopherreay commented on August 24, 2024

Hah thats interesting. Ill remember that. I was fiddling with the readme

from kitabu-chain.

christopherreay avatar christopherreay commented on August 24, 2024

closed on pull request #9

from kitabu-chain.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.