pbui / photon

A lemmy client

Home Page:https://photon.xylight.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A lemmy client

https://photon.xylight.dev

License:GNU Affero General Public License v3.0


Languages

Language:Svelte 81.3%Language:TypeScript 17.3%Language:JavaScript 0.6%Language:CSS 0.4%Language:HTML 0.3%Language:Dockerfile 0.1%Language:Nix 0.0%