What does "hubs secret repo" mean in the reticulum readme when trying to run reticulum locally? #3323
-
Hi, I'm going through the steps in "https://github.com/mozilla/reticulum" and trying to set it up. Can you tell me what that means? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
I'm not sure the Reticulum repo can be run locally for outside Hubs Devs because it uses secret keys for the developer dialog (secrets configured in the hubs secret repo, sorry we can't provide access to it... It's secret!). Another user tried running reticulum locally in this discussion: #3082 |
Beta Was this translation helpful? Give feedback.
-
You can use here to for generate rsa key I ignore the ./script/run.sh in reticulum . Run iex -S mix phx.server Then;
config :ret, Ret.PermsToken, perms_key: "-----BEGIN RSA PRIVATE KEY----- paste here copyed key but add every line \n before END RSA PRIVATE KEY-----"
|
Beta Was this translation helpful? Give feedback.
-
I think my article about running hubs on local and hosting it on vps can be helpful |
Beta Was this translation helpful? Give feedback.
I'm not sure the Reticulum repo can be run locally for outside Hubs Devs because it uses secret keys for the developer dialog (secrets configured in the hubs secret repo, sorry we can't provide access to it... It's secret!).
Another user tried running reticulum locally in this discussion: #3082