From a78534b3b49f2fc6fdd4b1bdf35378bc97c0336b Mon Sep 17 00:00:00 2001 From: Jordan Walster Date: Sun, 27 Apr 2025 23:46:52 +0100 Subject: [PATCH] chore: remove outdated readme --- README.md | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/README.md b/README.md index 0596a49..0b3e372 100644 --- a/README.md +++ b/README.md @@ -6,32 +6,4 @@ To deploy Photon, use the included `docker-compose-example.yml`. Ensure you have a data folder that contains your screenshots. Current supported mimetypes are `JPG`, `PNG`, `GIF` and `MP4`. -``` -services: - photon: - container_name: photon_dashboard - image: git.jrdn.dev/jordanwalster/photon-dashboard:latest - ports: - - 8090:80 - volumes: - - type: bind - source: ./data - target: /var/www/html/data - bind: - propagation: rshared - environment: - ADMIN_DOMAIN: photon.jrdn.dev - SHARE_DOMAIN: ss.example.com - USER_EMAIL: me@example.com -``` - -There are additional environment variables that can be set to enable experimental features (defaults are set to false): - - -| Environment Variable | Values | Default | Description | -| -------------------- |:-----------------:|:-------:| ---------------------------------- | -| TAGS_ENABLED | `true` \| `false` | false | Enables the tagging functionality | -| SEARCH_ENABLED | `true` \| `false` | false | Enables screenshot search | -| PAGE_LIMIT | `int` | 24 | Override the default page limit | - You can find the container image history [here](https://git.jrdn.dev/jordanwalster/-/packages/container/photon-dashboard/versions).