Skip to content

Commit

Permalink
build: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfromyeg committed Jan 10, 2024
1 parent fddef58 commit c0edde4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build and Deploy to GitHub Pages

on:
push:
paths:
- "client/**"
branches:
- main

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build and Deploy to Digital Ocean

on:
push:
paths-ignore:
- "client/**"
branches:
- main

Expand Down
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,25 +126,6 @@ Opted for Digital Ocean. Cheap, easy, and supports `docker-compose`.
* `combine_images.py` processes photos to be used for the slideshow
* `generate_slideshow.py` rendering time-lapse video and audio

### Current Developments

* [x] Add a SQLite database; expire videos after 24-hours
* [x] Make files, paths specific to user (i.e., a phone number)
* [x] Clean-up steps
* [ ] Add 'no sound' option
* [x] Default music
* [ ] Display RealMoji
* [ ] Toggle date label setting
* [ ] Show render progress on webpage
* [x] Batching algorithm for videos
* [x] Better phone number support (start with CLI)
* [ ] Handle 443s everywhere
* [x] Video endpoint needs to validate some kind of token (or implement proper sessions)
* [ ] Delete videos after a certain period of time
* [x] Rate-limit all endpoints
* [ ] Tune rate limits per endpoint
* [ ] Migrate to Docker Swarm

## Remarks

This project wouldn't be here without the amazing work by [chemokita13](https://github.com/chemokita13/beReal-api). Please give him a star.
Expand Down

0 comments on commit c0edde4

Please sign in to comment.