https://github.com/dertyp7/f1r3wave-website
https://github.com/dertyp7/f1r3wave-website
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dertyp7/f1r3wave-website
- Owner: DerTyp7
- Created: 2025-05-25T12:19:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-31T21:25:12.000Z (10 months ago)
- Last Synced: 2025-08-31T23:34:32.602Z (10 months ago)
- Language: TypeScript
- Homepage: https://f1r3wave.photos/
- Size: 1.45 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# F1r3wave Gallery
Easy-To-Use Gallery Website to host your photos.
## Environment Variables
To run this project, you will need to set up a few environment variables. Create a `.env` file in the root of the project and add the following variables:
```bash
AUTH_SECRET=your-super-secret-key-here-generate-with-openssl-rand-base64-32
ADMIN_TOKEN=your-admin-secret-token-123
```