Skip to content

Commit bdce977

Browse files
Update README
1 parent 35ce0e8 commit bdce977

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ volumes:
7878
driver: local
7979
```
8080

81+
### Debugging only
82+
8183
Below is an example of running locally (used to edit/test/debug).
8284
```
8385
# Build the Dockerfile
@@ -88,15 +90,4 @@ docker compose -f docker-compose-dev.yml logs -f
8890
8991
# Destroy when done
9092
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+
```

0 commit comments

Comments
 (0)