Skip to content

programus/json-editor

Repository files navigation

JSON Editor

A json editor based on svelt-jsoneditor with a docker image, which you can use to self-host one by yourself.

Using by docker

docker-compose.yml

services:
  json-editor:
    platform: linux/amd64
    container_name: json-editor
    image: programus/json-editor:latest
    ports:
      - "8080:80"

or docker command

docker run --rm --platform linux/amd64 --name json-editor -p 8080:80 programus/json-editor:latest

and then open http://localhost:8080 by browser.

About

A self-hostable json editor app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published