Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
/ lightning-shell Public archive
forked from ibz/lightning-shell

A web shell for Lightning on Citadel

License

Notifications You must be signed in to change notification settings

runcitadel/lightning-shell

 
 

Repository files navigation

Lightning Shell

Please see lightningshell.app for more information about Lightning Shell.

Running

The recommended way to run Lightning Shell is from your personal server's dashboard.

Keep reading if you want to build it yourself. This is not recommended for the average user. Follow these instructions only if you really know what you are doing!

Building

  1. Edit Dockerfile.tmpl as needed.
  2. Run ./generate-dockerfiles.sh to generate Dockerfiles based on Debian Buster and Debian Bullseye.
  3. Build the image using something like this: docker buildx build --platform=linux/arm64 --build-arg arch=arm64 --build-arg version=dev --file Dockerfile.bullseye .
    • make sure you build using the desired platform (arm64 or amd64) and base image (.buster or .bullseye)
    • pass something like --tag X/Y:Z --output "type=registry" in order to publish the image to your container registry so you can pull it on your personal server

About

A web shell for Lightning on Citadel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Languages

  • Shell 100.0%