Skip to content

light-over/lightover-solid-server

Repository files navigation

Lightover Solid Server

This solid server is built on top of Community Solid Server, with a few modifications:

Modification

  • Lightover branding is applied to the various login screens
  • prompt=create support allows apps to go directly to the reigster screen

Running Locally

npm start -- -f ../data

Deploying the Server for Lightover

Clone this library:

git clone git@github.com:light-over/CommunitySolidServer.git

Modify .env to match the desired config. For example:

PROTOCOL=https
DOMAIN_NAME=pod.lightover.com
DATA_FOLDER=/folder/data/

Then run the following to setup the environment:

chmod +x certbot/init-letsencrypt.sh
docker compose run --rm certbot certbot/init-letsencrypt.sh yourdomain.com your-email@domain.com

Finally, run this command to deploy the container

docker compose up -d

About

A solid server built specifically for Lightover's needs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors