https://github.com/kbravh/labor-for-zion-astro
labor-for-zion-astro
https://github.com/kbravh/labor-for-zion-astro
Last synced: 4 months ago
JSON representation
labor-for-zion-astro
- Host: GitHub
- URL: https://github.com/kbravh/labor-for-zion-astro
- Owner: kbravh
- Created: 2023-05-18T02:34:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T16:41:54.000Z (5 months ago)
- Last Synced: 2025-02-15T20:46:33.736Z (4 months ago)
- Language: TypeScript
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Labor for Zion
## Analytics
Analytics are handled by the ``. It counts individual page views and utm tags. Data is stored in the Coolify postgres database `laborforzion`.
## Static assets
Static assets (like fonts) are stored in S3 (`laborforzion-assets`) and served by an AWS Cloudfront distribution at `https://assets.laborforzion.com`.
### Videos
The exception to this is videos for streaming. These are split into parts and have an m3u8 manifest generated.
1. Place the video to transcode in `video_input`.
2. Run `npm run video:transcode `. The output will be placed into a folder called `video_output/video_name`.
3. Upload those files to Cloudflare by running `npm run video:upload `.