File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ volumes:
78
78
driver: local
79
79
```
80
80
81
+ ### Debugging only
82
+
81
83
Below is an example of running locally (used to edit/test/debug).
82
84
```
83
85
# Build the Dockerfile
@@ -88,15 +90,4 @@ docker compose -f docker-compose-dev.yml logs -f
88
90
89
91
# Destroy when done
90
92
docker compose -f docker-compose-dev.yml down
91
- ```
92
-
93
- ## TODO
94
- - [ ] Learn PHP
95
- - [x] Add a [ healthcheck] ( https://docs.docker.com/engine/reference/builder/#healthcheck )
96
- - [ ] Make the image smaller (currently ~ 500MB due to ` vendor ` directory, maybe load resources from a CDN?)
97
- - [ ] Add check to make sure JSON is valid (currently, if it's not valid, nothing will load)
98
- - [x] Get ` navbar_title_image ` config option working
99
- - [ ] Change ` config.json ` to ` config.php ` , since PHP allows setting default variables and comments
100
- - [ ] Investigate using ` curl ` instead of ` get_headers ` (` curl ` might be faster?)
101
- - [ ] Add a try/except to the ` get_headers ` call
102
- - [x] Run on ARM or ARM64 devices
93
+ ```
You can’t perform that action at this time.
0 commit comments