First quick Sure rebrand (#74)

* First cut of smallest rebrand, pending icons

* Leave SQL schema tokens/user names the same for now

* First batch of logos

* Release notes/what's new

* /releases missing

* redirect_uri for sureapp://

* Padded logo

* Test the correct /releases URL

* Missed a few mobile URIs

* Some icons/asssets from /website/ repo

* Seed/sample data user @sure.local now

* New screenshot

* Want to keep their legal "boilerplate" from the upstream repo
This commit is contained in:
Juan José Mata
2025-08-05 14:35:01 -07:00
committed by GitHub
parent 64c62bffbc
commit 099425d240
40 changed files with 161 additions and 96 deletions

View File

@@ -1,5 +1,5 @@
# ================================ PLEASE READ ===========================================================
# This file outlines all the possible environment variables supported by the Maybe app for self hosting.
# This file outlines all the possible environment variables supported by the Sure app for self hosting.
#
# If you're a developer setting up your local environment, please use `.env.local.example` instead.
# ========================================================================================================
@@ -32,7 +32,7 @@ SECURITIES_PROVIDER=twelve_data
PORT=3000
# SMTP Configuration
# This is only needed if you intend on sending emails from your Maybe instance (such as for password resets or email financial reports).
# This is only needed if you intend on sending emails from your Sure instance (such as for password resets or email financial reports).
# Resend.com is a good option that offers a free tier for sending emails.
SMTP_ADDRESS=
SMTP_PORT=465
@@ -50,7 +50,7 @@ POSTGRES_PASSWORD=postgres
POSTGRES_USER=postgres
# App Domain
# This is the domain that your Maybe instance will be hosted at. It is used to generate links in emails and other places.
# This is the domain that your Sure instance will be hosted at. It is used to generate links in emails and other places.
APP_DOMAIN=
# Disable enforcing SSL connections