Compare commits
3 Commits
ce6bcd2f88
...
0.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b894ca471 | |||
| 77e48ed460 | |||
| 586671a52a |
@@ -2,7 +2,13 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [v0.1.0] - 2025-05-05
|
## [v0.1.1] - 2025-04-28
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Columns not updating when selected in dropdown.
|
||||||
|
- Icons missing from context menu on search page.
|
||||||
|
|
||||||
|
## [v0.1.0] - 2025-04-27
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Sharing URL Scheme set to `https` regardless of setting in environment variables.
|
- Sharing URL Scheme set to `https` regardless of setting in environment variables.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
container_name: photon_dashboard
|
container_name: photon_dashboard
|
||||||
image: git.jrdn.dev/jordanwalster/photon-dashboard:latest
|
image: git.jrdn.dev/jordanwalster/photon-dashboard:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./db:/var/www/html/db
|
- ./db:/var/www/html/db # Only required if migrating from SQLite
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ${DATA_PATH}
|
source: ${DATA_PATH}
|
||||||
target: /var/www/html/data
|
target: /var/www/html/data
|
||||||
|
|||||||
Reference in New Issue
Block a user