https://github.com/barelyhuman/onix-i
TillWhen
https://github.com/barelyhuman/onix-i
Last synced: 10 days ago
JSON representation
TillWhen
- Host: GitHub
- URL: https://github.com/barelyhuman/onix-i
- Owner: barelyhuman
- Created: 2023-07-02T17:39:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T18:00:26.000Z (12 months ago)
- Last Synced: 2025-02-25T12:48:37.878Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 381 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# onix-i
TillWhen's codebase
## TODOS
- Make UI component creation consistent (uses goober, cn, internal classes,
there's no consistency)
- Get rid of the `withAuth` implementation , and move all auth based pages to
use `withLoginRedirect` instead.
- Make controller functions consitent## Environment
```sh
# MAILER Buffer.from(JSON.stringify({
# ...nodemailerOptions
# })).toString("base64")
MAILER=
# While the mailer env is required, it is not used locally# A crypto string to generate JWT Tokens
JWT_SECRET=# The URL of the app, generally the domain you host this whole thing on
ORIGIN_URL=# Slack Signing secret is using the slack integrations
# Slack CLIENT ID secret is using the slack integrations
# Slack CLIENT SECRET secret is using the slack integrations
# Register a slack app for these details
SLACK_SIGNING_SECRET=
SLACK_CLIENT_ID=
SLACK_CLIENT_SECRET=
```