Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions internal/ui/web/demo/fixtures/presets.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[{"name": "beanstalkd", "description": "Beanstalkd work queue", "image": "docker.io/schickling/beanstalkd:latest"}
, {"name": "elasticsearch", "description": "Elasticsearch single-node search and analytics engine", "image": "docker.elastic.co/elasticsearch/elasticsearch:8.13.4"}
, {"name": "elasticvue", "description": "Elasticvue web UI for the lerd Elasticsearch service", "image": "docker.io/cars10/elasticvue:latest", "dashboard": "http://localhost:8083", "depends_on": ["elasticsearch"], "missing_deps": ["elasticsearch"]}
, {"name": "gotenberg", "description": "Gotenberg API for PDF generation and document conversion", "image": "docker.io/gotenberg/gotenberg:8", "installed": true}
, {"name": "mariadb", "description": "MariaDB (MySQL-compatible) versions", "versions": [{"tag": "12", "label": "12 (latest)"}, {"tag": "12.3", "label": "12.3 LTS"}, {"tag": "11.8", "label": "11.8 LTS"}, {"tag": "11.4", "label": "11.4 LTS"}, {"tag": "11", "label": "11 (legacy)"}, {"tag": "10.11", "label": "10.11 LTS"}], "default_version": "11.8", "installed": true, "installed_tags": ["11"]}
, {"name": "memcached", "description": "Memcached in-memory key/value cache", "image": "docker.io/library/memcached:1.6-alpine"}
, {"name": "mongo", "description": "MongoDB document database", "image": "docker.io/library/mongo:7"}
, {"name": "mongo-express", "description": "Mongo Express web UI for the lerd MongoDB service", "image": "docker.io/library/mongo-express:latest", "dashboard": "http://localhost:8082", "depends_on": ["mongo"], "missing_deps": ["mongo"]}
, {"name": "opensearch", "description": "OpenSearch single-node search and analytics engine", "image": "docker.io/opensearchproject/opensearch:2.19.5"}
, {"name": "pgadmin", "description": "pgAdmin web UI for the lerd Postgres service", "image": "docker.io/dpage/pgadmin4:latest", "dashboard": "http://localhost:8081", "depends_on": ["postgres"]}
, {"name": "phpmyadmin", "description": "phpMyAdmin web UI for every installed lerd MySQL service", "image": "docker.io/library/phpmyadmin:latest", "dashboard": "http://localhost:8080", "depends_on": ["mysql"], "installed": true}
, {"name": "postgres-pgvector", "description": "PostgreSQL with pgvector (vector embeddings, no PostGIS)", "versions": [{"tag": "18", "label": "18 (default)"}, {"tag": "17", "label": "17"}, {"tag": "16", "label": "16"}], "default_version": "18"}
, {"name": "postgres-timescaledb", "description": "PostgreSQL with TimescaleDB (time-series extension)", "versions": [{"tag": "17", "label": "17 (default)"}, {"tag": "16", "label": "16"}], "default_version": "17"}
, {"name": "rabbitmq", "description": "RabbitMQ message broker with management UI", "image": "docker.io/library/rabbitmq:3-management-alpine", "dashboard": "http://localhost:15672"}
, {"name": "redisinsight", "description": "RedisInsight web UI for the lerd Redis service", "image": "docker.io/redis/redisinsight:latest", "dashboard": "http://localhost:8085", "depends_on": ["redis"]}
, {"name": "selenium", "description": "Selenium + Chromium for browser testing (Laravel Dusk, Symfony Panther, etc.)", "image": "docker.io/selenium/standalone-chromium:latest", "dashboard": "http://localhost:7900/?autoconnect=1&resize=scale", "installed": true}
, {"name": "soketi", "description": "Soketi realtime WebSocket server (Pusher-compatible)", "image": "quay.io/soketi/soketi:1.6-16-alpine"}
, {"name": "stripe-mock", "description": "Local Stripe API mock for Cashier and webhook testing", "image": "docker.io/stripemock/stripe-mock:latest"}
, {"name": "typesense", "description": "Typesense search engine", "image": "docker.io/typesense/typesense:30.2"}
, {"name": "typesense-dashboard", "description": "Typesense Dashboard web UI for the lerd Typesense service", "image": "docker.io/bfritscher/typesense-dashboard:latest", "dashboard": "http://localhost:8084", "depends_on": ["typesense"], "missing_deps": ["typesense"]}
, {"name": "valkey", "description": "Valkey in-memory store (Redis-compatible)", "image": "docker.io/valkey/valkey:9-alpine"}]
[{"name": "beanstalkd", "description": "Beanstalkd work queue", "image": "docker.io/schickling/beanstalkd:latest", "category": "messaging", "icon": "queue"}
, {"name": "elasticsearch", "description": "Elasticsearch single-node search and analytics engine", "image": "docker.elastic.co/elasticsearch/elasticsearch:8.13.4", "category": "search", "icon": "search"}
, {"name": "elasticvue", "description": "Elasticvue web UI for the lerd Elasticsearch service", "image": "docker.io/cars10/elasticvue:latest", "dashboard": "http://localhost:8083", "depends_on": ["elasticsearch"], "missing_deps": ["elasticsearch"], "category": "admin", "icon": "search"}
, {"name": "gotenberg", "description": "Gotenberg API for PDF generation and document conversion", "image": "docker.io/gotenberg/gotenberg:8", "installed": true, "category": "mail", "icon": "mail"}
, {"name": "mariadb", "description": "MariaDB (MySQL-compatible) versions", "versions": [{"tag": "12", "label": "12 (latest)"}, {"tag": "12.3", "label": "12.3 LTS"}, {"tag": "11.8", "label": "11.8 LTS"}, {"tag": "11.4", "label": "11.4 LTS"}, {"tag": "11", "label": "11 (legacy)"}, {"tag": "10.11", "label": "10.11 LTS"}], "default_version": "11.8", "installed": true, "installed_tags": ["11"], "category": "databases", "icon": "database"}
, {"name": "memcached", "description": "Memcached in-memory key/value cache", "image": "docker.io/library/memcached:1.6-alpine", "category": "cache", "icon": "bolt"}
, {"name": "mongo", "description": "MongoDB document database", "image": "docker.io/library/mongo:7", "category": "databases", "icon": "leaf"}
, {"name": "mongo-express", "description": "Mongo Express web UI for the lerd MongoDB service", "image": "docker.io/library/mongo-express:latest", "dashboard": "http://localhost:8082", "depends_on": ["mongo"], "missing_deps": ["mongo"], "category": "admin", "icon": "leaf"}
, {"name": "opensearch", "description": "OpenSearch single-node search and analytics engine", "image": "docker.io/opensearchproject/opensearch:2.19.5", "category": "search", "icon": "search"}
, {"name": "pgadmin", "description": "pgAdmin web UI for the lerd Postgres service", "image": "docker.io/dpage/pgadmin4:latest", "dashboard": "http://localhost:8081", "depends_on": ["postgres"], "category": "admin", "icon": "elephant"}
, {"name": "phpmyadmin", "description": "phpMyAdmin web UI for every installed lerd MySQL service", "image": "docker.io/library/phpmyadmin:latest", "dashboard": "http://localhost:8080", "depends_on": ["mysql"], "installed": true, "category": "admin", "icon": "database"}
, {"name": "postgres-pgvector", "description": "PostgreSQL with pgvector (vector embeddings, no PostGIS)", "versions": [{"tag": "18", "label": "18 (default)"}, {"tag": "17", "label": "17"}, {"tag": "16", "label": "16"}], "default_version": "18", "category": "databases", "icon": "elephant"}
, {"name": "postgres-timescaledb", "description": "PostgreSQL with TimescaleDB (time-series extension)", "versions": [{"tag": "17", "label": "17 (default)"}, {"tag": "16", "label": "16"}], "default_version": "17", "category": "databases", "icon": "elephant"}
, {"name": "rabbitmq", "description": "RabbitMQ message broker with management UI", "image": "docker.io/library/rabbitmq:3-management-alpine", "dashboard": "http://localhost:15672", "category": "messaging", "icon": "queue"}
, {"name": "redisinsight", "description": "RedisInsight web UI for the lerd Redis service", "image": "docker.io/redis/redisinsight:latest", "dashboard": "http://localhost:8085", "depends_on": ["redis"], "category": "admin", "icon": "database"}
, {"name": "selenium", "description": "Selenium + Chromium for browser testing (Laravel Dusk, Symfony Panther, etc.)", "image": "docker.io/selenium/standalone-chromium:latest", "dashboard": "http://localhost:7900/?autoconnect=1&resize=scale", "installed": true, "category": "testing", "icon": "browserPlay"}
, {"name": "soketi", "description": "Soketi realtime WebSocket server (Pusher-compatible)", "image": "quay.io/soketi/soketi:1.6-16-alpine", "category": "messaging", "icon": "broadcast"}
, {"name": "stripe-mock", "description": "Local Stripe API mock for Cashier and webhook testing", "image": "docker.io/stripemock/stripe-mock:latest", "category": "testing", "icon": "card"}
, {"name": "typesense", "description": "Typesense search engine", "image": "docker.io/typesense/typesense:30.2", "category": "search", "icon": "search"}
, {"name": "typesense-dashboard", "description": "Typesense Dashboard web UI for the lerd Typesense service", "image": "docker.io/bfritscher/typesense-dashboard:latest", "dashboard": "http://localhost:8084", "depends_on": ["typesense"], "missing_deps": ["typesense"], "category": "admin", "icon": "search"}
, {"name": "valkey", "description": "Valkey in-memory store (Redis-compatible)", "image": "docker.io/valkey/valkey:9-alpine", "category": "cache", "icon": "bolt"}]
Loading
Loading