Skip to content

pbui/photon

 
 

Repository files navigation

Photon

Jump to Self-hosting

An alternative web client for Lemmy with the UI of Xylo

Screenshots

Screenshot from 2023-08-03 13-23-07

Self-hosting

Put Xylo on your own domain for easier onboarding.

Running from image

# Use the env var PUBLIC_INSTANCE_URL to set the default instance URL.
docker run -p 8080:3000 -e PUBLIC_INSTANCE_URL=example.com ghcr.io/xyphyn/photon:latest

Running from repo

More unstable but latest features

Clone the repo:

git clone https://github.com/Xyphyn/photon && cd photon

and run the docker container:

docker build -t photon .

# Use the env var PUBLIC_INSTANCE_URL to set the default instance URL.
docker run -p 8080:3000 -it photon:latest

There you go, you now have an instance of Photon running.

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 81.3%
  • TypeScript 17.3%
  • JavaScript 0.6%
  • CSS 0.4%
  • HTML 0.3%
  • Dockerfile 0.1%