Skip to content

WIP An Earthstar replica server running on Yunohost

Notifications You must be signed in to change notification settings

johanbove/earthstar-server-yunohost

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Earthstar Server for Yunohost

This template will help you deploy an Earthstar server on a Yunohost server as an installable application. The server will run on the Deno runtime.

Read the Yunohost documentation on how this application package was created.

If you'd like to further customise your server, you can learn more about servers and their extensions at the main Earthstar repo.

Initial deployment

  1. Create a new file called known_shares.json in the root of this project. Add the public addresses of the shares you'd like your server to replicate as an array of strings (e.g. ["+one.xxx", "+two.xxx"]).

Running locally

You might want to make some changes and test them locally. You'll need to have Deno installed to do it (instructions here). You can do that by running the following:

npm install
npm start

About

WIP An Earthstar replica server running on Yunohost

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%